org.apache.accumulo.server.data
Class ServerColumnUpdate

java.lang.Object
  extended by org.apache.accumulo.core.data.ColumnUpdate
      extended by org.apache.accumulo.server.data.ServerColumnUpdate

public class ServerColumnUpdate
extends ColumnUpdate


Constructor Summary
ServerColumnUpdate(byte[] cf, byte[] cq, byte[] cv, boolean hasts, long ts, boolean deleted, byte[] val, ServerMutation serverMutation)
           
 
Method Summary
 long getTimestamp()
           
 
Methods inherited from class org.apache.accumulo.core.data.ColumnUpdate
equals, getColumnFamily, getColumnQualifier, getColumnVisibility, getValue, hashCode, hasTimestamp, isDeleted, setSystemTimestamp, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerColumnUpdate

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

getTimestamp

public long getTimestamp()
Overrides:
getTimestamp in class ColumnUpdate


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.