Uses of Class
org.rostore.v2.media.block.container.BlockContainer
Packages that use 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
Methods in org.rostore.v2.media that return BlockContainerModifier 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
Methods in org.rostore.v2.media.block that return BlockContainerModifier and TypeMethodDescriptionBlockProvider.getBlockContainer()Provides a block container.InternalBlockProvider.getBlockContainer()Provides a block container.Methods in org.rostore.v2.media.block with parameters of type BlockContainerModifier and TypeMethodDescriptionprotected BlockMappedPhysicalBlock.get(BlockContainer blockContainer) MappedPhysicalBlocks.get(BlockContainer blockContainer, long index, BlockType blockType) Creates aBlockContainerprivateBlock.protected voidMappedPhysicalBlock.markAsUsed(BlockContainer blockContainer) This marks the block as used (inUse = true)protected voidMappedPhysicalBlock.remove(BlockContainer blockContainer) voidMappedPhysicalBlocks.remove(BlockContainer blockContainer, long index) Constructors in org.rostore.v2.media.block with parameters of type BlockContainerModifierConstructorDescriptionprotectedBlock(ByteBuffer byteBuffer, MappedPhysicalBlock mappedPhysicalBlock, BlockContainer blockContainer)