org.apache.hadoop.hbase.stargate.util
Class UserData
java.lang.Object
org.apache.hadoop.hbase.stargate.util.UserData
- Direct Known Subclasses:
- SoftUserData
public class UserData
- extends Object
Generic storage for per user information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOKENBUCKET
public static final int TOKENBUCKET
- See Also:
- Constant Field Values
UserData
public UserData()
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