GigaSpaces XAP 10.0.1 API

com.gigaspaces.sync.change
Interface DataSyncChangeSet


public interface DataSyncChangeSet

Contains details for a DataSyncOperation of type DataSyncOperationType.CHANGE.

Since:
9.5
Author:
eitany

Method Summary
 Object getId()
           
 Collection<ChangeOperation> getOperations()
           
 long getTimeToLive()
           
 int getVersion()
           
 

Method Detail

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.

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.