Class CacheJoinInfo

java.lang.Object
org.infinispan.topology.CacheJoinInfo

@ProtoTypeId(1039) public class CacheJoinInfo extends Object
This class contains the information that a cache needs to supply to the coordinator when starting up.
Since:
5.2
Author:
Dan Berindei
  • Constructor Details

  • Method Details

    • getConsistentHashFactory

      public ConsistentHashFactory getConsistentHashFactory()
    • getNumSegments

      @ProtoField(2) public int getNumSegments()
    • getNumOwners

      @ProtoField(3) public int getNumOwners()
    • getTimeout

      @ProtoField(4) public long getTimeout()
    • getCacheMode

      @ProtoField(6) public CacheMode getCacheMode()
    • getCapacityFactor

      @ProtoField(7) public float getCapacityFactor()
    • getPersistentUUID

      @ProtoField(8) public UUID getPersistentUUID()
    • getPersistentStateChecksum

      @ProtoField(9) public Optional<Integer> getPersistentStateChecksum()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object