Class BlockfileRowVersionCodec
java.lang.Object
io.datarouter.bytes.blockfile.row.BlockfileRowVersionCodec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockfileRowVersioncreate(byte[] key, byte[] version, BlockfileRowOp op) static byte[]encode(byte[] key, byte[] version, BlockfileRowOp op) static voidencodeInto(byte[] key, byte[] version, BlockfileRowOp op, byte[] intoBytes, int offset) static BlockfileRowVersionfromBytes(byte[] bytes) static BlockfileRowVersionfromBytes(byte[] bytes, int offset) static intlength(byte[] key, byte[] version)
-
Constructor Details
-
BlockfileRowVersionCodec
public BlockfileRowVersionCodec()
-
-
Method Details
-
length
public static int length(byte[] key, byte[] version) -
create
-
encode
-
encodeInto
public static void encodeInto(byte[] key, byte[] version, BlockfileRowOp op, byte[] intoBytes, int offset) -
fromBytes
-
fromBytes
-