Uses of Interface
io.datarouter.filesystem.snapshot.block.branch.BranchBlock
-
Uses of BranchBlock in io.datarouter.filesystem.snapshot.block
Methods in io.datarouter.filesystem.snapshot.block that return BranchBlock Modifier and Type Method Description BranchBlockBlockTypeRegistry. decodeBranch(String typeName, byte[] bytes)Methods in io.datarouter.filesystem.snapshot.block that return types with arguments of type BranchBlock Modifier and Type Method Description Class<? extends BranchBlock>BlockTypeRegistry. getBranchClass(String name)Method parameters in io.datarouter.filesystem.snapshot.block with type arguments of type BranchBlock Modifier and Type Method Description BlockTypeRegistryBlockTypeRegistry. registerBranch(String name, Class<? extends BranchBlock> blockClass) -
Uses of BranchBlock in io.datarouter.filesystem.snapshot.block.branch
Classes in io.datarouter.filesystem.snapshot.block.branch that implement BranchBlock Modifier and Type Class Description classBranchBlockV1Sections: - level - num keys - key endings - keys - child block ids -
Uses of BranchBlock in io.datarouter.filesystem.snapshot.cache
Methods in io.datarouter.filesystem.snapshot.cache that return BranchBlock Modifier and Type Method Description BranchBlockLatestBlockCache. branch(BlockKey key) -
Uses of BranchBlock in io.datarouter.filesystem.snapshot.encode
Methods in io.datarouter.filesystem.snapshot.encode that return BranchBlock Modifier and Type Method Description BranchBlockBlockDecoder. branch(byte[] bytes) -
Uses of BranchBlock in io.datarouter.filesystem.snapshot.reader.block
Methods in io.datarouter.filesystem.snapshot.reader.block that return BranchBlock Modifier and Type Method Description default BranchBlockBlockLoader. branch(BlockKey key)BranchBlockDecodingBlockLoader. branch(BlockKey key)