Uses of Class
com.loomcache.server.sharding.ShardedDataStructureRegistry
Packages that use ShardedDataStructureRegistry
-
Uses of ShardedDataStructureRegistry in com.loomcache.server.sharding
Constructors in com.loomcache.server.sharding with parameters of type ShardedDataStructureRegistryModifierConstructorDescriptionCrossGroupQueryExecutor(ShardedDataStructureRegistry shardedRegistry, PartitionRouter router) Creates an executor with the default timeout (10 seconds).CrossGroupQueryExecutor(ShardedDataStructureRegistry shardedRegistry, PartitionRouter router, Duration timeout) Creates an executor with a custom timeout.CrossGroupQueryExecutor(ShardedDataStructureRegistry shardedRegistry, PartitionRouter router, Duration timeout, CrossGroupQueryExecutor.GroupQueryFence groupQueryFence) CrossGroupQueryExecutor(ShardedDataStructureRegistry shardedRegistry, PartitionRouter router, Duration timeout, CrossGroupQueryExecutor.GroupQueryFence groupQueryFence, CrossGroupQueryExecutor.VisibilityBarrier visibilityBarrier) PartitionRebalancer(PartitionRouter router, ShardedDataStructureRegistry shardedRegistry) Creates a new rebalancer for the given router and sharded registry.