|
ModeShape Distribution 3.0.0.Alpha4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.schematic.internal.delta.Operation
org.infinispan.schematic.internal.delta.ArrayOperation
org.infinispan.schematic.internal.delta.ClearOperation
@Immutable public class ClearOperation
An atomic remove operation for SchematicValueDelta.
Nested Class Summary | |
---|---|
static class |
ClearOperation.Externalizer
|
Field Summary |
---|
Fields inherited from class org.infinispan.schematic.internal.delta.Operation |
---|
parentPath |
Constructor Summary | |
---|---|
ClearOperation(Path path)
|
Method Summary | |
---|---|
void |
replay(MutableDocument delegate)
|
void |
rollback(MutableDocument delegate)
|
String |
toString()
|
Methods inherited from class org.infinispan.schematic.internal.delta.ArrayOperation |
---|
mutableParent |
Methods inherited from class org.infinispan.schematic.internal.delta.Operation |
---|
getParentPath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClearOperation(Path path)
Method Detail |
---|
public void replay(MutableDocument delegate)
replay
in class Operation
public void rollback(MutableDocument delegate)
rollback
in class Operation
public String toString()
toString
in class Object
|
ModeShape Distribution 3.0.0.Alpha4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |