public static class Operation.ElementDeletion extends java.lang.Object implements Operation.RawDeletion
| Constructor and Description |
|---|
Operation.ElementDeletion(ColumnIdentifier id,
Term.Raw element) |
| Modifier and Type | Method and Description |
|---|---|
ColumnIdentifier |
affectedColumn()
The name of the column affected by this delete operation.
|
Operation |
prepare(ColumnSpecification receiver)
This method validates the operation (i.e.
|
public Operation.ElementDeletion(ColumnIdentifier id, Term.Raw element)
public ColumnIdentifier affectedColumn()
Operation.RawDeletionaffectedColumn in interface Operation.RawDeletionpublic Operation prepare(ColumnSpecification receiver) throws InvalidRequestException
Operation.RawDeletionprepare in interface Operation.RawDeletionreceiver - the "column" this operation applies to.InvalidRequestExceptionCopyright © 2014 The Apache Software Foundation