public abstract class AbstractMutationComposer extends java.lang.Object implements MutationComposer
Modifier and Type | Field and Description |
---|---|
protected long |
current |
protected java.lang.String |
id |
protected java.util.List<Mutation> |
mutations |
Constructor and Description |
---|
AbstractMutationComposer(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Mutation> |
get() |
protected java.util.Optional<Key> |
getClusteringKey(Operation base,
TransactionResult result) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add
protected final java.lang.String id
protected final java.util.List<Mutation> mutations
protected final long current
public java.util.List<Mutation> get()
get
in interface MutationComposer
protected java.util.Optional<Key> getClusteringKey(Operation base, TransactionResult result)