Uses of Interface
com.gigaspaces.events.DataEventSession
Packages that use DataEventSession
Package
Description
Provides GigaSpaces events related interfaces.
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
A notify event container allowing to use GigaSpace support for notifications.
-
Uses of DataEventSession in com.gigaspaces.events
Classes in com.gigaspaces.events that implement DataEventSessionModifier and TypeClassDescriptionclassthe super class of all DataEventSession implementations.classMethods in com.gigaspaces.events that return DataEventSessionModifier and TypeMethodDescriptionstatic DataEventSessionDataEventSessionFactory.create(IJSpace space, EventSessionConfig config) EventSessionFactory.newDataEventSession()Deprecated.creates a newDataEventSessionusing the default configuration.EventSessionFactory.newDataEventSession(EventSessionConfig config) Deprecated.creates a newDataEventSessionusing the specified configuration.static DataEventSessionEventSessionFactory.newDataSession(IJSpace space) Deprecated.creates a newDataEventSessionusing the specified space and default configuration.static DataEventSessionEventSessionFactory.newDataSession(IJSpace space, EventSessionConfig config) Deprecated.creates a newDataEventSessionusing the specified space and configuration. -
Uses of DataEventSession in com.gigaspaces.internal.client.cache.localview.notification
Constructors in com.gigaspaces.internal.client.cache.localview.notification with parameters of type DataEventSessionModifierConstructorDescriptionNotificationLocalViewListener(NotificationLocalView localView, ITemplatePacket queryPacket, DataEventSession eventSession, ContinousQueryConfig config) -
Uses of DataEventSession in com.gigaspaces.internal.events.durable
Classes in com.gigaspaces.internal.events.durable that implement DataEventSession -
Uses of DataEventSession in com.gigaspaces.internal.query.continous
Constructors in com.gigaspaces.internal.query.continous with parameters of type DataEventSessionModifierConstructorDescriptionContinousQuery(ISpaceProxy spaceProxy, ITemplatePacket query, ContinousQueryListener listener, ContinousQueryConfig config, DataEventSession eventSession) -
Uses of DataEventSession in org.openspaces.core
Methods in org.openspaces.core that return DataEventSessionModifier and TypeMethodDescriptionDefaultGigaSpace.newDataEventSession()DefaultGigaSpace.newDataEventSession(EventSessionConfig config) GigaSpace.newDataEventSession()Creates a new DataEventSession with the default configuration.GigaSpace.newDataEventSession(EventSessionConfig config) Creates a new DataEventSession with the specified configuration. -
Uses of DataEventSession in org.openspaces.events.notify
Methods in org.openspaces.events.notify with parameters of type DataEventSessionModifier and TypeMethodDescriptionprotected EventRegistrationSimpleNotifyEventListenerContainer.registerListener(DataEventSession dataEventSession, RemoteEventListener listener) Registers a listener using the providedDataEventSessionand based on different parameters set on this container.