Uses of Class
com.gigaspaces.events.NotifyInfo
Packages that use NotifyInfo
Package
Description
Provides GigaSpaces events related interfaces.
Provides GigaSpaces client interface services
-
Uses of NotifyInfo in com.gigaspaces.events
Methods in com.gigaspaces.events that return NotifyInfoModifier and TypeMethodDescriptionAbstractDataEventSession.createNotifyInfo(RemoteEventListener listener, NotifyActionType notifyType) NotifyInfo.setCustomInfo(CustomInfo customInfo) NotifyInfo.setReturnOnlyUids(boolean returnOnlyUids) Methods in com.gigaspaces.events with parameters of type NotifyInfoModifier and TypeMethodDescriptionAbstractDataEventSession.addListener(Object template, long lease, NotifyInfo notifyInfo) protected abstract EventRegistrationAbstractDataEventSession.addListenerInternal(Object template, long lease, NotifyInfo notifyInfo) protected EventRegistrationDefaultDataEventSession.addListenerInternal(Object template, long lease, NotifyInfo info) Constructors in com.gigaspaces.events with parameters of type NotifyInfo -
Uses of NotifyInfo in com.gigaspaces.events.fifo
Constructors in com.gigaspaces.events.fifo with parameters of type NotifyInfoModifierConstructorDescriptionBlockedOrderedQueue(RemoteEventListener listener, ExecutorService threadPool, long maxCapacity, NotifyInfo info) Constructor -
Uses of NotifyInfo in com.gigaspaces.internal.client.cache.localview
Methods in com.gigaspaces.internal.client.cache.localview with parameters of type NotifyInfoModifier and TypeMethodDescriptionvoidLocalViewContainer.applyNotifyInfoDefaults(NotifyInfo notifyInfo) -
Uses of NotifyInfo in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy with parameters of type NotifyInfoModifier and TypeMethodDescriptionvoidAbstractSpaceProxy.applyNotifyInfoDefaults(NotifyInfo notifyInfo) voidISpaceProxy.applyNotifyInfoDefaults(NotifyInfo notifyInfo) -
Uses of NotifyInfo in com.gigaspaces.internal.client.spaceproxy.events
Methods in com.gigaspaces.internal.client.spaceproxy.events with parameters of type NotifyInfoModifier and TypeMethodDescriptionSpaceProxyDataEventsManager.addListener(Object template, long lease, NotifyInfo notifyInfo, boolean isMultiplex) Constructors in com.gigaspaces.internal.client.spaceproxy.events with parameters of type NotifyInfoModifierConstructorDescriptionFifoDataEventListener(RemoteEventListener listener, ExecutorService threadPool, NotifyInfo info) -
Uses of NotifyInfo in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that return NotifyInfoConstructors in com.gigaspaces.internal.client.spaceproxy.operations with parameters of type NotifyInfoModifierConstructorDescriptionRegisterEntriesListenerSpaceOperationRequest(ITemplatePacket templatePacket, NotifyInfo notifyInfo, long lease) -
Uses of NotifyInfo in com.gigaspaces.internal.cluster.node.handlers
Methods in com.gigaspaces.internal.cluster.node.handlers with parameters of type NotifyInfoModifier and TypeMethodDescriptionvoidIReplicationInNotifyTemplateCreatedHandler.inInsertNotifyTemplate(IReplicationInContext context, ITemplatePacket entryPacket, String uid, NotifyInfo notifyInfo) -
Uses of NotifyInfo in com.gigaspaces.internal.cluster.node.impl
Methods in com.gigaspaces.internal.cluster.node.impl with parameters of type NotifyInfoModifier and TypeMethodDescriptionvoidReplicationNodeInFacade.inInsertNotifyTemplate(IReplicationInContext context, ITemplatePacket templatePacket, String uidToOperateBy, NotifyInfo notifyInfo) -
Uses of NotifyInfo in com.gigaspaces.internal.cluster.node.impl.gateway.sink
Methods in com.gigaspaces.internal.cluster.node.impl.gateway.sink with parameters of type NotifyInfoModifier and TypeMethodDescriptionvoidLocalClusterReplicationFixFacade.insertNotifyTemplate(ITemplatePacket notifyTemplate, String uid, NotifyInfo notifyInfo) LocalCLusterReplicationReplicaConsumeFacade.insertNotifyTemplate(ITemplatePacket templatePacket, String templateUid, NotifyInfo notifyInfo) -
Uses of NotifyInfo in com.gigaspaces.internal.cluster.node.impl.handlers
Methods in com.gigaspaces.internal.cluster.node.impl.handlers with parameters of type NotifyInfoModifier and TypeMethodDescriptionvoidSpaceReplicationTemplateEventHandler.inInsertNotifyTemplate(IReplicationInContext context, ITemplatePacket template, String templateUid, NotifyInfo notifyInfo) -
Uses of NotifyInfo in com.gigaspaces.internal.cluster.node.impl.notification
Methods in com.gigaspaces.internal.cluster.node.impl.notification with parameters of type NotifyInfoModifier and TypeMethodDescriptionvoidNotificationReplicationDataConsumeFixFacade.insertNotifyTemplate(ITemplatePacket notifyTemplate, String uid, NotifyInfo notifyInfo) -
Uses of NotifyInfo in com.gigaspaces.internal.cluster.node.impl.packets.data
Methods in com.gigaspaces.internal.cluster.node.impl.packets.data with parameters of type NotifyInfoModifier and TypeMethodDescriptionvoidIDataConsumeFixFacade.insertNotifyTemplate(ITemplatePacket notifyTemplate, String uid, NotifyInfo notifyInfo) voidSpaceEngineFixFacade.insertNotifyTemplate(ITemplatePacket notifyTemplate, String uid, NotifyInfo notifyInfo) -
Uses of NotifyInfo in com.gigaspaces.internal.cluster.node.impl.packets.data.errors
Constructors in com.gigaspaces.internal.cluster.node.impl.packets.data.errors with parameters of type NotifyInfoModifierConstructorDescriptionResurrectNotifyTemplateFix(ITemplatePacket notifyTemplate, String uid, NotifyInfo notifyInfo) -
Uses of NotifyInfo in com.gigaspaces.internal.cluster.node.impl.packets.data.filters
Constructors in com.gigaspaces.internal.cluster.node.impl.packets.data.filters with parameters of type NotifyInfoModifierConstructorDescriptionNotifyReplicationFilterEntryDataWrapper(AbstractReplicationPacketSingleEntryData data, IEntryPacket entryPacket, ITypeDesc typeDesc, int objectType, NotifyInfo notifyInfo) NotifyReplicationFilterUidDataWrapper(AbstractReplicationPacketSingleEntryData data, String uid, ITypeDesc typeDesc, ReplicationOperationType operationType, int objectType, NotifyInfo notifyInfo, ITimeToLiveUpdateCallback timeToLiveUpdateCallback) -
Uses of NotifyInfo in com.gigaspaces.internal.cluster.node.impl.packets.data.operations
Methods in com.gigaspaces.internal.cluster.node.impl.packets.data.operations that return NotifyInfoConstructors in com.gigaspaces.internal.cluster.node.impl.packets.data.operations with parameters of type NotifyInfoModifierConstructorDescriptionExtendNotifyTemplateLeaseReplicationPacketData(String className, String uid, boolean isTransient, IEntryData entryData, long expirationTime, long leaseTime, int objectType, NotifyInfo notifyInfo, OperationID operationID) InsertNotifyTemplateReplicationPacketData(ITemplatePacket templatePacket, String templateUid, NotifyInfo notifyInfo, long expirationTime) RemoveNotifyTemplateReplicationPacketData(String className, NotifyInfo notifyInfo, int objectType, String templateUid, boolean isTransient, IEntryData entryData, OperationID operationID) -
Uses of NotifyInfo in com.gigaspaces.internal.cluster.node.impl.replica
Methods in com.gigaspaces.internal.cluster.node.impl.replica with parameters of type NotifyInfoModifier and TypeMethodDescriptionISpaceReplicaConsumeFacade.insertNotifyTemplate(ITemplatePacket templatePacket, String templateUid, NotifyInfo notifyInfo) -
Uses of NotifyInfo in com.gigaspaces.internal.cluster.node.impl.replica.data
Constructors in com.gigaspaces.internal.cluster.node.impl.replica.data with parameters of type NotifyInfoModifierConstructorDescriptionNotifyTemplateReplicaData(ITemplatePacket templatePacket, String templateUid, NotifyInfo notifyInfo, int objectType) -
Uses of NotifyInfo in com.gigaspaces.internal.cluster.node.impl.replica.data.filters
Constructors in com.gigaspaces.internal.cluster.node.impl.replica.data.filters with parameters of type NotifyInfoModifierConstructorDescriptionNotifyReplicationFilterReplicaDataWrapper(ITemplatePacket templatePacket, NotifyInfo notifyInfo, int objectType, ITypeDesc typeDesc) -
Uses of NotifyInfo in com.gigaspaces.internal.events.durable
Fields in com.gigaspaces.internal.events.durable declared as NotifyInfoModifier and TypeFieldDescriptionprotected final NotifyInfoAbstractReplicationNotificationInEntryHandler._notifyInfoMethods in com.gigaspaces.internal.events.durable with parameters of type NotifyInfoModifier and TypeMethodDescriptionprotected EventRegistrationDurableUnicastDelegatorSession.addListenerInternal(Object template, long lease, NotifyInfo info) Constructors in com.gigaspaces.internal.events.durable with parameters of type NotifyInfoModifierConstructorDescriptionprotectedAbstractReplicationNotificationInEntryHandler(NotifyInfo notifyInfo, IDirectSpaceProxy remoteSpace, long eventID, ITemplatePacket templatePacket) NotifyCallHandler(RemoteEventListener listener, NotifyInfo notifyInfo, ITemplatePacket templatePacket, ReplicationNotificationClientEndpoint endpoint) protectedReplicationNotificationBatchInEntryHandler(NotifyInfo notifyInfo, IDirectSpaceProxy remoteSpace, long eventID, ITemplatePacket templatePacket) ReplicationNotificationClientEndpoint(IDirectSpaceProxy remoteSpace, Object template, NotifyInfo info, EventSessionConfig sessionConfig, long lease) ReplicationNotificationInBatchConsumptionHandler(NotifyInfo notifyInfo, ITemplatePacket templatePacket, ReplicationNotificationClientEndpoint endpoint) ReplicationNotificationInEntryHandler(NotifyInfo notifyInfo, IDirectSpaceProxy remoteSpace, long eventID, ITemplatePacket templatePacket, ReplicationNotificationClientEndpoint endpoint) -
Uses of NotifyInfo in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space with parameters of type NotifyInfoModifier and TypeMethodDescriptionSpaceEngineReplicaConsumerFacade.insertNotifyTemplate(ITemplatePacket templatePacket, String templateUid, NotifyInfo notifyInfo) SpaceEngineReplicaDirectPersistencySyncConsumerFacade.insertNotifyTemplate(ITemplatePacket templatePacket, String templateUid, NotifyInfo notifyInfo) SpaceEngine.notify(ITemplatePacket template, long lease, boolean fromReplication, String templateUid, SpaceContext sc, NotifyInfo info) SpaceImpl.notify(ITemplatePacket template, Transaction txn, long lease, SpaceContext sc, NotifyInfo info) -
Uses of NotifyInfo in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage that return NotifyInfoMethods in com.gigaspaces.internal.server.storage with parameters of type NotifyInfoModifier and TypeMethodDescriptionstatic NotifyTemplateHolderTemplateHolderFactory.createNotifyTemplateHolder(IServerTypeDesc typeDesc, ITemplatePacket template, String templateUid, long expirationTime, long eventId, NotifyInfo notifyInfo, boolean isFifo) Constructors in com.gigaspaces.internal.server.storage with parameters of type NotifyInfoModifierConstructorDescriptionNotifyTemplateHolder(IServerTypeDesc typeDesc, ITemplatePacket template, String uid, long expirationTime, long eventId, NotifyInfo info, boolean isFifo) -
Uses of NotifyInfo in com.gigaspaces.internal.space.requests
Fields in com.gigaspaces.internal.space.requests declared as NotifyInfo -
Uses of NotifyInfo in com.gigaspaces.internal.sync.mirror
Methods in com.gigaspaces.internal.sync.mirror with parameters of type NotifyInfoModifier and TypeMethodDescriptionvoidMirrorFixFacade.insertNotifyTemplate(ITemplatePacket notifyTemplate, String uid, NotifyInfo notifyInfo) -
Uses of NotifyInfo in com.j_spaces.core.client
Constructors in com.j_spaces.core.client with parameters of type NotifyInfoModifierConstructorDescriptionNotifyDelegator(IJSpace space, Object template, long lease, NotifyInfo info) Deprecated.