Uses of Class
org.rostore.v2.container.ContainerShard
Packages that use 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
Methods in org.rostore.v2.container that return ContainerShardModifier and TypeMethodDescriptionprotected static ContainerShardCreates a new shard in the storageContainer.getShard(int shardIndex) Requests the shard by index.protected static ContainerShardContainerShard.open(Container container, int index, ContainerShardDescriptor containerShardDescriptor) Opens a shard of the containerConstructors in org.rostore.v2.container with parameters of type ContainerShardModifierConstructorDescriptionContainerShardKeyOperations(ContainerShard containerShard) Creates an instance for the shard's operations. -
Uses of ContainerShard in org.rostore.v2.container.async
Methods in org.rostore.v2.container.async that return ContainerShardConstructors in org.rostore.v2.container.async with parameters of type ContainerShardModifierConstructorDescriptionprotectedContainerShardExecutor(AsyncContainer asyncContainer, ContainerShard shard)