IndividualBytesFieldCell(byte[] row,
byte[] family,
byte[] qualifier,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
long seqId,
byte[] value,
byte[] tags)
IndividualBytesFieldCell(byte[] row,
int rOffset,
int rLength,
byte[] family,
int fOffset,
int fLength,
byte[] qualifier,
int qOffset,
int qLength,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
long seqId,
byte[] value,
int vOffset,
int vLength,
byte[] tags,
int tagsOffset,
int tagsLength)
KeyValue(byte[] row,
byte[] family,
byte[] qualifier,
int qoffset,
int qlength,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
byte[] value,
int voffset,
int vlength,
byte[] tags)
KeyValue(byte[] row,
byte[] family,
byte[] qualifier,
int qoffset,
int qlength,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
byte[] value,
int voffset,
int vlength,
List<org.apache.hadoop.hbase.Tag> tags)
Constructs KeyValue structure filled with specified values.
KeyValue(byte[] row,
byte[] family,
byte[] qualifier,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type)
Constructs KeyValue structure filled with specified values.
KeyValue(byte[] row,
byte[] family,
byte[] qualifier,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
byte[] value)
Constructs KeyValue structure filled with specified values.
KeyValue(byte[] row,
byte[] family,
byte[] qualifier,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
byte[] value,
byte[] tags)
Constructs KeyValue structure filled with specified values.
KeyValue(byte[] row,
byte[] family,
byte[] qualifier,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
byte[] value,
List<org.apache.hadoop.hbase.Tag> tags)
Constructs KeyValue structure filled with specified values.
KeyValue(byte[] buffer,
int boffset,
byte[] row,
int roffset,
int rlength,
byte[] family,
int foffset,
int flength,
byte[] qualifier,
int qoffset,
int qlength,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
byte[] value,
int voffset,
int vlength,
org.apache.hadoop.hbase.Tag[] tags)
Constructs KeyValue structure filled with specified values.
KeyValue(byte[] row,
int roffset,
int rlength,
byte[] family,
int foffset,
int flength,
byte[] qualifier,
int qoffset,
int qlength,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
byte[] value,
int voffset,
int vlength)
Constructs KeyValue structure filled with specified values.
KeyValue(byte[] row,
int roffset,
int rlength,
byte[] family,
int foffset,
int flength,
byte[] qualifier,
int qoffset,
int qlength,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
byte[] value,
int voffset,
int vlength,
byte[] tags,
int tagsOffset,
int tagsLength)
KeyValue(byte[] row,
int roffset,
int rlength,
byte[] family,
int foffset,
int flength,
byte[] qualifier,
int qoffset,
int qlength,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
byte[] value,
int voffset,
int vlength,
List<org.apache.hadoop.hbase.Tag> tags)
Constructs KeyValue structure filled with specified values.
KeyValue(byte[] row,
int roffset,
int rlength,
byte[] family,
int foffset,
int flength,
ByteBuffer qualifier,
long ts,
org.apache.hadoop.hbase.KeyValue.Type type,
ByteBuffer value,
List<org.apache.hadoop.hbase.Tag> tags)
KeyValue(byte[] row,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type)
Constructs KeyValue structure filled with null value.
KeyValue(int rlength,
int flength,
int qlength,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
int vlength)
Constructs an empty KeyValue structure, with specified sizes.
KeyValue(int rlength,
int flength,
int qlength,
long timestamp,
org.apache.hadoop.hbase.KeyValue.Type type,
int vlength,
int tagsLength)
Constructs an empty KeyValue structure, with specified sizes.