public static class ReplCache.Value<V> extends java.lang.Object implements java.io.Serializable
ReplCache.Value(V val, short replication_count)
short
getReplicationCount()
V
getVal()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ReplCache.Value(V val, short replication_count)
public V getVal()
public short getReplicationCount()
public java.lang.String toString()
toString
java.lang.Object