Package | Description |
---|---|
org.apache.cassandra.thrift |
Modifier and Type | Field and Description |
---|---|
Deletion |
Mutation.deletion |
Modifier and Type | Method and Description |
---|---|
Deletion |
Deletion.deepCopy() |
Deletion |
Mutation.getDeletion() |
Deletion |
Deletion.setPredicate(SlicePredicate predicate) |
Deletion |
Deletion.setSuper_column(byte[] super_column) |
Deletion |
Deletion.setSuper_column(java.nio.ByteBuffer super_column) |
Deletion |
Deletion.setTimestamp(long timestamp) |
Modifier and Type | Method and Description |
---|---|
int |
Deletion.compareTo(Deletion other) |
boolean |
Deletion.equals(Deletion that) |
Mutation |
Mutation.setDeletion(Deletion deletion) |
static void |
ThriftValidation.validateDeletion(CFMetaData metadata,
Deletion del) |
Constructor and Description |
---|
Deletion(Deletion other)
Performs a deep copy on other.
|
Copyright © 2020 The Apache Software Foundation