Package org.jgroups.blocks
Class ReplCache.Value<V>
- java.lang.Object
-
- org.jgroups.blocks.ReplCache.Value<V>
-
- All Implemented Interfaces:
java.io.Serializable
public static class ReplCache.Value<V> extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private shortreplication_countprivate static longserialVersionUIDprivate Vval
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetReplicationCount()VgetVal()java.lang.StringtoString()
-
-
-
Field Detail
-
val
private final V val
-
replication_count
private final short replication_count
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Value
public Value(V val, short replication_count)
-
-
Method Detail
-
getVal
public V getVal()
-
getReplicationCount
public short getReplicationCount()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-