ScalarisChangeListOp1, ScalarisChangeListOp2, ScalarisIncrementOp1, ScalarisIncrementOp2, ScalarisListAppendRemoveOp1, ScalarisListAppendRemoveOp2, ScalarisReadOp, ScalarisWriteOppublic interface ScalarisOp
| Modifier and Type | Method | Description |
|---|---|---|
int |
doPhase(int phase,
int firstOp,
ResultList results,
RequestList requests) |
Executes the given phase.
|
java.lang.String |
toString() |
|
int |
workPhases() |
Gets the number of work phases needed by this operation (not including
the final result verification phase).
|
int workPhases()
int doPhase(int phase,
int firstOp,
ResultList results,
RequestList requests)
throws com.ericsson.otp.erlang.OtpErlangException,
UnknownException,
java.lang.IllegalArgumentException
phase - the number of the current phasefirstOp - the current operation's index in the result listresults - the results from the previous operations
(may be null if there was none)requests - the requests for the next operations
(may be null if there are none, i.e. in the
verification phase)com.ericsson.otp.erlang.OtpErlangException - if an error occured verifying a result from previous
operationsUnknownException - if an error occured verifying a result from previous
operationsjava.lang.IllegalArgumentException - if the given work phase is not supportedworkPhases()java.lang.String toString()
toString in class java.lang.Object