public class ScalarisTxOpExecutor extends ScalarisOpExecutor
ScalarisOp operations in multiple phases only
sending requests to Scalaris once per work phase. Uses Transaction.| Constructor and Description |
|---|
ScalarisTxOpExecutor(Transaction scalaris_tx)
Creates a new executor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Re-sets the executor as if created from scratch.
|
void |
setCommitLast(boolean commitLast) |
addOp, getOps, getWorkPhases, runpublic ScalarisTxOpExecutor(Transaction scalaris_tx)
scalaris_tx - the Scalaris connection to usepublic void setCommitLast(boolean commitLast)
commitLast - the commitLast to setpublic void reset()
ScalarisOpExecutorreset in class ScalarisOpExecutor