public static class Operation.ColumnDeletion extends java.lang.Object implements Operation.RawDeletion
| Constructor and Description |
|---|
Operation.ColumnDeletion(ColumnIdentifier id) |
| 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.ColumnDeletion(ColumnIdentifier id)
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