Uses of Enum Class
io.datarouter.bytes.blockfile.row.BlockfileRowOp
Packages that use BlockfileRowOp
-
Uses of BlockfileRowOp in io.datarouter.bytes.blockfile.row
Fields in io.datarouter.bytes.blockfile.row with type parameters of type BlockfileRowOpModifier and TypeFieldDescriptionstatic final Comparator<BlockfileRowOp> BlockfileRowOp.COMPARATORMethods in io.datarouter.bytes.blockfile.row that return BlockfileRowOpModifier and TypeMethodDescriptionstatic BlockfileRowOpBlockfileRowOp.fromByte(byte value) static BlockfileRowOpBlockfileRowOp.fromInputStream(InputStream inputStream) BlockfileRow.op()BlockfileRowVersion.op()static BlockfileRowOpReturns the enum constant of this class with the specified name.static BlockfileRowOp[]BlockfileRowOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.datarouter.bytes.blockfile.row with parameters of type BlockfileRowOpModifier and TypeMethodDescriptionstatic BlockfileRowBlockfileRow.create(byte[] key, byte[] version, BlockfileRowOp op, byte[] value) static BlockfileRowBlockfileRowCodec.create(byte[] key, byte[] version, BlockfileRowOp op, byte[] value) static BlockfileRowVersionBlockfileRowVersion.create(byte[] key, byte[] version, BlockfileRowOp op) static BlockfileRowVersionBlockfileRowVersionCodec.create(byte[] key, byte[] version, BlockfileRowOp op) static byte[]BlockfileRowCodec.encode(byte[] key, byte[] version, BlockfileRowOp op, byte[] value) static byte[]BlockfileRowVersionCodec.encode(byte[] key, byte[] version, BlockfileRowOp op) static voidBlockfileRowCodec.encodeInto(byte[] key, byte[] version, BlockfileRowOp op, byte[] value, byte[] intoBytes, int offset) static voidBlockfileRowVersionCodec.encodeInto(byte[] key, byte[] version, BlockfileRowOp op, byte[] intoBytes, int offset) Constructors in io.datarouter.bytes.blockfile.row with parameters of type BlockfileRowOpModifierConstructorDescriptionBlockfileRow(byte[] bytes, int offset, int length, int keyOffset, int keyLength, int versionOffset, int versionLength, BlockfileRowOp op, int valueOffset, int valueLength) BlockfileRowVersion(byte[] bytes, int offset, int length, int keyOffset, int keyLength, int versionOffset, int versionLength, BlockfileRowOp op)