Uses of Class
org.rostore.v2.container.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
Modifier and TypeMethodDescription<T> T
ContainerShard.keyFunction
(Function<ContainerShardKeyOperations, T> keyFunction) Executes an operation on the shard's keys catalog. -
Uses of ContainerShardKeyOperations in org.rostore.v2.container.async
Modifier and TypeMethodDescriptionboolean
ContainerShardCleanupManager.queue
(ContainerShardKeyOperations ops) Modifier and TypeMethodDescription<R> Future
<R> ContainerShardExecutor.executeKey
(int sessionId, OperationType opsType, boolean failInShutdown, Function<ContainerShardKeyOperations, R> opsConsumer)