Uses of Class
com.gigaspaces.internal.server.storage.NotifyTemplateHolder
Packages that use NotifyTemplateHolder
Package
Description
-
Uses of NotifyTemplateHolder in com.gigaspaces.internal.cluster.node
Methods in com.gigaspaces.internal.cluster.node with parameters of type NotifyTemplateHolderModifier and TypeMethodDescriptionvoidIReplicationNode.outExtendNotifyTemplateLeasePeriod(IReplicationOutContext context, NotifyTemplateHolder entryHolder) Notify replication node that a notify template lease is extendedvoidIReplicationNode.outInsertNotifyTemplate(IReplicationOutContext context, NotifyTemplateHolder templateHolder) Notify replication node that a new notify template was insertedvoidIReplicationNode.outNotifyTemplateLeaseExpired(IReplicationOutContext context, NotifyTemplateHolder templateHolder) Notify replication node that an notify template lease expiredvoidIReplicationNode.outRemoveNotifyTemplate(IReplicationOutContext context, NotifyTemplateHolder templateHolder) Notify replication node that a notify template was removed -
Uses of NotifyTemplateHolder in com.gigaspaces.internal.cluster.node.impl
Methods in com.gigaspaces.internal.cluster.node.impl with parameters of type NotifyTemplateHolderModifier and TypeMethodDescriptionvoidReplicationNode.outExtendNotifyTemplateLeasePeriod(IReplicationOutContext context, NotifyTemplateHolder entryHolder) voidReplicationNode.outInsertNotifyTemplate(IReplicationOutContext context, NotifyTemplateHolder templateHolder) voidReplicationNode.outNotifyTemplateLeaseExpired(IReplicationOutContext context, NotifyTemplateHolder templateHolder) voidReplicationNode.outRemoveNotifyTemplate(IReplicationOutContext context, NotifyTemplateHolder templateHolder) -
Uses of NotifyTemplateHolder in com.gigaspaces.internal.cluster.node.impl.notification
Methods in com.gigaspaces.internal.cluster.node.impl.notification that return NotifyTemplateHolderModifier and TypeMethodDescriptionNotificationReplicationChannelDataFilter.getNotifyTemplateHolder()Constructors in com.gigaspaces.internal.cluster.node.impl.notification with parameters of type NotifyTemplateHolderModifierConstructorDescriptionNotificationReplicationChannelDataFilter(CacheManager cacheManager, String groupName, RegexCache regexCache, SpaceTypeManager typeManager, FilterManager filterManager, NotifyTemplateHolder tHolder) -
Uses of NotifyTemplateHolder in com.gigaspaces.internal.cluster.node.impl.replica
Methods in com.gigaspaces.internal.cluster.node.impl.replica with parameters of type NotifyTemplateHolderModifier and TypeMethodDescriptionprotected ITemplatePacketNotifyTemplateReplicaProducer.buildNotifyTemplatePacket(NotifyTemplateHolder templateHolder, long ttl) protected booleanBroadcastNotifyTemplateReplicaProducer.isRelevant(NotifyTemplateHolder notifyTemplate) protected booleanNotifyTemplateReplicaProducer.isRelevant(NotifyTemplateHolder notifyTemplate) -
Uses of NotifyTemplateHolder in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space with parameters of type NotifyTemplateHolderModifier and TypeMethodDescriptionvoidLocalCacheRegistrations.add(NotifyTemplateHolder template) voidTemplatesManager.registerDurableNotifyTemplate(NotifyTemplateHolder template) voidLocalCacheRegistrations.remove(NotifyTemplateHolder template) voidTemplatesManager.unregisterDurableNotifyTemplate(NotifyTemplateHolder template) -
Uses of NotifyTemplateHolder in com.gigaspaces.internal.server.space.events
Methods in com.gigaspaces.internal.server.space.events with parameters of type NotifyTemplateHolderModifier and TypeMethodDescriptionvoidSpaceDataEventManager.executePacket(RemoteEventBusPacket re, NotifyTemplateHolder th) voidSpaceDataEventManager.notifyTemplate(NotifyTemplateHolder template, IEntryHolder entry, IEntryHolder oldEntry, NotifyContext notifyContext, Context ctx) Notifies a notification template with the specified remote event Notification is done asynchronously, by sending a bus packet to the Notifier. -
Uses of NotifyTemplateHolder in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage that return NotifyTemplateHolderModifier and TypeMethodDescriptionstatic NotifyTemplateHolderTemplateHolderFactory.createNotifyTemplateHolder(IServerTypeDesc typeDesc, ITemplatePacket template, String templateUid, long expirationTime, long eventId, NotifyInfo notifyInfo, boolean isFifo) -
Uses of NotifyTemplateHolder in com.gigaspaces.internal.transport
Methods in com.gigaspaces.internal.transport with parameters of type NotifyTemplateHolderModifier and TypeMethodDescriptionstatic ITemplatePacketTemplatePacketFactory.createFullPacketForReplication(NotifyTemplateHolder template, OperationID operationID) -
Uses of NotifyTemplateHolder in com.j_spaces.core.server.processor
Methods in com.j_spaces.core.server.processor with parameters of type NotifyTemplateHolderModifier and TypeMethodDescriptionvoidProcessor.handleNotifyRegistration(NotifyTemplateHolder template, boolean fromReplication, AnswerHolder answer, OperationID operationID)