Interface | Description |
---|---|
ChangeOperation |
A single change applied on a
ChangeSet when using a change operation on an object. |
DataSyncChangeSet |
Contains details for a
DataSyncOperation of type DataSyncOperationType.CHANGE . |
Class | Description |
---|---|
AddAllToCollectionOperation |
Represents a change operation which correlate with a
ChangeSet.addAllToCollection(String,
java.io.Serializable...) invocation. |
AddToCollectionOperation |
Represents a change operation which correlate with a
ChangeSet.addToCollection(String,
java.io.Serializable) invocation. |
ChangeDataSyncOperation |
Used to extract the
DataSyncChangeSet from operations that represent a change operation. |
IncrementOperation |
Represents a change operation which correlate with a
ChangeSet.increment(String, int) or
ChangeSet.decrement(String, int) invocation. |
PutInMapOperation |
Represents a change operation which correlate with a
ChangeSet.putInMap(String,
java.io.Serializable, java.io.Serializable) invocation. |
RemoveFromCollectionOperation |
Represents a change operation which correlate with a
ChangeSet.removeFromCollection(String,
java.io.Serializable) invocation. |
RemoveFromMapOperation |
Represents a change operation which correlate with a
ChangeSet.removeFromMap(String,
java.io.Serializable) invocation. |
SetOperation |
Represents a change operation which correlate with a
ChangeSet.set(String,
java.io.Serializable) invocation. |
UnsetOperation |
Represents a change operation which correlate with a
ChangeSet.unset(String) invocation. |
Copyright © GigaSpaces.