GigaSpaces XAP 9.7.2 API

Package com.gigaspaces.sync.change

Interface Summary
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 Summary
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.
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.