Uses of Record Class
io.datarouter.bytes.blockfile.io.storage.BlockfileLocation
Packages that use BlockfileLocation
Package
Description
-
Uses of BlockfileLocation in io.datarouter.bytes.blockfile.block.decoded
Methods in io.datarouter.bytes.blockfile.block.decoded that return BlockfileLocationModifier and TypeMethodDescriptionBlockfileFooterBlock.headerBlockLocation()Returns the value of theheaderBlockLocationrecord component.BlockfileFooterBlock.rootIndexBlockLocation()Returns the value of therootIndexBlockLocationrecord component.Constructors in io.datarouter.bytes.blockfile.block.decoded with parameters of type BlockfileLocationModifierConstructorDescriptionBlockfileFooterBlock(RecordByteArrayField headerBytes, BinaryDictionary userDictionary, BlockfileLocation headerBlockLocation, BlockfileLocation rootIndexBlockLocation, long numValueBlocks, long numIndexBlocks) Creates an instance of aBlockfileFooterBlockrecord class. -
Uses of BlockfileLocation in io.datarouter.bytes.blockfile.block.tokens
Methods in io.datarouter.bytes.blockfile.block.tokens that return BlockfileLocationModifier and TypeMethodDescriptionstatic BlockfileLocationBlockfileFooterTokens.blockLocation(long fileLength, int footerBlockLength) static BlockfileLocationBlockfileFooterTokens.lengthLocation(long fileLength) static BlockfileLocationBlockfileHeaderTokens.lengthLocation()static BlockfileLocationBlockfileFooterTokens.valueLocation(long fileLength, int footerBlockLength) static BlockfileLocationBlockfileFooterTokens.valueLocation(BlockfileLocation blockLocation) static BlockfileLocationBlockfileHeaderTokens.valueLocation(int blockLength) Methods in io.datarouter.bytes.blockfile.block.tokens with parameters of type BlockfileLocationModifier and TypeMethodDescriptionstatic BlockfileLocationBlockfileFooterTokens.valueLocation(BlockfileLocation blockLocation) -
Uses of BlockfileLocation in io.datarouter.bytes.blockfile.index
Methods in io.datarouter.bytes.blockfile.index that return BlockfileLocation -
Uses of BlockfileLocation in io.datarouter.bytes.blockfile.io.read
Methods in io.datarouter.bytes.blockfile.io.read with parameters of type BlockfileLocation -
Uses of BlockfileLocation in io.datarouter.bytes.blockfile.io.storage
Fields in io.datarouter.bytes.blockfile.io.storage with type parameters of type BlockfileLocationModifier and TypeFieldDescriptionstatic final Codec<BlockfileLocation, byte[]> BlockfileLocation.CODECMethods in io.datarouter.bytes.blockfile.io.storage with parameters of type BlockfileLocationModifier and TypeMethodDescriptionbooleanBlockfileSegment.contains(BlockfileLocation location) byte[]BlockfileSegment.extractBytes(BlockfileLocation location) byte[]BlockfileStorage.readPartial(String name, BlockfileLocation location) default BlockfileSegmentBlockfileStorage.readSegment(String name, BlockfileLocation location) -
Uses of BlockfileLocation in io.datarouter.bytes.blockfile.io.storage.impl
Methods in io.datarouter.bytes.blockfile.io.storage.impl with parameters of type BlockfileLocationModifier and TypeMethodDescriptionbyte[]BlockfileLocalStorage.readPartial(String name, BlockfileLocation location) -
Uses of BlockfileLocation in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write that return BlockfileLocationModifier and TypeMethodDescriptionBlockfileWriterState.headerBlockLocation()BlockfileWriterState.latestIndexBlockLocation()