Uses of Interface
io.datarouter.filesystem.snapshot.block.Block
-
Uses of Block in io.datarouter.filesystem.snapshot.block.branch
Subinterfaces of Block in io.datarouter.filesystem.snapshot.block.branch Modifier and Type Interface Description interfaceBranchBlockClasses in io.datarouter.filesystem.snapshot.block.branch that implement Block Modifier and Type Class Description classBranchBlockV1Sections: - level - num keys - key endings - keys - child block ids -
Uses of Block in io.datarouter.filesystem.snapshot.block.leaf
Subinterfaces of Block in io.datarouter.filesystem.snapshot.block.leaf Modifier and Type Interface Description interfaceLeafBlockClasses in io.datarouter.filesystem.snapshot.block.leaf that implement Block Modifier and Type Class Description classLeafBlockV1Sections: - num keys - key endings: relative to the start of the section - keys - value block ids - value block indexes -
Uses of Block in io.datarouter.filesystem.snapshot.block.root
Subinterfaces of Block in io.datarouter.filesystem.snapshot.block.root Modifier and Type Interface Description interfaceRootBlockClasses in io.datarouter.filesystem.snapshot.block.root that implement Block Modifier and Type Class Description classRootBlockV1 -
Uses of Block in io.datarouter.filesystem.snapshot.block.value
Subinterfaces of Block in io.datarouter.filesystem.snapshot.block.value Modifier and Type Interface Description interfaceValueBlockClasses in io.datarouter.filesystem.snapshot.block.value that implement Block Modifier and Type Class Description classValueBlockV1Simple format using 4-byte ints. -
Uses of Block in io.datarouter.filesystem.snapshot.cache
Methods in io.datarouter.filesystem.snapshot.cache that return Block Modifier and Type Method Description BlockMemoryBlockCache. get(BlockKey key) -
Uses of Block in io.datarouter.filesystem.snapshot.group
-
Uses of Block in io.datarouter.filesystem.snapshot.reader.block
Methods in io.datarouter.filesystem.snapshot.reader.block that return Block Modifier and Type Method Description default BlockBlockLoader. get(BlockKey key)