Package | Description |
---|---|
com.gigaspaces.events |
Provides GigaSpaces events related interfaces.
|
com.gigaspaces.internal.events.durable | |
com.gigaspaces.internal.query.continous | |
com.gigaspaces.internal.server.space.events | |
com.gigaspaces.internal.server.storage | |
com.j_spaces.core.client |
Provides GigaSpaces client interface services
|
com.j_spaces.core.fifo |
Modifier and Type | Field and Description |
---|---|
static NotifyActionType |
NotifyActionType.NOTIFY_ALL
Deprecated.
since 9.6 - register using specific modifiers instead.
|
static NotifyActionType |
NotifyActionType.NOTIFY_LEASE_EXPIRATION |
static NotifyActionType |
NotifyActionType.NOTIFY_MATCH_BY_ID
if true match is done by UID only when UID is provided.
|
static NotifyActionType |
NotifyActionType.NOTIFY_MATCHED_UPDATE |
static NotifyActionType |
NotifyActionType.NOTIFY_NONE |
static NotifyActionType |
NotifyActionType.NOTIFY_REMATCHED_UPDATE |
static NotifyActionType |
NotifyActionType.NOTIFY_TAKE |
static NotifyActionType |
NotifyActionType.NOTIFY_UNMATCHED |
static NotifyActionType |
NotifyActionType.NOTIFY_UPDATE |
static NotifyActionType |
NotifyActionType.NOTIFY_WRITE |
static NotifyActionType |
NotifyActionType.NOTIFY_WRITE_OR_UPDATE |
Modifier and Type | Method and Description |
---|---|
static NotifyActionType |
NotifyActionType.fromModifier(int modifier) |
NotifyActionType |
NotifyActionType.or(NotifyActionType type) |
Modifier and Type | Method and Description |
---|---|
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
long lease,
MarshalledObject handback,
INotifyDelegatorFilter filter,
NotifyActionType actionTypes)
Deprecated.
Since 9.7
|
EventRegistration |
AbstractDataEventSession.addListener(Object template,
RemoteEventListener listener,
long lease,
MarshalledObject handback,
INotifyDelegatorFilter filter,
NotifyActionType notifyType) |
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
long lease,
NotifyActionType actionTypes)
Deprecated.
Since 9.7
|
EventRegistration |
AbstractDataEventSession.addListener(Object template,
RemoteEventListener listener,
long lease,
NotifyActionType actionTypes) |
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
NotifyActionType actionTypes)
Registers a listener with a space using a POJO template
|
EventRegistration |
AbstractDataEventSession.addListener(Object template,
RemoteEventListener listener,
NotifyActionType actionTypes) |
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
NotifyActionType actionTypes,
MarshalledObject handback,
INotifyDelegatorFilter filter)
Registers a listener with a space using a POJO template
|
EventRegistration |
AbstractDataEventSession.addListener(Object template,
RemoteEventListener listener,
NotifyActionType notifyType,
MarshalledObject handback,
INotifyDelegatorFilter filter) |
NotifyInfo |
AbstractDataEventSession.createNotifyInfo(RemoteEventListener listener,
NotifyActionType notifyType) |
NotifyActionType |
NotifyActionType.or(NotifyActionType type) |
Constructor and Description |
---|
NotifyInfo(RemoteEventListener listener,
NotifyActionType notifyType,
EventSessionConfig config,
MarshalledObject<?> handback,
INotifyDelegatorFilter filter,
String tag) |
Modifier and Type | Field and Description |
---|---|
protected NotifyActionType |
AbstractReplicationNotificationInEntryHandler._notifyType |
Modifier and Type | Method and Description |
---|---|
protected EntryArrivedRemoteEvent |
AbstractReplicationNotificationInEntryHandler.createEntryArrivedRemoteEvent(IEntryPacket entryPacket,
IEntryPacket oldEntryPacket,
NotifyActionType notifyActionType) |
Modifier and Type | Method and Description |
---|---|
NotifyActionType |
ContinousQueryConfig.getNotifyActionType() |
Modifier and Type | Method and Description |
---|---|
ContinousQueryConfig |
ContinousQueryConfig.setNotifyActionType(NotifyActionType notifyActionType) |
Modifier and Type | Field and Description |
---|---|
protected List<NotifyActionType> |
NotifyContextsHolder._notifyTypesList |
Modifier and Type | Method and Description |
---|---|
NotifyActionType |
NotifyContext.getNotifyType() |
NotifyActionType |
NotifyContextsHolder.getNotifyType() |
Modifier and Type | Method and Description |
---|---|
List<NotifyActionType> |
NotifyContextsHolder.getNotifyTypes() |
List<NotifyActionType> |
UpdateNotifyContextHolder.getNotifyTypes() |
Constructor and Description |
---|
NotifyContext(IEntryHolder notifyEntry,
IEntryHolder referanceEntry,
OperationID operationId,
NotifyActionType notifyType) |
NotifyContext(IEntryHolder notifyEntry,
OperationID operationId,
NotifyActionType notifyType) |
NotifyContextsHolder(IEntryHolder originalEntry,
IEntryHolder newEntry,
OperationID operationId,
NotifyActionType notifyType) |
Modifier and Type | Method and Description |
---|---|
boolean |
NotifyTemplateHolder.containsNotifyType(NotifyActionType notifyType) |
RemoteEvent |
NotifyTemplateHolder.createRemoteEvent(IEntryHolder entryHolder,
IEntryHolder oldEntryHolder,
NotifyActionType notifyType,
OperationID operationID,
IJSpace spaceProxy,
boolean fromReplication) |
RemoteEvent |
NotifyTemplateHolder.createRemoteEvent(IEntryHolder entryHolder,
NotifyActionType notifyType,
OperationID operationID,
IJSpace spaceProxy,
boolean fromReplication) |
Modifier and Type | Method and Description |
---|---|
NotifyActionType |
EntryArrivedRemoteEvent.getNotifyActionType()
Returns a notify type of this event.
|
Constructor and Description |
---|
EntryArrivedRemoteEvent(IJSpace source,
long eventID,
long seqNum,
MarshalledObject handback,
IEntryPacket entryPacket,
IEntryPacket oldEntryPacket,
NotifyActionType notifyType,
boolean fromReplication,
String templateUID,
QueryResultTypeInternal resultType)
/** This constructor is reserved for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
protected NotifyActionType |
FifoWorkerThread.getNotifyType(int spaceOperation) |
Modifier and Type | Method and Description |
---|---|
protected void |
FifoWorkerThread.handleNotifyRequest(FifoBackgroundRequest rd,
NotifyActionType notifyType) |
Copyright © GigaSpaces.