Uses of Interface
com.loomcache.common.partition.PartitioningStrategy
Packages that use PartitioningStrategy
Package
Description
Multi-Raft sharding infrastructure for LoomCache.
-
Uses of PartitioningStrategy in com.loomcache.common.partition
Methods in com.loomcache.common.partition that return PartitioningStrategyModifier and TypeMethodDescriptionstatic PartitioningStrategy<Object> PartitioningStrategy.identity() -
Uses of PartitioningStrategy in com.loomcache.server.sharding
Constructors in com.loomcache.server.sharding with parameters of type PartitioningStrategyModifierConstructorDescriptionPartitionRouter(int numPartitions, RaftGroupManagerApi raftGroupManager, PartitioningStrategy<Object> partitioningStrategy) Creates a router with the specified partition count, Raft manager, and partitioning strategy.