Class AbstractLocalClusterOperationData

java.lang.Object
com.gigaspaces.internal.cluster.node.impl.gateway.sink.AbstractLocalClusterOperationData
All Implemented Interfaces:
DataConflictOperation, DataSyncOperation
Direct Known Subclasses:
AbstractLocalClusterWriteOperationData, LocalClusterChangeOperationData, LocalClusterRemoveByUIDOperationData

public abstract class AbstractLocalClusterOperationData extends Object implements DataConflictOperation
A base class for Local Cluster operations data. Operation data instances are created after a gateway Sink component receives a replication batch of operations to execute and each operation is translated to a local cluster operation, which eventually uses an ISpaceProxy instance for executing the operations against the local cluster. Batch supported operations will merged together in order to gain better performance by using writeMultiple etc..
Since:
8.0.3
Author:
idan