Uses of Class
com.gigaspaces.internal.server.space.polling.PollingAncestor
Packages that use PollingAncestor
Package
Description
A package including based classes and support classes for different OpenSpaces event containers.
A notify event container allowing to use GigaSpace support for notifications.
A polling event container generating events by performing polling receive operations.
-
Uses of PollingAncestor in org.openspaces.archive
Subclasses of PollingAncestor in org.openspaces.archiveModifier and TypeClassDescriptionclassTakes objects specified in the template into the archive handler defined byArchivePollingContainer.setArchiveHandler(ArchiveOperationHandler)This container can be used to take (remove) objects from the Space and persist them into an external service. -
Uses of PollingAncestor in org.openspaces.events
Subclasses of PollingAncestor in org.openspaces.eventsModifier and TypeClassDescriptionclassA simple based class forSpaceDataEventListenerbased containers. -
Uses of PollingAncestor in org.openspaces.events.asyncpolling
Subclasses of PollingAncestor in org.openspaces.events.asyncpollingModifier and TypeClassDescriptionclassAsync polling event container uses the space async operation capabilities (such asGigaSpace.asyncTake(Object)in order to simulate events (optionally transactional). -
Uses of PollingAncestor in org.openspaces.events.notify
Subclasses of PollingAncestor in org.openspaces.events.notifyModifier and TypeClassDescriptionclassA simple notification based container allowing to register aSpaceDataEventListenerthat will be triggered by notifications. -
Uses of PollingAncestor in org.openspaces.events.polling
Subclasses of PollingAncestor in org.openspaces.events.pollingModifier and TypeClassDescriptionclassEvent listener container variant that uses plain Space take API, specifically a loop ofGigaSpace.take(Object, long)calls that also allow for transactional reception of messages.