Uses of Class
org.rostore.v2.container.ContainerShard
Package
Description
Classes related to the containers, shards
RoStore async classes for high-frequency massive concurrency
-
Uses of ContainerShard in org.rostore.v2.container
Modifier and TypeMethodDescriptionprotected static ContainerShard
Creates a new shard in the storageContainer.getShard
(int shardIndex) Requests the shard by index.protected static ContainerShard
ContainerShard.open
(Container container, int index, ContainerShardDescriptor containerShardDescriptor) Opens a shard of the containerModifierConstructorDescriptionContainerShardKeyOperations
(ContainerShard containerShard) Creates an instance for the shard's operations. -
Uses of ContainerShard in org.rostore.v2.container.async
ModifierConstructorDescriptionprotected
ContainerShardExecutor
(AsyncContainer asyncContainer, ContainerShard shard)