Package | Description |
---|---|
com.gigaspaces.events |
Provides GigaSpaces events related interfaces.
|
com.gigaspaces.internal.client.cache.localview.notification | |
com.gigaspaces.internal.events.durable | |
com.gigaspaces.internal.query.continous | |
org.openspaces.core |
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
|
org.openspaces.events.notify |
A notify event container allowing to use GigaSpace support for notifications.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataEventSession
the super class of all DataEventSession implementations.
|
class |
DefaultDataEventSession |
Modifier and Type | Method and Description |
---|---|
static DataEventSession |
DataEventSessionFactory.create(IJSpace space,
EventSessionConfig config) |
DataEventSession |
EventSessionFactory.newDataEventSession()
Deprecated.
creates a new
DataEventSession using the default configuration. |
DataEventSession |
EventSessionFactory.newDataEventSession(EventSessionConfig config)
Deprecated.
creates a new
DataEventSession using the specified configuration. |
static DataEventSession |
EventSessionFactory.newDataSession(IJSpace space)
Deprecated.
creates a new
DataEventSession using the specified space and default configuration. |
static DataEventSession |
EventSessionFactory.newDataSession(IJSpace space,
EventSessionConfig config)
Deprecated.
creates a new
DataEventSession using the specified space and configuration. |
Constructor and Description |
---|
NotificationLocalViewListener(NotificationLocalView localView,
ITemplatePacket queryPacket,
DataEventSession eventSession,
ContinousQueryConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
DurableUnicastDelegatorSession |
Constructor and Description |
---|
ContinousQuery(ISpaceProxy spaceProxy,
ITemplatePacket query,
ContinousQueryListener listener,
ContinousQueryConfig config,
DataEventSession eventSession) |
Modifier and Type | Method and Description |
---|---|
DataEventSession |
DefaultGigaSpace.newDataEventSession() |
DataEventSession |
GigaSpace.newDataEventSession()
Creates a new DataEventSession with the default configuration.
|
DataEventSession |
DefaultGigaSpace.newDataEventSession(EventSessionConfig config) |
DataEventSession |
GigaSpace.newDataEventSession(EventSessionConfig config)
Creates a new DataEventSession with the specified configuration.
|
Modifier and Type | Method and Description |
---|---|
protected EventRegistration |
SimpleNotifyEventListenerContainer.registerListener(DataEventSession dataEventSession,
RemoteEventListener listener)
Registers a listener using the provided
DataEventSession and
based on different parameters set on this container. |
Copyright © GigaSpaces.