Uses of Class
com.loomcache.server.partition.ConsistentHashRing
Packages that use ConsistentHashRing
-
Uses of ConsistentHashRing in com.loomcache.server.replication
Constructors in com.loomcache.server.replication with parameters of type ConsistentHashRingModifierConstructorDescriptionReplicationManager(String nodeId, int instanceNumber, @Nullable TcpServer tcpServer, ConsistentHashRing hashRing) Initialize the ReplicationManager. -
Uses of ConsistentHashRing in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return ConsistentHashRingModifier and TypeMethodDescriptionCacheNodeConfig.consistentHashRing(ClusterConfig clusterConfig) Create consistent hash ring bean.Methods in com.loomcache.springboot.config with parameters of type ConsistentHashRingModifier and TypeMethodDescriptionCacheNodeConfig.replicationManager(CacheNode cacheNode, ConsistentHashRing hashRing) Create replication manager bean.