public class ColumnUpdate extends Object
Constructor and Description |
---|
ColumnUpdate(byte[] cf,
byte[] cq,
byte[] cv,
boolean hasts,
long ts,
boolean deleted,
byte[] val) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getColumnFamily()
Returns the column
|
byte[] |
getColumnQualifier() |
byte[] |
getColumnVisibility() |
long |
getTimestamp() |
byte[] |
getValue() |
int |
hashCode() |
boolean |
hasTimestamp() |
boolean |
isDeleted() |
void |
setSystemTimestamp(long timestamp)
Deprecated.
use setTimestamp(long);
|
String |
toString() |
public ColumnUpdate(byte[] cf, byte[] cq, byte[] cv, boolean hasts, long ts, boolean deleted, byte[] val)
@Deprecated public void setSystemTimestamp(long timestamp)
public boolean hasTimestamp()
public byte[] getColumnFamily()
public byte[] getColumnQualifier()
public byte[] getColumnVisibility()
public long getTimestamp()
public boolean isDeleted()
public byte[] getValue()
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.