Class BlockfileRowKeyReader<T>
java.lang.Object
io.datarouter.bytes.blockfile.io.read.query.BlockfileRowKeyReader<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionitem(byte[] key) lastValueBlockSpanningRowKey(byte[] key) row(byte[] key) valueBlockContainingRowKey(byte[] key)
-
Constructor Details
-
BlockfileRowKeyReader
-
-
Method Details
-
lastValueBlockSpanningRowKey
public Optional<BlockfileRowKeyReader.BlockfileRowKeySearchResult<T>> lastValueBlockSpanningRowKey(byte[] key) -
valueBlockContainingRowKey
public Optional<BlockfileRowKeyReader.BlockfileRowKeySearchResult<T>> valueBlockContainingRowKey(byte[] key) -
row
-
item
-