Package com.gigaspaces.sync
Interface OperationsBatchData
- All Known Implementing Classes:
OperationsBatchDataImpl,OperationsBatchEndpointData,OperationsDataBatchImpl
public interface OperationsBatchData
A data of a batch of operations that is synchronized to a synchronization endpoint
- Since:
- 9.0.1
- Author:
- idan
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getBatchDataItems
DataSyncOperation[] getBatchDataItems()- Returns:
- the data synchronization operation items of this batch
-
getSourceDetails
SynchronizationSourceDetails getSourceDetails()- Returns:
- the details of this transaction synchronization source
-