|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScalarisOp | |
---|---|
de.zib.scalaris.executor |
Uses of ScalarisOp in de.zib.scalaris.executor |
---|
Classes in de.zib.scalaris.executor that implement ScalarisOp | |
---|---|
class |
ScalarisChangeListOp1
Implements a list change operation using the read and write operations of Scalaris. |
class |
ScalarisChangeListOp2
Implements a list change operation using the append operation of Scalaris. |
class |
ScalarisIncrementOp1<T extends Number>
Implements an increment operation using the read and write operations of Scalaris. |
class |
ScalarisIncrementOp2<T extends Number>
Implements an increment operation using the increment operation of Scalaris. |
class |
ScalarisListAppendRemoveOp1<T>
Implements a list append and remove operation using the read and write operations of Scalaris. |
class |
ScalarisListAppendRemoveOp2<T>
Implements a list append operation using the append operation of Scalaris. |
class |
ScalarisReadOp
Implements a read operation (tolerates "not found" and in this case contains null). |
class |
ScalarisWriteOp<T>
Implements a write operation. |
Methods in de.zib.scalaris.executor that return types with arguments of type ScalarisOp | |
---|---|
ArrayList<ScalarisOp> |
ScalarisOpExecutor.getOps()
Gets the current list of operations. |
Methods in de.zib.scalaris.executor with parameters of type ScalarisOp | |
---|---|
void |
ScalarisOpExecutor.addOp(ScalarisOp op)
Adds the given operation to be executed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |