Uses of Class
com.gigaspaces.internal.cluster.node.impl.gateway.sink.AbstractLocalClusterOperationData
Packages that use AbstractLocalClusterOperationData
-
Uses of AbstractLocalClusterOperationData in com.gigaspaces.internal.cluster.node.impl.gateway.sink
Subclasses of AbstractLocalClusterOperationData in com.gigaspaces.internal.cluster.node.impl.gateway.sinkModifier and TypeClassDescriptionclassclassclassOperation executer for a partial update replication sink gateway operation against a local cluster.classOperation executer for a remove replication sink gateway operation against a local cluster.classOperation executer for a remove replication sink gateway operation against a local cluster.classOperation executor for an update operation by a gateway sink component against anISpaceProxyinstance representing the local cluster.classOperation executor for write operation by a gateway sink component against anISpaceProxyinstance representing the local cluster.Fields in com.gigaspaces.internal.cluster.node.impl.gateway.sink with type parameters of type AbstractLocalClusterOperationDataModifier and TypeFieldDescriptionprotected List<AbstractLocalClusterOperationData>AbstractLocalClusterOperationData._pendingOperationsMethods in com.gigaspaces.internal.cluster.node.impl.gateway.sink with parameters of type AbstractLocalClusterOperationDataModifier and TypeMethodDescriptionvoidAbstractLocalClusterOperationData.addPendingOperation(AbstractLocalClusterOperationData operationData) Add anAbstractLocalClusterOperationDatato the current instance (merge for execution).booleanAbstractLocalClusterOperationData.isSameOperationType(AbstractLocalClusterOperationData operationData) booleanAbstractLocalClusterWriteOperationData.isSameOperationType(AbstractLocalClusterOperationData operationData) booleanLocalClusterRemoveByUIDOperationData.isSameOperationType(AbstractLocalClusterOperationData operationData) Constructors in com.gigaspaces.internal.cluster.node.impl.gateway.sink with parameters of type AbstractLocalClusterOperationDataModifierConstructorDescriptionprotectedLocalClusterReplicationDataConflict(AbstractLocalClusterOperationData[] operationData)