Package com.gigaspaces.sync.change
Interface DataSyncChangeSet
- All Known Implementing Classes:
ChangeReplicationFilterUidDataWrapper,LocalClusterChangeOperationData,MirrorChangeBulkDataItem,SpaceAfterChangeFilterEntryImpl,SpaceBeforeChangeFilterEntryImpl
public interface DataSyncChangeSet
Contains details for a
DataSyncOperation of type DataSyncOperationType.CHANGE.- Since:
- 9.5
- Author:
- eitany
-
Method Summary
-
Method Details
-
getOperations
Collection<ChangeOperation> getOperations()- Returns:
- the change operations.
-
getId
Object getId()- Returns:
- the id of the object which was changed.
-
getVersion
int getVersion()- Returns:
- the version of the object after the change was applied.
-
getTimeToLive
long getTimeToLive()- Returns:
- the remaining time to live of the object after the change was applied.
-