Class CacheJoinInfo

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

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

      public int getNumSegments()
    • getNumOwners

      public int getNumOwners()
    • getTimeout

      public long getTimeout()
    • getCacheMode

      public CacheMode getCacheMode()
    • getCapacityFactor

      public float getCapacityFactor()
    • getPersistentUUID

      public PersistentUUID getPersistentUUID()
    • getPersistentStateChecksum

      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