Uses of Class
org.rostore.v2.container.Container
Package
Description
Classes related to the containers, shards
RoStore async classes for high-frequency massive concurrency
-
Uses of Container in org.rostore.v2.container
Modifier and TypeMethodDescriptionContainerListOperations.create
(String containerName, ContainerMeta containerMeta) ContainerShard.getContainer()
Modifier and TypeMethodDescriptionprotected static ContainerShard
Creates a new shard in the storageprotected static ContainerShard
ContainerShard.open
(Container container, int index, ContainerShardDescriptor containerShardDescriptor) Opens a shard of the container -
Uses of Container in org.rostore.v2.container.async
ModifierConstructorDescriptionAsyncContainer
(AsyncContainers asyncContainers, Container container)