Uses of Interface
com.gigaspaces.internal.cluster.node.handlers.IReplicationInNotificationSentHandler
Packages that use IReplicationInNotificationSentHandler
Package
Description
-
Uses of IReplicationInNotificationSentHandler in com.gigaspaces.internal.cluster.node
Methods in com.gigaspaces.internal.cluster.node with parameters of type IReplicationInNotificationSentHandlerModifier and TypeMethodDescriptionvoidIReplicationNode.setInNotificationSentHandler(IReplicationInNotificationSentHandler handler) Sets a handler for incoming notification sent event which was generated by a different node as a result ofIReplicationNode.outNotificationSentAndExecute(OperationID) -
Uses of IReplicationInNotificationSentHandler in com.gigaspaces.internal.cluster.node.handlers
Subinterfaces of IReplicationInNotificationSentHandler in com.gigaspaces.internal.cluster.node.handlersModifier and TypeInterfaceDescriptioninterfaceBatch all the existing replication in handlersIReplicationNode -
Uses of IReplicationInNotificationSentHandler in com.gigaspaces.internal.cluster.node.impl
Classes in com.gigaspaces.internal.cluster.node.impl that implement IReplicationInNotificationSentHandlerModifier and TypeClassDescriptionclassA component that belongs to theReplicationNodethat implements theIReplicationInFacadeMethods in com.gigaspaces.internal.cluster.node.impl with parameters of type IReplicationInNotificationSentHandlerModifier and TypeMethodDescriptionvoidReplicationNode.setInNotificationSentHandler(IReplicationInNotificationSentHandler handler) voidReplicationNodeInFacade.setInNotificationSentHandler(IReplicationInNotificationSentHandler handler) -
Uses of IReplicationInNotificationSentHandler in com.gigaspaces.internal.server.space.events
Classes in com.gigaspaces.internal.server.space.events that implement IReplicationInNotificationSentHandlerModifier and TypeClassDescriptionclassHolds a log of all the notifications that were received via replication from the primary.