Enum Class BlockfileRowOp

java.lang.Object
java.lang.Enum<BlockfileRowOp>
io.datarouter.bytes.blockfile.row.BlockfileRowOp
All Implemented Interfaces:
Serializable, Comparable<BlockfileRowOp>, Constable

public enum BlockfileRowOp extends Enum<BlockfileRowOp>
Either PUT or DELETE. PUTS sort after DELETES so we favor keeping the PUT in cases of a PUT and DELETE with the same key+version.