public class MemKey extends Key
colFamily, colQualifier, colVisibility, deleted, row, timestamp| Constructor and Description |
|---|
MemKey() |
MemKey(byte[] row,
byte[] cf,
byte[] cq,
byte[] cv,
long ts,
boolean del,
boolean copy,
int mc) |
MemKey(Key key,
int mc) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(Key k) |
int |
getKVCount() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
appendPrintableString, compareColumnFamily, compareColumnQualifier, compareRow, compareTo, compress, decompress, equals, equals, followingKey, getColumnFamily, getColumnFamily, getColumnFamilyData, getColumnQualifier, getColumnQualifier, getColumnQualifierData, getColumnVisibility, getColumnVisibility, getColumnVisibilityData, getColumnVisibilityParsed, getLength, getRow, getRow, getRowData, getSize, getTimestamp, hashCode, isDeleted, set, setDeleted, setTimestamp, toPrintableString, toStringNoTime, toStringNoTruncate, toThriftpublic MemKey(byte[] row,
byte[] cf,
byte[] cq,
byte[] cv,
long ts,
boolean del,
boolean copy,
int mc)
public MemKey()
public MemKey(Key key, int mc)
public int getKVCount()
public Object clone() throws CloneNotSupportedException
clone in class KeyCloneNotSupportedExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.Writablewrite in class KeyIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritablereadFields in class KeyIOExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.