Uses of Class
org.rostore.v2.media.block.container.BlockContainer
Package
Description
Major classes that manage basic access to the ro-store
Core Block-related functionalities
-
Uses of BlockContainer in org.rostore.v2.media
Modifier and TypeMethodDescriptionMedia.getBlockContainer
(int blockContainerId) Provides a block container by its idMedia.newBlockContainer()
Creates a new Block container, which represents a transactional boundary in ro-store, which must be closed after usage. -
Uses of BlockContainer in org.rostore.v2.media.block
Modifier and TypeMethodDescriptionBlockProvider.getBlockContainer()
Provides a block container.InternalBlockProvider.getBlockContainer()
Provides a block container.Modifier and TypeMethodDescriptionprotected Block
MappedPhysicalBlock.get
(BlockContainer blockContainer) MappedPhysicalBlocks.get
(BlockContainer blockContainer, long index, BlockType blockType) Creates aBlockContainer
privateBlock
.protected void
MappedPhysicalBlock.markAsUsed
(BlockContainer blockContainer) This marks the block as used (inUse = true)protected void
MappedPhysicalBlock.remove
(BlockContainer blockContainer) void
MappedPhysicalBlocks.remove
(BlockContainer blockContainer, long index) ModifierConstructorDescriptionprotected
Block
(ByteBuffer byteBuffer, MappedPhysicalBlock mappedPhysicalBlock, BlockContainer blockContainer)