Class ReplCache.Value<V>

java.lang.Object
org.jgroups.blocks.ReplCache.Value<V>
All Implemented Interfaces:
Serializable
Enclosing class:
ReplCache<K,V>

public static class ReplCache.Value<V> extends Object implements Serializable
See Also:
  • Field Details

    • val

      private final V val
    • replication_count

      private final short replication_count
    • serialVersionUID

      private static final long serialVersionUID
      See Also:
  • Constructor Details

    • Value

      public Value(V val, short replication_count)
  • Method Details

    • getVal

      public V getVal()
    • getReplicationCount

      public short getReplicationCount()
    • toString

      public String toString()
      Overrides:
      toString in class Object