Uses of Class
org.rostore.v2.container.ContainerShardKeyOperations
Packages that use ContainerShardKeyOperations
Package
Description
Classes related to the containers, shards
RoStore async classes for high-frequency massive concurrency
-
Uses of ContainerShardKeyOperations in org.rostore.v2.container
Method parameters in org.rostore.v2.container with type arguments of type ContainerShardKeyOperationsModifier and TypeMethodDescription<T> TContainerShard.keyFunction(Function<ContainerShardKeyOperations, T> keyFunction) Executes an operation on the shard's keys catalog. -
Uses of ContainerShardKeyOperations in org.rostore.v2.container.async
Methods in org.rostore.v2.container.async with parameters of type ContainerShardKeyOperationsModifier and TypeMethodDescriptionbooleanContainerShardCleanupManager.queue(ContainerShardKeyOperations ops) Method parameters in org.rostore.v2.container.async with type arguments of type ContainerShardKeyOperationsModifier and TypeMethodDescription<R> Future<R> ContainerShardExecutor.executeKey(int sessionId, OperationType opsType, boolean failInShutdown, Function<ContainerShardKeyOperations, R> opsConsumer)