Class ReplCache.Value<V>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ReplCache<K,​V>

    public static class ReplCache.Value<V>
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • val

        private final V val
      • replication_count

        private final short replication_count
    • 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:
        toString in class java.lang.Object