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

Constructor Detail

ColumnUpdate

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

setSystemTimestamp

public void setSystemTimestamp(long v)

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


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.