Uses of Interface
org.openspaces.admin.transport.TransportAware
Packages that use TransportAware
Package
Description
Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance.
Support for managing of Grid Service Agent(s) through the Admin API.
Support for managing of Grid Service Container(s) through the Admin API.
Support for managing of Grid Service Manager(s) through the Admin API.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Support for managing of Lookup Service(s) through the Admin API.
Support for managing of Processing Unit(s) through the Admin API.
Support for managing of Space(s) through the Admin API.
-
Uses of TransportAware in org.openspaces.admin
Subinterfaces of TransportAware in org.openspaces.adminModifier and TypeInterfaceDescriptioninterfaceAn Agent grid component is aGridComponentthat can be started by aGridServiceAgent.interfaceGrid Component is an element that can provide information on the machine it is running one, the transport it uses, the Operating system it is running on, and the virtual machine that started it.interfaceA grid component that can provide the ability to extract logging information. -
Uses of TransportAware in org.openspaces.admin.gateway
Subinterfaces of TransportAware in org.openspaces.admin.gatewayModifier and TypeInterfaceDescriptioninterfaceA Gateway Processing unit is the building block of aGateway. -
Uses of TransportAware in org.openspaces.admin.gsa
Subinterfaces of TransportAware in org.openspaces.admin.gsaModifier and TypeInterfaceDescriptioninterfaceA Grid Service Agent is a process manager allowing to start and stop (on the operating system process level) processes (such asGridServiceManager,GridServiceContainerandLookupService. -
Uses of TransportAware in org.openspaces.admin.gsc
Subinterfaces of TransportAware in org.openspaces.admin.gscModifier and TypeInterfaceDescriptioninterfaceA Grid Service Container is a container forProcessingUnitInstances allocated to it through theGridServiceManagerthat manages it. -
Uses of TransportAware in org.openspaces.admin.gsm
Subinterfaces of TransportAware in org.openspaces.admin.gsmModifier and TypeInterfaceDescriptioninterfaceA Grid Service Manager is a manager forProcessingUnitdeployments (acting either as primary or backups for a certain processing unit deployment). -
Uses of TransportAware in org.openspaces.admin.internal.gateway
Classes in org.openspaces.admin.internal.gateway that implement TransportAware -
Uses of TransportAware in org.openspaces.admin.internal.gsa
Subinterfaces of TransportAware in org.openspaces.admin.internal.gsaClasses in org.openspaces.admin.internal.gsa that implement TransportAware -
Uses of TransportAware in org.openspaces.admin.internal.gsc
Subinterfaces of TransportAware in org.openspaces.admin.internal.gscClasses in org.openspaces.admin.internal.gsc that implement TransportAware -
Uses of TransportAware in org.openspaces.admin.internal.gsm
Subinterfaces of TransportAware in org.openspaces.admin.internal.gsmClasses in org.openspaces.admin.internal.gsm that implement TransportAware -
Uses of TransportAware in org.openspaces.admin.internal.lus
Subinterfaces of TransportAware in org.openspaces.admin.internal.lusClasses in org.openspaces.admin.internal.lus that implement TransportAware -
Uses of TransportAware in org.openspaces.admin.internal.pu
Subinterfaces of TransportAware in org.openspaces.admin.internal.puClasses in org.openspaces.admin.internal.pu that implement TransportAware -
Uses of TransportAware in org.openspaces.admin.internal.space
Subinterfaces of TransportAware in org.openspaces.admin.internal.spaceClasses in org.openspaces.admin.internal.space that implement TransportAware -
Uses of TransportAware in org.openspaces.admin.internal.support
Subinterfaces of TransportAware in org.openspaces.admin.internal.supportModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.openspaces.admin.internal.support that implement TransportAware -
Uses of TransportAware in org.openspaces.admin.internal.transport
Subinterfaces of TransportAware in org.openspaces.admin.internal.transportModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of TransportAware in org.openspaces.admin.lus
Subinterfaces of TransportAware in org.openspaces.admin.lusModifier and TypeInterfaceDescriptioninterfaceA lookup service acts a lookup server where different grid components register and maintain a lease against. -
Uses of TransportAware in org.openspaces.admin.pu
Subinterfaces of TransportAware in org.openspaces.admin.puModifier and TypeInterfaceDescriptioninterfaceA processing unit instance is an actual running instance of a processing unit. -
Uses of TransportAware in org.openspaces.admin.space
Subinterfaces of TransportAware in org.openspaces.admin.spaceModifier and TypeInterfaceDescriptioninterfaceA Space Instance is a single instance of a space running as a part of aSpace.