Uses of Interface
org.rostore.entity.BlockAllocation
Package
Description
RoStore core entities
Classes related to the containers, shards
Major classes that manage basic access to the ro-store
Allocators root and secondary
-
Uses of BlockAllocation in org.rostore.entity
Modifier and TypeMethodDescriptionvoid
BlockAllocationState.minus
(BlockAllocation blockAllocation) Subtracts the sizes from the provided object to this objectvoid
BlockAllocationState.plus
(BlockAllocation blockAllocation) Adds the sizes from the provided object to this objectstatic BlockAllocationState
BlockAllocationState.store
(BlockAllocation blockAllocation) Creates a static copy of the providedBlockAllocation
-
Uses of BlockAllocation in org.rostore.v2.container
Modifier and TypeMethodDescriptionContainerShard.getBlockAllocation()
Provides information about block allocation within the shardContainerListOperations.getMemoryManagement()
-
Uses of BlockAllocation in org.rostore.v2.media
Modifier and TypeMethodDescriptionMedia.getBlockAllocation()
Provides information about block allocation within the media -
Uses of BlockAllocation in org.rostore.v2.media.block.allocator
Modifier and TypeMethodDescriptionBlockAllocator.getBlockAllocation()
Provides information about block allocation within this block allocatorBlockAllocatorInternal.getBlockAllocation()
Provides information about block allocation within this block allocator