GigaSpaces XAP 8.0 API

Uses of Interface
org.openspaces.admin.Admin

Packages that use Admin
org.openspaces.admin Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance. 
org.openspaces.admin.pu Support for managing of Processing Unit(s) through the Admin API. 
org.openspaces.admin.pu.elastic   
org.openspaces.admin.pu.elastic.config   
org.openspaces.admin.pu.topology   
org.openspaces.admin.space Support for managing of Space(s) through the Admin API. 
org.openspaces.core.bean   
org.openspaces.core.gateway   
org.openspaces.grid.esm   
org.openspaces.grid.gsm   
org.openspaces.grid.gsm.containers   
org.openspaces.grid.gsm.machines   
org.openspaces.grid.gsm.machines.plugins.discovered   
org.openspaces.grid.gsm.strategy   
 

Uses of Admin in org.openspaces.admin
 

Methods in org.openspaces.admin that return Admin
 Admin AdminFactory.create()
          Creates the admin and begins its listening for events from the lookup service.
 Admin AdminFactory.createAdmin()
          Creates the admin and begins its listening for events from the lookup service.
 Admin AdminAware.getAdmin()
          Returns the Admin associated with this element.
protected  Admin AdminFactory.getAdmin()
           
 

Uses of Admin in org.openspaces.admin.pu
 

Methods in org.openspaces.admin.pu with parameters of type Admin
 ProcessingUnitDeployment ProcessingUnitDeployment.toProcessingUnitDeployment(Admin admin)
           
 

Uses of Admin in org.openspaces.admin.pu.elastic
 

Methods in org.openspaces.admin.pu.elastic with parameters of type Admin
protected  int ElasticStatefulProcessingUnitDeployment.calcNumberOfPartitionsFromCpuRequirements(Admin admin)
           
 ProcessingUnitDeployment ElasticStatelessProcessingUnitDeployment.toProcessingUnitDeployment(Admin admin)
           
 ProcessingUnitDeployment ElasticStatefulProcessingUnitDeployment.toProcessingUnitDeployment(Admin admin)
           
 

Uses of Admin in org.openspaces.admin.pu.elastic.config
 

Methods in org.openspaces.admin.pu.elastic.config with parameters of type Admin
static double DiscoveredMachineProvisioningConfig.detectMinimumNumberOfCpuCoresPerMachine(Admin admin)
           
 

Uses of Admin in org.openspaces.admin.pu.topology
 

Methods in org.openspaces.admin.pu.topology with parameters of type Admin
 ProcessingUnitDeployment ProcessingUnitDeploymentTopology.toProcessingUnitDeployment(Admin admin)
          Converts the deployment to a standard ProcessingUnitDeployment
 

Uses of Admin in org.openspaces.admin.space
 

Methods in org.openspaces.admin.space with parameters of type Admin
 ProcessingUnitDeployment SpaceDeployment.toProcessingUnitDeployment(Admin admin)
           
 ProcessingUnitDeployment ElasticSpaceDeployment.toProcessingUnitDeployment(Admin admin)
           
 

Uses of Admin in org.openspaces.core.bean
 

Methods in org.openspaces.core.bean with parameters of type Admin
 void Bean.setAdmin(Admin admin)
          Set the Admin instance to be used by this Bean.
 

Constructors in org.openspaces.core.bean with parameters of type Admin
DefaultBeanFactory(Admin admin)
           
DefaultBeanServer(Admin admin)
           
 

Uses of Admin in org.openspaces.core.gateway
 

Methods in org.openspaces.core.gateway with parameters of type Admin
static void BootstrapUtility.bootstrap(Admin admin, String gatewaySinkPuName, String sourceGatewayName, long timeout, TimeUnit timeUnit)
          Deprecated. Since 8.0.4 - use GatewaySinkSource.bootstrapFromGatewayAndWait() instead.
static void BootstrapUtility.enableIncomingReplication(Admin admin, String gatewaySinkPuName, long timeout, TimeUnit timeUnit)
          Deprecated. Since 8.0.4 - use GatewaySink.enableIncomingReplication() instead.
 

Uses of Admin in org.openspaces.grid.esm
 

Constructors in org.openspaces.grid.esm with parameters of type Admin
ESMImplInitializer(Admin admin, Runnable esmInitializer)
           
 

Uses of Admin in org.openspaces.grid.gsm
 

Methods in org.openspaces.grid.gsm with parameters of type Admin
 void ElasticConfigBean.setAdmin(Admin admin)
           
 

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

Methods in org.openspaces.grid.gsm.containers with parameters of type Admin
static Collection<GridServiceContainer> ContainersSlaUtils.getContainersByZone(Admin admin, String zone)
           
static List<GridServiceContainer> ContainersSlaUtils.getContainersByZoneOnAgentUid(Admin admin, String zone, String agentUid)
           
 

Constructors in org.openspaces.grid.gsm.containers with parameters of type Admin
ContainersSlaEnforcement(Admin admin)
           
 

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

Methods in org.openspaces.grid.gsm.machines with parameters of type Admin
static String MachinesSlaUtils.agentToString(Admin admin, String agentUid)
           
static Collection<GridServiceAgent> MachinesSlaUtils.convertAgentUidsToAgents(Iterable<String> agentUids, Admin admin)
          Converts the specified agent UUIDs into GridServiceAgent objects.
static Collection<GridServiceAgent> MachinesSlaUtils.convertAgentUidsToAgentsIfDiscovered(Iterable<String> agentUids, Admin admin)
          Converts the specified agent UUIDs into GridServiceAgent objects unless these agents are not discovered.
 List<ProcessingUnit> MachinesSlaEnforcementState.getAllProcessingUnitsNotCompletedStateRecovery(Admin admin)
           
 

Constructors in org.openspaces.grid.gsm.machines with parameters of type Admin
MachinesSlaEnforcement(Admin admin)
           
UndeployMachinesSlaPolicy(Admin admin)
           
 

Uses of Admin in org.openspaces.grid.gsm.machines.plugins.discovered
 

Methods in org.openspaces.grid.gsm.machines.plugins.discovered with parameters of type Admin
 void DiscoveredMachineProvisioningBean.setAdmin(Admin admin)
           
 

Uses of Admin in org.openspaces.grid.gsm.strategy
 

Methods in org.openspaces.grid.gsm.strategy with parameters of type Admin
 void AbstractScaleStrategyBean.setAdmin(Admin admin)
           
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.