Uses of Interface
org.rostore.entity.BlockAllocation
Packages that use 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
Classes in org.rostore.entity that implement BlockAllocationMethods in org.rostore.entity with parameters of type BlockAllocationModifier and TypeMethodDescriptionvoidBlockAllocationState.minus(BlockAllocation blockAllocation) Subtracts the sizes from the provided object to this objectvoidBlockAllocationState.plus(BlockAllocation blockAllocation) Adds the sizes from the provided object to this objectstatic BlockAllocationStateBlockAllocationState.store(BlockAllocation blockAllocation) Creates a static copy of the providedBlockAllocation -
Uses of BlockAllocation in org.rostore.v2.container
Methods in org.rostore.v2.container that return BlockAllocationModifier and TypeMethodDescriptionContainerShard.getBlockAllocation()Provides information about block allocation within the shardContainerListOperations.getMemoryManagement() -
Uses of BlockAllocation in org.rostore.v2.media
Methods in org.rostore.v2.media that return BlockAllocationModifier and TypeMethodDescriptionMedia.getBlockAllocation()Provides information about block allocation within the media -
Uses of BlockAllocation in org.rostore.v2.media.block.allocator
Methods in org.rostore.v2.media.block.allocator that return BlockAllocationModifier and TypeMethodDescriptionBlockAllocator.getBlockAllocation()Provides information about block allocation within this block allocatorBlockAllocatorInternal.getBlockAllocation()Provides information about block allocation within this block allocator