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 IReplicationInBatchConsumptionHandler
consumePendingOperationsInBatchMethods inherited from interface IReplicationInDataTypeCreatedHandler
inDataTypeIntroduceMethods inherited from interface IReplicationInDataTypeDropHandler
inDataTypeDropMethods inherited from interface IReplicationInDataTypeIndexAddedHandler
inDataTypeAddIndexMethods inherited from interface IReplicationInEntryHandler
afterConsumption, beforeConsume, inChangeEntry, inRemoveEntry, inRemoveEntryByUID, inUpdateEntry, inWriteEntryMethods inherited from interface IReplicationInEntryLeaseCancelledHandler
inCancelEntryLease, inCancelEntryLeaseByUIDMethods inherited from interface IReplicationInEntryLeaseExpiredHandler
inEntryLeaseExpired, inEntryLeaseExpiredByUIDMethods inherited from interface IReplicationInEntryLeaseExtendedHandler
inExtendEntryLeasePeriodMethods inherited from interface IReplicationInEvictEntryHandler
inEvictEntryMethods inherited from interface IReplicationInNotificationSentHandler
inNotificationSentMethods inherited from interface IReplicationInNotifyTemplateCreatedHandler
inInsertNotifyTemplateMethods inherited from interface IReplicationInNotifyTemplateLeaseExpiredHandler
inNotifyTemplateLeaseExpiredMethods inherited from interface IReplicationInNotifyTemplateLeaseExtendedHandler
inExtendNotifyTemplateLeasePeriodMethods inherited from interface IReplicationInNotifyTemplateRemovedHandler
inRemoveNotifyTemplateMethods inherited from interface IReplicationInTransactionHandler
inTransaction, inTransactionAbort, inTransactionCommit, inTransactionPrepare
-
Method Details
-
getReplicationSourceGroup
-