Uses of Class
org.rostore.entity.BlockAllocationState
Packages that use BlockAllocationState
Package
Description
RoStore core entities
Classes related to the containers, shards
-
Uses of BlockAllocationState in org.rostore.entity
Methods in org.rostore.entity that return BlockAllocationStateModifier and TypeMethodDescriptionstatic BlockAllocationStateBlockAllocationState.init()static BlockAllocationStateBlockAllocationState.init(long totalLockedSize, long lockedFreeSize, long payloadSize) Initializes the state objectstatic BlockAllocationStateBlockAllocationState.store(BlockAllocation blockAllocation) Creates a static copy of the providedBlockAllocation -
Uses of BlockAllocationState in org.rostore.v2.container
Methods in org.rostore.v2.container that return BlockAllocationState