org.apache.accumulo.core.data
Class ColumnUpdate
java.lang.Object
org.apache.accumulo.core.data.ColumnUpdate
public class ColumnUpdate
- extends Object
A single column and value pair within a mutation
Constructor Summary |
ColumnUpdate(byte[] cf,
byte[] cq,
byte[] cv,
boolean hasts,
long ts,
boolean deleted,
byte[] val)
|
ColumnUpdate
public ColumnUpdate(byte[] cf,
byte[] cq,
byte[] cv,
boolean hasts,
long ts,
boolean deleted,
byte[] val)
hasTimestamp
public boolean hasTimestamp()
getColumnFamily
public byte[] getColumnFamily()
- Returns the column
getColumnQualifier
public byte[] getColumnQualifier()
getColumnVisibility
public byte[] getColumnVisibility()
getTimestamp
public long getTimestamp()
isDeleted
public boolean isDeleted()
getValue
public byte[] getValue()
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2015 Apache Accumulo Project. All rights reserved.