|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cassandra.cql3.Operation.ColumnDeletion
public static class Operation.ColumnDeletion
| Constructor Summary | |
|---|---|
Operation.ColumnDeletion(ColumnIdentifier id)
|
|
| Method Summary | |
|---|---|
ColumnIdentifier |
affectedColumn()
The name of the column affected by this delete operation. |
Operation |
prepare(ColumnSpecification receiver)
This method validates the operation (i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Operation.ColumnDeletion(ColumnIdentifier id)
| Method Detail |
|---|
public ColumnIdentifier affectedColumn()
Operation.RawDeletion
affectedColumn in interface Operation.RawDeletion
public Operation prepare(ColumnSpecification receiver)
throws InvalidRequestException
Operation.RawDeletion
prepare in interface Operation.RawDeletionreceiver - the "column" this operation applies to.
InvalidRequestException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||