public static class Operation.ColumnDeletion extends java.lang.Object implements Operation.RawDeletion
Constructor and Description |
---|
ColumnDeletion(ColumnIdentifier.Raw id) |
Modifier and Type | Method and Description |
---|---|
ColumnIdentifier.Raw |
affectedColumn()
The name of the column affected by this delete operation.
|
Operation |
prepare(java.lang.String keyspace,
ColumnDefinition receiver)
This method validates the operation (i.e.
|
public ColumnDeletion(ColumnIdentifier.Raw id)
public ColumnIdentifier.Raw affectedColumn()
Operation.RawDeletion
affectedColumn
in interface Operation.RawDeletion
public Operation prepare(java.lang.String keyspace, ColumnDefinition receiver) throws InvalidRequestException
Operation.RawDeletion
prepare
in interface Operation.RawDeletion
receiver
- the "column" this operation applies to.InvalidRequestException
Copyright © 2017 The Apache Software Foundation