|
ModeShape Distribution 3.2.0.Final | |||||||||
| 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 |
equals(Object obj)
|
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, equalsIfNotNull, getParentPath, hashCode |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, 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 AddValueOperationpublic void replay(MutableDocument delegate)
replay in class AddValueOperationpublic String toString()
toString in class AddValueOperationpublic boolean equals(Object obj)
equals in class AddValueOperation
|
ModeShape Distribution 3.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||