| Package | Description | 
|---|---|
| org.openspaces.admin | 
 Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance. 
 | 
| org.openspaces.admin.pu.elastic.config | |
| org.openspaces.admin.pu.topology | |
| org.openspaces.core.bean | |
| org.openspaces.core.gateway | |
| org.openspaces.grid.esm | |
| org.openspaces.grid.gsm | |
| org.openspaces.grid.gsm.autoscaling | |
| org.openspaces.grid.gsm.containers | |
| org.openspaces.grid.gsm.machines | |
| org.openspaces.grid.gsm.machines.backup | |
| org.openspaces.grid.gsm.machines.plugins.discovered | |
| org.openspaces.grid.gsm.strategy | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
ElasticStatefulProcessingUnitConfig.calcNumberOfPartitionsFromCpuRequirements(Admin admin)  | 
static double | 
DiscoveredMachineProvisioningConfig.detectMinimumNumberOfCpuCoresPerMachine(Admin admin)  | 
void | 
ElasticStatefulProcessingUnitConfig.setAdmin(Admin admin)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ElasticStatefulProcessingUnitConfigHolder.setAdmin(Admin admin)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Bean.setAdmin(Admin admin)
Set the Admin instance to be used by this Bean. 
 | 
| Constructor and Description | 
|---|
DefaultBeanFactory(Admin admin)  | 
DefaultBeanServer(Admin admin)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ESMImplInitializer.AdminCreatedEventListener.adminCreated(Admin admin,
            GigaSpace managementSpace)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ElasticConfigBean.setAdmin(Admin admin)  | 
| Constructor and Description | 
|---|
AutoScalingSlaEnforcement(Admin admin)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Collection<GridServiceContainer> | 
ContainersSlaUtils.getContainersByZone(Admin admin,
                   String zone)  | 
static List<GridServiceContainer> | 
ContainersSlaUtils.getContainersByZoneOnAgentUid(Admin admin,
                             String zone,
                             String agentUid)  | 
| Constructor and Description | 
|---|
ContainersSlaEnforcement(Admin admin)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
boolean | 
MachinesSlaEnforcementState.replaceAllocatedCapacity(MachinesSlaEnforcementState.StateKey key,
                        Admin admin)
Changes the key.zone of the allocated capacity to match the exact zone of the agent 
 | 
| Constructor and Description | 
|---|
UndeployMachinesSlaPolicy(Admin admin)  | 
| Constructor and Description | 
|---|
MachinesStateBackupToSpace(Admin admin,
                          GigaSpace space,
                          MachinesSlaEnforcementState machinesSlaEnforcementState)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DiscoveredMachineProvisioningBean.setAdmin(Admin admin)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractScaleStrategyBean.setAdmin(Admin admin)  | 
Copyright © GigaSpaces.