public class BinaryCell
extends java.lang.Object
| Constructor and Description |
|---|
BinaryCell(byte[] row,
byte[] family,
byte[] qualifierValueBytes,
int columnOffset,
int columnLength,
int valueOffset,
int valueLength,
long version,
long timestamp,
org.ojai.store.cdc.ChangeOp cop) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
columnBytes() |
byte[] |
getFamily() |
org.ojai.store.cdc.ChangeOp |
getOpType() |
long |
getServerTimestamp() |
long |
getTimestamp() |
byte[] |
getValueBytes() |
java.lang.String |
toString() |
public BinaryCell(byte[] row,
byte[] family,
byte[] qualifierValueBytes,
int columnOffset,
int columnLength,
int valueOffset,
int valueLength,
long version,
long timestamp,
org.ojai.store.cdc.ChangeOp cop)
public byte[] getFamily()
public byte[] columnBytes()
public byte[] getValueBytes()
public long getTimestamp()
public long getServerTimestamp()
public org.ojai.store.cdc.ChangeOp getOpType()
public java.lang.String toString()
toString in class java.lang.Object