public interface IMutation
Modifier and Type | Method and Description |
---|---|
void |
apply() |
static long |
dataSize(java.util.Collection<? extends IMutation> mutations)
Computes the total data size of the specified mutations.
|
java.lang.String |
getKeyspaceName() |
java.util.Collection<PartitionUpdate> |
getPartitionUpdates() |
java.util.Collection<TableId> |
getTableIds() |
long |
getTimeout(java.util.concurrent.TimeUnit unit) |
DecoratedKey |
key() |
java.lang.String |
toString(boolean shallow) |
default void |
validateIndexedColumns() |
void apply()
java.lang.String getKeyspaceName()
java.util.Collection<TableId> getTableIds()
DecoratedKey key()
long getTimeout(java.util.concurrent.TimeUnit unit)
java.lang.String toString(boolean shallow)
java.util.Collection<PartitionUpdate> getPartitionUpdates()
default void validateIndexedColumns()
static long dataSize(java.util.Collection<? extends IMutation> mutations)
mutations
- the mutationsCopyright © 2009-2019 The Apache Software Foundation