|
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.RemoveOperation
@Immutable public class RemoveOperation
An atomic remove operation for SchematicValueDelta.
Nested Class Summary | |
---|---|
static class |
RemoveOperation.Externalizer
|
Field Summary | |
---|---|
protected String |
fieldName
|
protected Object |
oldValue
|
Fields inherited from class org.infinispan.schematic.internal.delta.Operation |
---|
parentPath |
Constructor Summary | |
---|---|
RemoveOperation(Path parentPath,
String fieldName,
Object oldValue)
|
Method Summary | |
---|---|
String |
getFieldName()
|
boolean |
isRemoved()
|
void |
replay(MutableDocument delegate)
|
void |
rollback(MutableDocument delegate)
|
String |
toString()
|
Methods inherited from class org.infinispan.schematic.internal.delta.Operation |
---|
getParentPath, mutableParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final String fieldName
protected final Object oldValue
Constructor Detail |
---|
public RemoveOperation(Path parentPath, String fieldName, Object oldValue)
Method Detail |
---|
public String getFieldName()
public void rollback(MutableDocument delegate)
rollback
in class Operation
public void replay(MutableDocument delegate)
replay
in class Operation
public boolean isRemoved()
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 |