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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getReplicationCount()
V
getVal()
java.lang.String
toString()
-