|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
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.AddValueOperation
org.infinispan.schematic.internal.delta.AddValueIfAbsentOperation
@SerializeWith(value=AddValueIfAbsentOperation.Externalizer.class) public class AddValueIfAbsentOperation
An atomic array add operation for SchematicValueDelta.
Nested Class Summary | |
---|---|
static class |
AddValueIfAbsentOperation.Externalizer
|
Field Summary | |
---|---|
protected boolean |
added
|
Fields inherited from class org.infinispan.schematic.internal.delta.AddValueOperation |
---|
actualIndex, APPEND_INDEX, index, value |
Fields inherited from class org.infinispan.schematic.internal.delta.Operation |
---|
parentPath |
Constructor Summary | |
---|---|
AddValueIfAbsentOperation(Path path,
Object value)
|
Method Summary | |
---|---|
boolean |
isAdded()
|
void |
replay(MutableDocument delegate)
|
void |
rollback(MutableDocument delegate)
|
String |
toString()
|
Methods inherited from class org.infinispan.schematic.internal.delta.AddValueOperation |
---|
clone, getActualIndex, getIndex, getValue |
Methods inherited from class org.infinispan.schematic.internal.delta.ArrayOperation |
---|
cloneValues, mutableParent |
Methods inherited from class org.infinispan.schematic.internal.delta.Operation |
---|
cloneValue, getParentPath |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected transient boolean added
Constructor Detail |
---|
public AddValueIfAbsentOperation(Path path, Object value)
Method Detail |
---|
public boolean isAdded()
public void rollback(MutableDocument delegate)
rollback
in class AddValueOperation
public void replay(MutableDocument delegate)
replay
in class AddValueOperation
public String toString()
toString
in class AddValueOperation
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |