Uses of Class
org.apache.accumulo.core.data.ColumnUpdate
Packages that use ColumnUpdate
-
Uses of ColumnUpdate in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return ColumnUpdateModifier and TypeMethodDescriptionprotected 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 ColumnUpdateModifier and TypeMethodDescriptionMutation.getUpdates()
Gets the modifications and deletions in this mutation.