Interface IReplicationInFacade
- All Superinterfaces:
IReplicationInBatchConsumptionHandler,IReplicationInDataTypeCreatedHandler,IReplicationInDataTypeDropHandler,IReplicationInDataTypeIndexAddedHandler,IReplicationInEntryHandler,IReplicationInEntryLeaseCancelledHandler,IReplicationInEntryLeaseExpiredHandler,IReplicationInEntryLeaseExtendedHandler,IReplicationInEvictEntryHandler,IReplicationInNotificationSentHandler,IReplicationInNotifyTemplateCreatedHandler,IReplicationInNotifyTemplateLeaseExpiredHandler,IReplicationInNotifyTemplateLeaseExtendedHandler,IReplicationInNotifyTemplateRemovedHandler,IReplicationInTransactionHandler
- All Known Implementing Classes:
ReplicationNodeInFacade
public interface IReplicationInFacade
extends IReplicationInEntryLeaseCancelledHandler, IReplicationInEvictEntryHandler, IReplicationInEntryLeaseExtendedHandler, IReplicationInNotifyTemplateLeaseExtendedHandler, IReplicationInNotifyTemplateCreatedHandler, IReplicationInNotificationSentHandler, IReplicationInNotifyTemplateRemovedHandler, IReplicationInTransactionHandler, IReplicationInEntryHandler, IReplicationInDataTypeCreatedHandler, IReplicationInDataTypeIndexAddedHandler, IReplicationInDataTypeDropHandler, IReplicationInEntryLeaseExpiredHandler, IReplicationInNotifyTemplateLeaseExpiredHandler, IReplicationInBatchConsumptionHandler
Batch all the existing replication in handlers
IReplicationNode- Since:
- 8.0
- Author:
- eitany
-
Method Summary
Methods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInBatchConsumptionHandler
consumePendingOperationsInBatchMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInDataTypeCreatedHandler
inDataTypeIntroduceMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInDataTypeDropHandler
inDataTypeDropMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInDataTypeIndexAddedHandler
inDataTypeAddIndexMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInEntryHandler
afterConsumption, beforeConsume, inChangeEntry, inRemoveEntry, inRemoveEntryByUID, inUpdateEntry, inWriteEntryMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInEntryLeaseCancelledHandler
inCancelEntryLease, inCancelEntryLeaseByUIDMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInEntryLeaseExpiredHandler
inEntryLeaseExpired, inEntryLeaseExpiredByUIDMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInEntryLeaseExtendedHandler
inExtendEntryLeasePeriodMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInEvictEntryHandler
inEvictEntryMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInNotificationSentHandler
inNotificationSentMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInNotifyTemplateCreatedHandler
inInsertNotifyTemplateMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInNotifyTemplateLeaseExpiredHandler
inNotifyTemplateLeaseExpiredMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInNotifyTemplateLeaseExtendedHandler
inExtendNotifyTemplateLeasePeriodMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInNotifyTemplateRemovedHandler
inRemoveNotifyTemplateMethods inherited from interface com.gigaspaces.internal.cluster.node.handlers.IReplicationInTransactionHandler
inTransaction, inTransactionAbort, inTransactionCommit, inTransactionPrepare
-
Method Details
-
getReplicationSourceGroup
-