Uses of Class
io.datarouter.bytes.blockfile.row.BlockfileRowVersion
Packages that use BlockfileRowVersion
-
Uses of BlockfileRowVersion in io.datarouter.bytes.blockfile.index
Methods in io.datarouter.bytes.blockfile.index that return BlockfileRowVersionModifier and TypeMethodDescriptionBlockfileRowRange.first()Returns the value of thefirstrecord component.BlockfileRowRange.last()Returns the value of thelastrecord component.Constructors in io.datarouter.bytes.blockfile.index with parameters of type BlockfileRowVersionModifierConstructorDescriptionBlockfileRowRange(BlockfileRowVersion first, BlockfileRowVersion last) Creates an instance of aBlockfileRowRangerecord class. -
Uses of BlockfileRowVersion in io.datarouter.bytes.blockfile.row
Methods in io.datarouter.bytes.blockfile.row that return BlockfileRowVersionModifier and TypeMethodDescriptionstatic BlockfileRowVersionBlockfileRowVersion.create(byte[] key, byte[] version, BlockfileRowOp op) static BlockfileRowVersionBlockfileRowVersionCodec.create(byte[] key, byte[] version, BlockfileRowOp op) static BlockfileRowVersionBlockfileRowVersionCodec.fromBytes(byte[] bytes) static BlockfileRowVersionBlockfileRowVersionCodec.fromBytes(byte[] bytes, int offset) static BlockfileRowVersionBlockfileRowVersion.putWithoutVersion(byte[] key) BlockfileRow.toRowVersion()Methods in io.datarouter.bytes.blockfile.row with parameters of type BlockfileRowVersionModifier and TypeMethodDescriptionstatic intBlockfileRowVersion.compareKey(BlockfileRowVersion left, BlockfileRowVersion right) static intBlockfileRowVersion.compareKeyVersionOpOptimized(BlockfileRowVersion left, BlockfileRowVersion right) static intBlockfileRowVersion.compareVersion(BlockfileRowVersion left, BlockfileRowVersion right) static booleanBlockfileRowVersion.equalsKeyOptimized(BlockfileRowVersion left, BlockfileRowVersion right) static booleanBlockfileRowVersion.equalsVersion(BlockfileRowVersion left, BlockfileRowVersion right)