Uses of Class
org.apache.accumulo.core.data.ColumnUpdate

Packages that use ColumnUpdate
org.apache.accumulo.core.data   
org.apache.accumulo.core.util   
org.apache.accumulo.server.data   
 

Uses of ColumnUpdate in org.apache.accumulo.core.data
 

Methods in org.apache.accumulo.core.data that return ColumnUpdate
protected  ColumnUpdate Mutation.newColumnUpdate(byte[] cf, byte[] cq, byte[] cv, boolean hasts, long ts, boolean deleted, byte[] val)
           
 

Methods in org.apache.accumulo.core.data that return types with arguments of type ColumnUpdate
 List<ColumnUpdate> Mutation.getUpdates()
           
 

Uses of ColumnUpdate in org.apache.accumulo.core.util
 

Constructors in org.apache.accumulo.core.util with parameters of type ColumnUpdate
ColumnFQ(ColumnUpdate cu)
           
 

Uses of ColumnUpdate in org.apache.accumulo.server.data
 

Subclasses of ColumnUpdate in org.apache.accumulo.server.data
 class ServerColumnUpdate
           
 

Methods in org.apache.accumulo.server.data that return ColumnUpdate
protected  ColumnUpdate ServerMutation.newColumnUpdate(byte[] cf, byte[] cq, byte[] cv, boolean hasts, long ts, boolean deleted, byte[] val)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.