Uses of Class
com.gigaspaces.events.NotifyActionType
Packages that use NotifyActionType
Package
Description
Provides GigaSpaces events related interfaces.
Provides GigaSpaces client interface services
-
Uses of NotifyActionType in com.gigaspaces.events
Fields in com.gigaspaces.events declared as NotifyActionTypeModifier and TypeFieldDescriptionstatic final NotifyActionTypeNotifyActionType.NOTIFY_ALLDeprecated.since 9.6 - register using specific modifiers instead.static final NotifyActionTypeNotifyActionType.NOTIFY_LEASE_EXPIRATIONstatic final NotifyActionTypeNotifyActionType.NOTIFY_MATCH_BY_IDif true match is done by UID only when UID is provided.static final NotifyActionTypeNotifyActionType.NOTIFY_MATCHED_UPDATEstatic final NotifyActionTypeNotifyActionType.NOTIFY_NONEstatic final NotifyActionTypeNotifyActionType.NOTIFY_REMATCHED_UPDATEstatic final NotifyActionTypeNotifyActionType.NOTIFY_TAKEstatic final NotifyActionTypeNotifyActionType.NOTIFY_UNMATCHEDstatic final NotifyActionTypeNotifyActionType.NOTIFY_UPDATEstatic final NotifyActionTypeNotifyActionType.NOTIFY_WRITEstatic final NotifyActionTypeNotifyActionType.NOTIFY_WRITE_OR_UPDATEMethods in com.gigaspaces.events that return NotifyActionTypeModifier and TypeMethodDescriptionstatic NotifyActionTypeNotifyActionType.fromModifier(int modifier) NotifyActionType.or(NotifyActionType type) Methods in com.gigaspaces.events with parameters of type NotifyActionTypeModifier and TypeMethodDescriptionAbstractDataEventSession.addListener(Object template, RemoteEventListener listener, long lease, NotifyActionType actionTypes) AbstractDataEventSession.addListener(Object template, RemoteEventListener listener, long lease, MarshalledObject handback, INotifyDelegatorFilter filter, NotifyActionType notifyType) AbstractDataEventSession.addListener(Object template, RemoteEventListener listener, NotifyActionType actionTypes) AbstractDataEventSession.addListener(Object template, RemoteEventListener listener, NotifyActionType notifyType, MarshalledObject handback, INotifyDelegatorFilter filter) DataEventSession.addListener(Object template, RemoteEventListener listener, long lease, NotifyActionType actionTypes) Deprecated.Since 9.7DataEventSession.addListener(Object template, RemoteEventListener listener, long lease, MarshalledObject handback, INotifyDelegatorFilter filter, NotifyActionType actionTypes) Deprecated.Since 9.7DataEventSession.addListener(Object template, RemoteEventListener listener, NotifyActionType actionTypes) Registers a listener with a space using a POJO templateDataEventSession.addListener(Object template, RemoteEventListener listener, NotifyActionType actionTypes, MarshalledObject handback, INotifyDelegatorFilter filter) Registers a listener with a space using a POJO templateAbstractDataEventSession.createNotifyInfo(RemoteEventListener listener, NotifyActionType notifyType) NotifyActionType.or(NotifyActionType type) Constructors in com.gigaspaces.events with parameters of type NotifyActionTypeModifierConstructorDescriptionNotifyInfo(RemoteEventListener listener, NotifyActionType notifyType, EventSessionConfig config, MarshalledObject<?> handback, INotifyDelegatorFilter filter, String tag) -
Uses of NotifyActionType in com.gigaspaces.internal.events.durable
Fields in com.gigaspaces.internal.events.durable declared as NotifyActionTypeModifier and TypeFieldDescriptionprotected final NotifyActionTypeAbstractReplicationNotificationInEntryHandler._notifyTypeMethods in com.gigaspaces.internal.events.durable with parameters of type NotifyActionTypeModifier and TypeMethodDescriptionprotected EntryArrivedRemoteEventAbstractReplicationNotificationInEntryHandler.createEntryArrivedRemoteEvent(IEntryPacket entryPacket, IEntryPacket oldEntryPacket, NotifyActionType notifyActionType) -
Uses of NotifyActionType in com.gigaspaces.internal.query.continous
Methods in com.gigaspaces.internal.query.continous that return NotifyActionTypeMethods in com.gigaspaces.internal.query.continous with parameters of type NotifyActionTypeModifier and TypeMethodDescriptionContinousQueryConfig.setNotifyActionType(NotifyActionType notifyActionType) -
Uses of NotifyActionType in com.gigaspaces.internal.server.space.events
Fields in com.gigaspaces.internal.server.space.events with type parameters of type NotifyActionTypeModifier and TypeFieldDescriptionprotected List<NotifyActionType>NotifyContextsHolder._notifyTypesListMethods in com.gigaspaces.internal.server.space.events that return NotifyActionTypeModifier and TypeMethodDescriptionNotifyContext.getNotifyType()NotifyContextsHolder.getNotifyType()Methods in com.gigaspaces.internal.server.space.events that return types with arguments of type NotifyActionTypeModifier and TypeMethodDescriptionNotifyContextsHolder.getNotifyTypes()UpdateNotifyContextHolder.getNotifyTypes()Constructors in com.gigaspaces.internal.server.space.events with parameters of type NotifyActionTypeModifierConstructorDescriptionNotifyContext(IEntryHolder notifyEntry, IEntryHolder referanceEntry, OperationID operationId, NotifyActionType notifyType) NotifyContext(IEntryHolder notifyEntry, OperationID operationId, NotifyActionType notifyType) NotifyContextsHolder(IEntryHolder originalEntry, IEntryHolder newEntry, OperationID operationId, NotifyActionType notifyType) -
Uses of NotifyActionType in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage with parameters of type NotifyActionTypeModifier and TypeMethodDescriptionbooleanNotifyTemplateHolder.containsNotifyType(NotifyActionType notifyType) NotifyTemplateHolder.createRemoteEvent(IEntryHolder entryHolder, NotifyActionType notifyType, OperationID operationID, IJSpace spaceProxy, boolean fromReplication) NotifyTemplateHolder.createRemoteEvent(IEntryHolder entryHolder, IEntryHolder oldEntryHolder, NotifyActionType notifyType, OperationID operationID, IJSpace spaceProxy, boolean fromReplication) -
Uses of NotifyActionType in com.j_spaces.core.client
Methods in com.j_spaces.core.client that return NotifyActionTypeModifier and TypeMethodDescriptionEntryArrivedRemoteEvent.getNotifyActionType()Returns a notify type of this event.Constructors in com.j_spaces.core.client with parameters of type NotifyActionTypeModifierConstructorDescriptionEntryArrivedRemoteEvent(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. -
Uses of NotifyActionType in com.j_spaces.core.fifo
Methods in com.j_spaces.core.fifo that return NotifyActionTypeModifier and TypeMethodDescriptionprotected NotifyActionTypeFifoWorkerThread.getNotifyType(int spaceOperation) Methods in com.j_spaces.core.fifo with parameters of type NotifyActionTypeModifier and TypeMethodDescriptionprotected voidFifoWorkerThread.handleNotifyRequest(FifoBackgroundRequest rd, NotifyActionType notifyType)