org.apache.accumulo.core.data
Class ColumnUpdate

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getColumnFamily()
          Returns the column
 byte[] getColumnQualifier()
           
 byte[] getColumnVisibility()
           
 long getTimestamp()
           
 byte[] getValue()
           
 int hashCode()
           
 boolean hasTimestamp()
           
 boolean isDeleted()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColumnUpdate

public ColumnUpdate(byte[] cf,
                    byte[] cq,
                    byte[] cv,
                    boolean hasts,
                    long ts,
                    boolean deleted,
                    byte[] val)
Method Detail

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.