Operation.Addition, Operation.ColumnDeletion, Operation.ElementDeletion, Operation.Prepend, Operation.RawDeletion, Operation.RawUpdate, Operation.SetElement, Operation.SetValue, Operation.Substraction
Constructor and Description |
---|
SetterByKey(ColumnDefinition column,
Term k,
Term t) |
Modifier and Type | Method and Description |
---|---|
void |
collectMarkerSpecification(VariableSpecifications boundNames)
Collects the column specification for the bind variables of this operation.
|
void |
execute(DecoratedKey partitionKey,
UpdateParameters params)
Execute the operation.
|
addFunctionsTo, requiresRead
public SetterByKey(ColumnDefinition column, Term k, Term t)
public void collectMarkerSpecification(VariableSpecifications boundNames)
Operation
collectMarkerSpecification
in class Operation
boundNames
- the list of column specification where to collect the
bind variables of this term in.public void execute(DecoratedKey partitionKey, UpdateParameters params) throws InvalidRequestException
Operation
execute
in class Operation
partitionKey
- partition key for the update.params
- parameters of the update.InvalidRequestException
Copyright © 2016 The Apache Software Foundation