org.apache.hadoop.hbase.stargate.util
Class SoftUserData
java.lang.Object
org.apache.hadoop.hbase.stargate.util.UserData
org.apache.hadoop.hbase.stargate.util.SoftUserData
public class SoftUserData
- extends UserData
Provides a softmap backed collection of user data. The collection can be
reclaimed by the garbage collector at any time when under heap pressure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoftUserData
public SoftUserData()
get
public static UserData get(User user)
put
public static UserData put(User user,
UserData data)
Copyright © 2010 The Apache Software Foundation