Package | Description |
---|---|
com.gigaspaces.client.iterator |
Provides classes to configure GSIterator.
|
com.gigaspaces.events |
Provides GigaSpaces events related interfaces.
|
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 | Method and Description |
---|---|
EventSessionConfig |
GSIteratorConfig.getEventSessionConfig()
Gets the iterator's event session configuration.
|
Modifier and Type | Method and Description |
---|---|
GSIteratorConfig |
GSIteratorConfig.setEventSessionConfig(EventSessionConfig value)
Sets the iterator's event session configuration.
|
Modifier and Type | Method and Description |
---|---|
EventSessionConfig |
EventSession.getSessionConfig()
Retrieves the bounded configuration object.
|
EventSessionConfig |
EventSessionConfig.setAutoRenew(boolean renew,
LeaseListener listener)
enable the auto renew of the notify.
|
EventSessionConfig |
EventSessionConfig.setComType(EventSessionConfig.ComType comType)
Deprecated.
Since 9.7
|
EventSessionConfig |
EventSessionConfig.setDurableNotifications(boolean durable)
Sets whether to generate notifications that won't be lost during failover and disconnection
|
EventSessionConfig |
EventSessionConfig.setFifo(boolean fifo)
Set fifo order for the notifications.
|
EventSessionConfig |
EventSessionConfig.setReplicateNotifyTemplate(boolean replicateNotifyTemplate) |
EventSessionConfig |
EventSessionConfig.setTriggerNotifyTemplate(boolean triggerNotifyTemplate) |
Modifier and Type | Method and Description |
---|---|
DataEventSession |
EventSessionFactory.newDataEventSession(EventSessionConfig config)
Deprecated.
creates a new
DataEventSession using the specified configuration. |
static DataEventSession |
EventSessionFactory.newDataSession(IJSpace space,
EventSessionConfig config)
Deprecated.
creates a new
DataEventSession using the specified space and configuration. |
Modifier and Type | Method and Description |
---|---|
IteratorBuilder |
IteratorBuilder.eventSessionConfig(EventSessionConfig eventSessionConfig)
The event session configuration to be used when subscribing
for notifications.
|
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 EventSessionConfig |
SimpleNotifyEventListenerContainer.createEventSessionConfig()
Creates a new
EventSessionConfig based on the different
parameters this container accepts. |
EventSessionConfig |
CannotCreateNotifySessionException.getConfig() |
Constructor and Description |
---|
CannotCreateNotifySessionException(String message,
EventSessionConfig config) |
CannotCreateNotifySessionException(String message,
EventSessionConfig config,
Throwable cause) |
Copyright © GigaSpaces.