Uses of Interface
org.openspaces.pu.service.ServiceDetailsProvider
Packages that use ServiceDetailsProvider
Package
Description
This package is responsible for simplifying the creation of IJSpace implementation.
A package allowing for simpler creation of Local Cache and Local View (expose an IJSpace) based
on an actual IJSpace instance (usually created using the core.space package).
Jini and Local transaction managers using Spring abstraction for transaction managers
(PlatformTransactionManager).
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 ServiceDetailsProvider in com.gigaspaces.blobstore.offheap
Classes in com.gigaspaces.blobstore.offheap that implement ServiceDetailsProvider -
Uses of ServiceDetailsProvider in com.gigaspaces.blobstore.rocksdb
Classes in com.gigaspaces.blobstore.rocksdb that implement ServiceDetailsProvider -
Uses of ServiceDetailsProvider in org.openspaces.archive
Classes in org.openspaces.archive that implement ServiceDetailsProviderModifier 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 ServiceDetailsProvider in org.openspaces.core.gateway
Classes in org.openspaces.core.gateway that implement ServiceDetailsProviderModifier and TypeClassDescriptionclassA gateway delegator factory bean for creating aReplicationConnectionDelegatorContainer.classA sink factory bean for creating aLocalClusterReplicationSinkwhich represents a gateway sink component. -
Uses of ServiceDetailsProvider in org.openspaces.core.space
Classes in org.openspaces.core.space that implement ServiceDetailsProviderModifier and TypeClassDescriptionclassBase class for most space factory beans responsible for creating/findingIJSpaceimplementation.classA direct space factory bean, initialized with an existingIJSpaceand provides it as the space.classclassclassclassA space factory bean that creates a space (IJSpace) based on a url.Methods in org.openspaces.core.space with parameters of type ServiceDetailsProviderModifier and TypeMethodDescriptionvoidAbstractSpaceFactoryBean.addServiceDetails(ServiceDetailsProvider serviceDetailsProvider) -
Uses of ServiceDetailsProvider in org.openspaces.core.space.cache
Classes in org.openspaces.core.space.cache that implement ServiceDetailsProviderModifier and TypeClassDescriptionclassBase class for different Local cache space proxies that work with a masterIJSpace.classIn some cases, the memory capacity of an individual application is not capable of holding all the information in the local application memory.classThe space local view proxy maintains a subset of the master space's data, allowing the client to read distributed data without any remote operations. -
Uses of ServiceDetailsProvider in org.openspaces.core.transaction.manager
Classes in org.openspaces.core.transaction.manager that implement ServiceDetailsProviderModifier and TypeClassDescriptionclassBase class for Jini implementation of SpringsPlatformTransactionManager.classSprings transaction manager (PlatformTransactionManagerusing directly injected JiniTransactionManager.classA transaction manager that starts an embedded distributed mahalo transaction manager.classSprings transaction manager (PlatformTransactionManagerusing Jini in order to lookup the transaction manager based on a name (can havenullvalue). -
Uses of ServiceDetailsProvider in org.openspaces.events
Classes in org.openspaces.events that implement ServiceDetailsProviderModifier and TypeClassDescriptionclassA simple based class forSpaceDataEventListenerbased containers. -
Uses of ServiceDetailsProvider in org.openspaces.events.asyncpolling
Classes in org.openspaces.events.asyncpolling that implement ServiceDetailsProviderModifier and TypeClassDescriptionclassAsync polling event container uses the space async operation capabilities (such asGigaSpace.asyncTake(Object)in order to simulate events (optionally transactional). -
Uses of ServiceDetailsProvider in org.openspaces.events.notify
Classes in org.openspaces.events.notify that implement ServiceDetailsProviderModifier and TypeClassDescriptionclassA simple notification based container allowing to register aSpaceDataEventListenerthat will be triggered by notifications. -
Uses of ServiceDetailsProvider in org.openspaces.events.polling
Classes in org.openspaces.events.polling that implement ServiceDetailsProviderModifier 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 ServiceDetailsProvider in org.openspaces.events.support
Classes in org.openspaces.events.support that implement ServiceDetailsProviderModifier and TypeClassDescriptionclassHolds dynamically generated event containers. -
Uses of ServiceDetailsProvider in org.openspaces.pu.container
Methods in org.openspaces.pu.container that return types with arguments of type ServiceDetailsProviderModifier and TypeMethodDescriptionabstract Collection<ServiceDetailsProvider>ProcessingUnitContainer.getServiceDetailsProviders() -
Uses of ServiceDetailsProvider in org.openspaces.pu.container.jee
Classes in org.openspaces.pu.container.jee that implement ServiceDetailsProviderModifier and TypeClassDescriptionclassAn extension to theApplicationContextProcessingUnitContainerthat can handle JEE processing units.Methods in org.openspaces.pu.container.jee that return types with arguments of type ServiceDetailsProvider -
Uses of ServiceDetailsProvider in org.openspaces.pu.container.jee.jetty
Classes in org.openspaces.pu.container.jee.jetty that implement ServiceDetailsProviderModifier and TypeClassDescriptionclassThe actual container simply holding the jetty web application context, the application context, and theJettyHolder. -
Uses of ServiceDetailsProvider in org.openspaces.pu.container.spi
Methods in org.openspaces.pu.container.spi that return types with arguments of type ServiceDetailsProviderModifier and TypeMethodDescriptionApplicationContextProcessingUnitContainer.getServiceDetailsProviders() -
Uses of ServiceDetailsProvider in org.openspaces.pu.container.support
Methods in org.openspaces.pu.container.support that return types with arguments of type ServiceDetailsProvider -
Uses of ServiceDetailsProvider in org.openspaces.remoting
Classes in org.openspaces.remoting that implement ServiceDetailsProviderModifier and TypeClassDescriptionclassExports a list of services (beans) as remote services with the Space as the transport layer.