Uses of Interface
org.openspaces.pu.service.ServiceMonitorsProvider
Packages that use ServiceMonitorsProvider
Package
Description
This package is responsible for simplifying the creation of IJSpace implementation.
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.
An abstraction of a Processing Unit Containers.
Internal (SPI) level interfaces for processing unit containers.
Support classes for processing unit containers including command line parsers and Spring resource based
application context.
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of ServiceMonitorsProvider in com.gigaspaces.blobstore.rocksdb
Classes in com.gigaspaces.blobstore.rocksdb that implement ServiceMonitorsProvider -
Uses of ServiceMonitorsProvider in org.openspaces.archive
Classes in org.openspaces.archive that implement ServiceMonitorsProviderModifier 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 ServiceMonitorsProvider in org.openspaces.core.space
Classes in org.openspaces.core.space that implement ServiceMonitorsProvider -
Uses of ServiceMonitorsProvider in org.openspaces.events
Classes in org.openspaces.events that implement ServiceMonitorsProviderModifier and TypeClassDescriptionclassA simple based class forSpaceDataEventListenerbased containers. -
Uses of ServiceMonitorsProvider in org.openspaces.events.asyncpolling
Classes in org.openspaces.events.asyncpolling that implement ServiceMonitorsProviderModifier and TypeClassDescriptionclassAsync polling event container uses the space async operation capabilities (such asGigaSpace.asyncTake(Object)in order to simulate events (optionally transactional). -
Uses of ServiceMonitorsProvider in org.openspaces.events.notify
Classes in org.openspaces.events.notify that implement ServiceMonitorsProviderModifier and TypeClassDescriptionclassA simple notification based container allowing to register aSpaceDataEventListenerthat will be triggered by notifications. -
Uses of ServiceMonitorsProvider in org.openspaces.events.polling
Classes in org.openspaces.events.polling that implement ServiceMonitorsProviderModifier 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. -
Uses of ServiceMonitorsProvider in org.openspaces.events.support
Classes in org.openspaces.events.support that implement ServiceMonitorsProviderModifier and TypeClassDescriptionclassHolds dynamically generated event containers. -
Uses of ServiceMonitorsProvider in org.openspaces.pu.container
Methods in org.openspaces.pu.container that return types with arguments of type ServiceMonitorsProviderModifier and TypeMethodDescriptionabstract Collection<ServiceMonitorsProvider>ProcessingUnitContainer.getServiceMonitorsProviders() -
Uses of ServiceMonitorsProvider in org.openspaces.pu.container.jee.stats
Classes in org.openspaces.pu.container.jee.stats that implement ServiceMonitorsProviderModifier and TypeClassDescriptionclassA simple statistics filter that counts the total processed and failed (i.e. -
Uses of ServiceMonitorsProvider in org.openspaces.pu.container.spi
Methods in org.openspaces.pu.container.spi that return types with arguments of type ServiceMonitorsProviderModifier and TypeMethodDescriptionApplicationContextProcessingUnitContainer.getServiceMonitorsProviders() -
Uses of ServiceMonitorsProvider in org.openspaces.pu.container.support
Methods in org.openspaces.pu.container.support that return types with arguments of type ServiceMonitorsProvider -
Uses of ServiceMonitorsProvider in org.openspaces.remoting
Classes in org.openspaces.remoting that implement ServiceMonitorsProviderModifier and TypeClassDescriptionclassExports a list of services (beans) as remote services with the Space as the transport layer.