org.apache.hadoop.hbase.stargate.util
Class UserData

java.lang.Object
  extended by org.apache.hadoop.hbase.stargate.util.UserData
Direct Known Subclasses:
SoftUserData

public class UserData
extends Object

Generic storage for per user information.


Field Summary
static int TOKENBUCKET
           
 
Constructor Summary
UserData()
           
 
Method Summary
 Object get(int sel)
           
 boolean has(int sel)
           
 Object put(int sel, Object o)
           
 Object remove(int sel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOKENBUCKET

public static final int TOKENBUCKET
See Also:
Constant Field Values
Constructor Detail

UserData

public UserData()
Method Detail

has

public boolean has(int sel)

get

public Object get(int sel)

put

public Object put(int sel,
                  Object o)

remove

public Object remove(int sel)


Copyright © 2010 The Apache Software Foundation