Uses of Class
org.rostore.v2.container.Container
Packages that use 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
Methods in org.rostore.v2.container that return ContainerModifier and TypeMethodDescriptionContainerListOperations.create(String containerName, ContainerMeta containerMeta) ContainerShard.getContainer()Methods in org.rostore.v2.container with parameters of type ContainerModifier and TypeMethodDescriptionprotected static ContainerShardCreates a new shard in the storageprotected static ContainerShardContainerShard.open(Container container, int index, ContainerShardDescriptor containerShardDescriptor) Opens a shard of the container -
Uses of Container in org.rostore.v2.container.async
Methods in org.rostore.v2.container.async that return ContainerConstructors in org.rostore.v2.container.async with parameters of type ContainerModifierConstructorDescriptionAsyncContainer(AsyncContainers asyncContainers, Container container)