Uses of Class
com.gigaspaces.internal.server.space.events.RemoteEventBusPacket
Packages that use RemoteEventBusPacket
-
Uses of RemoteEventBusPacket in com.gigaspaces.internal.server.space.events
Subclasses of RemoteEventBusPacket in com.gigaspaces.internal.server.space.eventsModifier and TypeClassDescriptionclassA RemoteEventBatchBusPacket represents a batch of remote events that should be sent to a remote listener.Methods in com.gigaspaces.internal.server.space.events with parameters of type RemoteEventBusPacketModifier and TypeMethodDescriptionvoidNotifyBackupLog.add(RemoteEventBusPacket packet) Stored notify events that were generated by replication only on backupvoidSpaceDataEventDispatcher.dispatch(RemoteEventBusPacket packet) dispatch in an asynchronous manner a remote event object via a remote event listener ( which is retrieved through the RemoteEventBusPacket ).voidBatchNotifyExecutor.execute(RemoteEventBusPacket re) voidSpaceDataEventDispatcher.execute(RemoteEventBusPacket re) voidSpaceDataEventManager.executePacket(RemoteEventBusPacket re, NotifyTemplateHolder th) Constructor parameters in com.gigaspaces.internal.server.space.events with type arguments of type RemoteEventBusPacketModifierConstructorDescriptionBatchNotifyExecutor(String fullSpaceName, WorkingGroup<RemoteEventBusPacket> notifyWorkingGroup) NotifyBackupLog(WorkingGroup<RemoteEventBusPacket> dataEventDispatcher)