public abstract class RowMutationInformation
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RowMutationInformation.MutationType |
Constructor and Description |
---|
RowMutationInformation() |
Modifier and Type | Method and Description |
---|---|
abstract RowMutationInformation.MutationType |
getMutationType() |
abstract long |
getSequenceNumber() |
static RowMutationInformation |
of(RowMutationInformation.MutationType mutationType,
long sequenceNumber) |
public abstract RowMutationInformation.MutationType getMutationType()
public abstract long getSequenceNumber()
public static RowMutationInformation of(RowMutationInformation.MutationType mutationType, long sequenceNumber)