Package | Description |
---|---|
com.gigaspaces.events |
Provides GigaSpaces events related interfaces.
|
com.gigaspaces.events.lease | |
com.gigaspaces.internal.events.durable | |
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 |
AbstractDataEventSession.getSessionConfig() |
EventSessionConfig |
EventSession.getSessionConfig()
Retrieves the bounded configuration object.
|
EventSessionConfig |
EventSessionConfig.setAutoRenew(boolean renew,
LeaseListener listener)
enable the auto renew of the notify.
use to keep getting events until client fails. |
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 |
---|---|
static DataEventSession |
DataEventSessionFactory.create(IJSpace space,
EventSessionConfig config) |
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. |
Constructor and Description |
---|
AbstractDataEventSession(IJSpace space,
EventSessionConfig config) |
NotifyInfo(RemoteEventListener listener,
NotifyActionType notifyType,
EventSessionConfig config,
MarshalledObject<?> handback,
INotifyDelegatorFilter filter,
String tag) |
Constructor and Description |
---|
JiniEventLeaseRenewalManager(EventSessionConfig config) |
Constructor and Description |
---|
DurableNotificationLease(ReplicationNotificationClientEndpoint replicationNotificationClientEndpoint,
long lease,
EventSessionConfig sessionConfig,
IAsyncHandlerProvider asyncProvider) |
DurableNotificationReplicationNodeStateListener(EventSessionConfig config,
DurableNotificationLease lease,
IAsyncHandlerProvider asyncProvider,
SpaceClusterInfo clusterInfo,
int partitionId) |
DurableUnicastDelegatorSession(IJSpace space,
EventSessionConfig config) |
ReplicationNotificationClientEndpoint(IDirectSpaceProxy remoteSpace,
Object template,
NotifyInfo info,
EventSessionConfig sessionConfig,
long lease) |
Modifier and Type | Method and Description |
---|---|
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.