Uses of Interface
org.openspaces.pu.service.ServiceDetails
Packages that use ServiceDetails
Package
Description
Internally Used.
Support for managing of Processing Unit(s) through the Admin API.
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.
A standalone processing unit container.
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of ServiceDetails in com.gigaspaces.blobstore.offheap
Methods in com.gigaspaces.blobstore.offheap that return ServiceDetails -
Uses of ServiceDetails in com.gigaspaces.blobstore.rocksdb
Methods in com.gigaspaces.blobstore.rocksdb that return ServiceDetails -
Uses of ServiceDetails in org.openspaces.admin.internal.pu
Methods in org.openspaces.admin.internal.pu that return ServiceDetailsModifier and TypeMethodDescriptionDefaultProcessingUnitInstance.getServiceDetailsByServiceId(String serviceId) DefaultProcessingUnitInstance.getServicesDetails()DefaultProcessingUnitInstance.getServicesDetailsByServiceType(String serviceType) Methods in org.openspaces.admin.internal.pu that return types with arguments of type ServiceDetailsModifier and TypeMethodDescriptionDefaultProcessingUnitInstance.getServiceDetailsByServiceId()DefaultProcessingUnitInstance.iterator() -
Uses of ServiceDetails in org.openspaces.admin.pu
Methods in org.openspaces.admin.pu that return ServiceDetailsModifier and TypeMethodDescriptionProcessingUnitInstance.getServiceDetailsByServiceId(String serviceId) Returns the service details for a specific service id.ProcessingUnitInstance.getServicesDetailsByServiceType(String serviceType) Returns the service details by a service typegetServiceType().Methods in org.openspaces.admin.pu that return types with arguments of type ServiceDetailsModifier and TypeMethodDescriptionProcessingUnitInstance.getServiceDetailsByServiceId()Returns a map of service details by service id. -
Uses of ServiceDetails in org.openspaces.core.gateway
Classes in org.openspaces.core.gateway that implement ServiceDetailsModifier and TypeClassDescriptionclassProvide service details ofGatewayDelegatorFactoryBeanclassProvide service details of a gatewayAbstractGatewayComponentFactoryBeanclassProvide service details of aGatewaySinkFactoryBeanMethods in org.openspaces.core.gateway that return ServiceDetailsModifier and TypeMethodDescriptionGatewayDelegatorFactoryBean.getServicesDetails()GatewaySinkFactoryBean.getServicesDetails() -
Uses of ServiceDetails in org.openspaces.core.space
Classes in org.openspaces.core.space that implement ServiceDetailsModifier and TypeClassDescriptionclassA Space service defined within a processing unit.Methods in org.openspaces.core.space that return ServiceDetailsModifier and TypeMethodDescriptionAbstractSpaceFactoryBean.getServicesDetails()RestBean.getServicesDetails() -
Uses of ServiceDetails in org.openspaces.core.space.cache
Methods in org.openspaces.core.space.cache that return ServiceDetailsModifier and TypeMethodDescriptionLocalCacheSpaceFactoryBean.getServicesDetails()LocalViewSpaceFactoryBean.getServicesDetails() -
Uses of ServiceDetails in org.openspaces.core.transaction.manager
Methods in org.openspaces.core.transaction.manager that return ServiceDetailsModifier and TypeMethodDescriptionDirectJiniTransactionManager.getServicesDetails()DistributedJiniTransactionManager.getServicesDetails()LookupJiniTransactionManager.getServicesDetails() -
Uses of ServiceDetails in org.openspaces.events
Classes in org.openspaces.events that implement ServiceDetailsModifier and TypeClassDescriptionclassA generic event container service details. -
Uses of ServiceDetails in org.openspaces.events.asyncpolling
Classes in org.openspaces.events.asyncpolling that implement ServiceDetailsModifier and TypeClassDescriptionclassAsync Polling container service details.Methods in org.openspaces.events.asyncpolling that return ServiceDetailsMethods in org.openspaces.events.asyncpolling with parameters of type ServiceDetailsModifier and TypeMethodDescriptionAsyncPollingEventContainerServiceDetails.aggregateById(ServiceDetails[] servicesDetails) AsyncPollingEventContainerServiceDetails.aggregateByServiceSubType(ServiceDetails[] servicesDetails) Constructors in org.openspaces.events.asyncpolling with parameters of type ServiceDetailsModifierConstructorDescriptionAggregatedAsyncPollingEventContainerServiceDetails(String serviceType, ServiceDetails[] details) -
Uses of ServiceDetails in org.openspaces.events.notify
Classes in org.openspaces.events.notify that implement ServiceDetailsModifier and TypeClassDescriptionclassNotify container service details.Methods in org.openspaces.events.notify that return ServiceDetailsMethods in org.openspaces.events.notify with parameters of type ServiceDetailsModifier and TypeMethodDescriptionNotifyEventContainerServiceDetails.aggregateById(ServiceDetails[] servicesDetails) NotifyEventContainerServiceDetails.aggregateByServiceSubType(ServiceDetails[] servicesDetails) Constructors in org.openspaces.events.notify with parameters of type ServiceDetailsModifierConstructorDescriptionAggregatedNotifyEventContainerServiceDetails(String serviceType, ServiceDetails[] details) -
Uses of ServiceDetails in org.openspaces.events.polling
Classes in org.openspaces.events.polling that implement ServiceDetailsModifier and TypeClassDescriptionclassPolling container service details.Methods in org.openspaces.events.polling that return ServiceDetailsMethods in org.openspaces.events.polling with parameters of type ServiceDetailsModifier and TypeMethodDescriptionPollingEventContainerServiceDetails.aggregateById(ServiceDetails[] servicesDetails) PollingEventContainerServiceDetails.aggregateByServiceSubType(ServiceDetails[] servicesDetails) Constructors in org.openspaces.events.polling with parameters of type ServiceDetailsModifierConstructorDescriptionAggregatedPollingEventContainerServiceDetails(String serviceType, ServiceDetails[] details) -
Uses of ServiceDetails in org.openspaces.events.support
Methods in org.openspaces.events.support that return ServiceDetails -
Uses of ServiceDetails in org.openspaces.pu.container.jee
Classes in org.openspaces.pu.container.jee that implement ServiceDetailsModifier and TypeClassDescriptionclassA service that holds a jee container (such as jetty). -
Uses of ServiceDetails in org.openspaces.pu.container.jee.jetty
Methods in org.openspaces.pu.container.jee.jetty that return ServiceDetails -
Uses of ServiceDetails in org.openspaces.pu.container.standalone
Classes in org.openspaces.pu.container.standalone that implement ServiceDetailsModifier and TypeClassDescriptionclassStandalone details for a Processing Unit instance which is un-managed by the Service Grid. -
Uses of ServiceDetails in org.openspaces.pu.service
Classes in org.openspaces.pu.service that implement ServiceDetailsModifier and TypeClassDescriptionclassThis class should be used by customers in order to implement their ServiceDetailsclassA simple implementation ofServiceDetails.Fields in org.openspaces.pu.service declared as ServiceDetailsMethods in org.openspaces.pu.service that return ServiceDetailsModifier and TypeMethodDescriptionPlainServiceMonitors.getDetails()ServiceMonitors.getDetails()Returns the details of the service.ServiceDetailsProvider.getServicesDetails()Retruns one or more service details that the service exposes.Methods in org.openspaces.pu.service with parameters of type ServiceDetailsModifier and TypeMethodDescriptionPlainServiceDetails.aggregateById(ServiceDetails[] servicesDetails) PlainServiceDetails.aggregateByServiceSubType(ServiceDetails[] servicesDetails) PlainServiceDetails.aggregateByServiceType(ServiceDetails[] servicesDetails) voidPlainServiceMonitors.setDetails(ServiceDetails details) Constructors in org.openspaces.pu.service with parameters of type ServiceDetailsModifierConstructorDescriptionPlainAggregatedServiceDetails(String serviceType, ServiceDetails[] details) -
Uses of ServiceDetails in org.openspaces.remoting
Classes in org.openspaces.remoting that implement ServiceDetailsModifier and TypeClassDescriptionclassA generic remoting service details.Methods in org.openspaces.remoting that return ServiceDetails