GigaSpaces XAP 8.0 API

Uses of Interface
org.openspaces.admin.GridComponent

Packages that use GridComponent
org.openspaces.admin Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance. 
org.openspaces.admin.esm Support for managing of Elastic Service Manager(s) through the Admin API. 
org.openspaces.admin.gateway   
org.openspaces.admin.gsa Support for managing of Grid Service Agent(s) through the Admin API. 
org.openspaces.admin.gsc Support for managing of Grid Service Container(s) through the Admin API. 
org.openspaces.admin.gsm Support for managing of Grid Service Manager(s) through the Admin API. 
org.openspaces.admin.lus Support for managing of Lookup Service(s) through the Admin API. 
org.openspaces.admin.pu Support for managing of Processing Unit(s) through the Admin API. 
org.openspaces.admin.space Support for managing of Space(s) through the Admin API. 
org.openspaces.grid.gsm.containers   
org.openspaces.grid.gsm.machines   
org.openspaces.grid.gsm.rebalancing   
 

Uses of GridComponent in org.openspaces.admin
 

Subinterfaces of GridComponent in org.openspaces.admin
 interface AgentGridComponent
          An Agent grid component is a GridComponent that can be started by a GridServiceAgent.
 interface LogProviderGridComponent
          A grid component that can provide the ability to extract logging information.
 

Methods in org.openspaces.admin that return GridComponent
 GridComponent Admin.getGridComponentByUID(String uid)
          Returns the Grid Component represented by this UID; e.g.
 

Uses of GridComponent in org.openspaces.admin.esm
 

Subinterfaces of GridComponent in org.openspaces.admin.esm
 interface ElasticServiceManager
          The base Elastic Service Manager interface for deploying an elastic data-grid service.
 

Uses of GridComponent in org.openspaces.admin.gateway
 

Subinterfaces of GridComponent in org.openspaces.admin.gateway
 interface GatewayProcessingUnit
          A Gateway Processing unit is the building block of a Gateway.
 

Uses of GridComponent in org.openspaces.admin.gsa
 

Subinterfaces of GridComponent in org.openspaces.admin.gsa
 interface GridServiceAgent
          A Grid Service Agent is a process manager allowing to start and stop (on the operating system process level) processes (such as GridServiceManager, GridServiceContainer and LookupService.
 

Uses of GridComponent in org.openspaces.admin.gsc
 

Subinterfaces of GridComponent in org.openspaces.admin.gsc
 interface GridServiceContainer
          A Grid Service Container is a container for ProcessingUnitInstances allocated to it through the GridServiceManager that manages it.
 

Uses of GridComponent in org.openspaces.admin.gsm
 

Subinterfaces of GridComponent in org.openspaces.admin.gsm
 interface GridServiceManager
          A Grid Service Manager is a manager for ProcessingUnit deployments (acting either as primary or backups for a certain processing unit deployment).
 

Uses of GridComponent in org.openspaces.admin.lus
 

Subinterfaces of GridComponent in org.openspaces.admin.lus
 interface LookupService
          A lookup service acts a lookup server where different grid components register and maintain a lease against.
 

Uses of GridComponent in org.openspaces.admin.pu
 

Subinterfaces of GridComponent in org.openspaces.admin.pu
 interface ProcessingUnitInstance
          A processing unit instance is an actual running instance of a processing unit.
 

Uses of GridComponent in org.openspaces.admin.space
 

Subinterfaces of GridComponent in org.openspaces.admin.space
 interface SpaceInstance
          A Space Instance is a single instance of a space running as a part of a Space.
 

Uses of GridComponent in org.openspaces.grid.gsm.containers
 

Methods in org.openspaces.grid.gsm.containers with parameters of type GridComponent
static String ContainersSlaUtils.gscToString(GridComponent container)
           
 

Uses of GridComponent in org.openspaces.grid.gsm.machines
 

Methods in org.openspaces.grid.gsm.machines with parameters of type GridComponent
static String MachinesSlaUtils.gscToString(GridComponent container)
           
 

Uses of GridComponent in org.openspaces.grid.gsm.rebalancing
 

Methods in org.openspaces.grid.gsm.rebalancing with parameters of type GridComponent
static String RebalancingUtils.gscToString(GridComponent container)
           
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.