Uses of Interface
org.openspaces.admin.machine.MachineAware
Packages that use MachineAware
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.
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.
Support for managing of Virtual Machine(s) through the Admin API.
-
Uses of MachineAware in org.openspaces.admin
Subinterfaces of MachineAware 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 MachineAware in org.openspaces.admin.gateway
Subinterfaces of MachineAware in org.openspaces.admin.gatewayModifier and TypeInterfaceDescriptioninterfaceA Gateway Processing unit is the building block of aGateway. -
Uses of MachineAware in org.openspaces.admin.gsa
Subinterfaces of MachineAware 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 MachineAware in org.openspaces.admin.gsc
Subinterfaces of MachineAware in org.openspaces.admin.gscModifier and TypeInterfaceDescriptioninterfaceA Grid Service Container is a container forProcessingUnitInstances allocated to it through theGridServiceManagerthat manages it. -
Uses of MachineAware in org.openspaces.admin.gsm
Subinterfaces of MachineAware 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 MachineAware in org.openspaces.admin.internal.gateway
Classes in org.openspaces.admin.internal.gateway that implement MachineAware -
Uses of MachineAware in org.openspaces.admin.internal.gsa
Subinterfaces of MachineAware in org.openspaces.admin.internal.gsaClasses in org.openspaces.admin.internal.gsa that implement MachineAware -
Uses of MachineAware in org.openspaces.admin.internal.gsc
Subinterfaces of MachineAware in org.openspaces.admin.internal.gscClasses in org.openspaces.admin.internal.gsc that implement MachineAware -
Uses of MachineAware in org.openspaces.admin.internal.gsm
Subinterfaces of MachineAware in org.openspaces.admin.internal.gsmClasses in org.openspaces.admin.internal.gsm that implement MachineAware -
Uses of MachineAware in org.openspaces.admin.internal.lus
Subinterfaces of MachineAware in org.openspaces.admin.internal.lusClasses in org.openspaces.admin.internal.lus that implement MachineAware -
Uses of MachineAware in org.openspaces.admin.internal.machine
Subinterfaces of MachineAware in org.openspaces.admin.internal.machine -
Uses of MachineAware in org.openspaces.admin.internal.pu
Subinterfaces of MachineAware in org.openspaces.admin.internal.puClasses in org.openspaces.admin.internal.pu that implement MachineAware -
Uses of MachineAware in org.openspaces.admin.internal.space
Subinterfaces of MachineAware in org.openspaces.admin.internal.spaceClasses in org.openspaces.admin.internal.space that implement MachineAware -
Uses of MachineAware in org.openspaces.admin.internal.support
Subinterfaces of MachineAware in org.openspaces.admin.internal.supportModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.openspaces.admin.internal.support that implement MachineAware -
Uses of MachineAware in org.openspaces.admin.internal.vm
Subinterfaces of MachineAware in org.openspaces.admin.internal.vmClasses in org.openspaces.admin.internal.vm that implement MachineAware -
Uses of MachineAware in org.openspaces.admin.lus
Subinterfaces of MachineAware 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 MachineAware in org.openspaces.admin.pu
Subinterfaces of MachineAware in org.openspaces.admin.puModifier and TypeInterfaceDescriptioninterfaceA processing unit instance is an actual running instance of a processing unit. -
Uses of MachineAware in org.openspaces.admin.space
Subinterfaces of MachineAware in org.openspaces.admin.spaceModifier and TypeInterfaceDescriptioninterfaceA Space Instance is a single instance of a space running as a part of aSpace. -
Uses of MachineAware in org.openspaces.admin.vm
Subinterfaces of MachineAware in org.openspaces.admin.vmModifier and TypeInterfaceDescriptioninterfaceA virtual machine is a JVM that runs grid components.