|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventSessionConfig | |
---|---|
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. |
Uses of EventSessionConfig in com.gigaspaces.client.iterator |
---|
Methods in com.gigaspaces.client.iterator that return EventSessionConfig | |
---|---|
EventSessionConfig |
GSIteratorConfig.getEventSessionConfig()
Gets the iterator's event session configuration. |
Methods in com.gigaspaces.client.iterator with parameters of type EventSessionConfig | |
---|---|
GSIteratorConfig |
GSIteratorConfig.setEventSessionConfig(EventSessionConfig value)
Sets the iterator's event session configuration. |
Uses of EventSessionConfig in com.gigaspaces.events |
---|
Methods in com.gigaspaces.events that return EventSessionConfig | |
---|---|
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. |
Methods in com.gigaspaces.events with parameters of type EventSessionConfig | |
---|---|
DataEventSession |
EventSessionFactory.newDataEventSession(EventSessionConfig config)
Deprecated. creates a new DataEventSession using the specified configuration. |
DataEventSession |
EventSessionFactory.newDataEventSession(EventSessionConfig config,
Transaction tx)
Deprecated. Since 8.0.4 - Event sessions with transactions are deprecated - use EventSessionFactory.newDataEventSession(EventSessionConfig) instead. |
static DataEventSession |
EventSessionFactory.newDataSession(IJSpace space,
EventSessionConfig config)
Deprecated. creates a new DataEventSession using the specified space and configuration. |
Uses of EventSessionConfig in org.openspaces.core |
---|
Methods in org.openspaces.core with parameters of type EventSessionConfig | |
---|---|
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. |
Uses of EventSessionConfig in org.openspaces.events.notify |
---|
Methods in org.openspaces.events.notify that return EventSessionConfig | |
---|---|
protected EventSessionConfig |
AbstractNotifyEventListenerContainer.createEventSessionConfig()
Creates a new EventSessionConfig based on the different
parameters this container accepts. |
EventSessionConfig |
CannotCreateNotifySessionException.getConfig()
|
Constructors in org.openspaces.events.notify with parameters of type EventSessionConfig | |
---|---|
CannotCreateNotifySessionException(String message,
EventSessionConfig config)
|
|
CannotCreateNotifySessionException(String message,
EventSessionConfig config,
Throwable cause)
|
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |