Class BlockfileValueTokens
java.lang.Object
io.datarouter.bytes.blockfile.block.tokens.BlockfileBaseTokens
io.datarouter.bytes.blockfile.block.tokens.BlockfileValueTokens
-
Field Summary
Fields inherited from class io.datarouter.bytes.blockfile.block.tokens.BlockfileBaseTokens
NUM_LENGTH_BYTES, NUM_PREFIX_BYTES -
Constructor Summary
ConstructorsConstructorDescriptionBlockfileValueTokens(long valueBlockId, long firstRowId, List<BlockfileRow> rows, int length, byte[] checksum, byte[] value) -
Method Summary
Modifier and TypeMethodDescriptionstatic intlengthWithoutValue(int checksumLength) rows()intList<byte[]> toList()longMethods inherited from class io.datarouter.bytes.blockfile.block.tokens.BlockfileBaseTokens
blockType, concat, decodeLength, encodeBlockType, encodeLength, length, prefixBytes, scan, totalLength
-
Constructor Details
-
BlockfileValueTokens
public BlockfileValueTokens(long valueBlockId, long firstRowId, List<BlockfileRow> rows, int length, byte[] checksum, byte[] value)
-
-
Method Details
-
suffixLength
public int suffixLength()- Specified by:
suffixLengthin classBlockfileBaseTokens
-
toList
- Specified by:
toListin classBlockfileBaseTokens
-
lengthWithoutValue
public static int lengthWithoutValue(int checksumLength) -
valueBlockId
public long valueBlockId() -
toRowIdRange
-
toRowKeyRange
-
rows
-