Class 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
    • Method Detail

      • getHashFunction

        public Hash getHashFunction()
      • getNumSegments

        public int getNumSegments()
      • getNumOwners

        public int getNumOwners()
      • getTimeout

        public long getTimeout()
      • isTotalOrder

        public boolean isTotalOrder()
      • getCacheMode

        public CacheMode getCacheMode()
      • getCapacityFactor

        public float getCapacityFactor()
      • getPersistentStateChecksum

        public Optional<Integer> getPersistentStateChecksum()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object