Uses of Interface
io.datarouter.filesystem.snapshot.block.value.ValueBlock
-
Uses of ValueBlock in io.datarouter.filesystem.snapshot.block
Methods in io.datarouter.filesystem.snapshot.block that return ValueBlock Modifier and Type Method Description ValueBlockBlockTypeRegistry. decodeValue(java.lang.String typeName, byte[] bytes)Methods in io.datarouter.filesystem.snapshot.block that return types with arguments of type ValueBlock Modifier and Type Method Description java.lang.Class<? extends ValueBlock>BlockTypeRegistry. getValueClass(java.lang.String name)Method parameters in io.datarouter.filesystem.snapshot.block with type arguments of type ValueBlock Modifier and Type Method Description BlockTypeRegistryBlockTypeRegistry. registerValue(java.lang.String name, java.lang.Class<? extends ValueBlock> blockClass) -
Uses of ValueBlock in io.datarouter.filesystem.snapshot.block.value
Classes in io.datarouter.filesystem.snapshot.block.value that implement ValueBlock Modifier and Type Class Description classValueBlockV1Simple format using 4-byte ints. -
Uses of ValueBlock in io.datarouter.filesystem.snapshot.cache
Methods in io.datarouter.filesystem.snapshot.cache that return ValueBlock Modifier and Type Method Description ValueBlockLatestBlockCache. value(BlockKey key) -
Uses of ValueBlock in io.datarouter.filesystem.snapshot.encode
Methods in io.datarouter.filesystem.snapshot.encode that return ValueBlock Modifier and Type Method Description ValueBlockBlockDecoder. value(byte[] bytes) -
Uses of ValueBlock in io.datarouter.filesystem.snapshot.reader.block
Methods in io.datarouter.filesystem.snapshot.reader.block that return ValueBlock Modifier and Type Method Description ValueBlockLeafBlockWithValueBlocks. getValueBlock(int column, int index)default ValueBlockBlockLoader. value(BlockKey key)ValueBlockDecodingBlockLoader. value(BlockKey key)Constructor parameters in io.datarouter.filesystem.snapshot.reader.block with type arguments of type ValueBlock Constructor Description LeafBlockWithValueBlocks(RootBlock rootBlock, LeafBlock leafBlock, java.util.List<java.util.List<ValueBlock>> valueBlocks)