|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 |
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. |
Uses of Admin in org.openspaces.admin.pu.elastic.config |
---|
Methods in org.openspaces.admin.pu.elastic.config with parameters of type Admin | |
---|---|
protected int |
ElasticStatefulProcessingUnitConfig.calcNumberOfPartitionsFromCpuRequirements(Admin admin)
|
static double |
DiscoveredMachineProvisioningConfig.detectMinimumNumberOfCpuCoresPerMachine(Admin admin)
|
void |
ElasticStatefulProcessingUnitConfig.setAdmin(Admin admin)
|
Uses of Admin in org.openspaces.admin.pu.topology |
---|
Methods in org.openspaces.admin.pu.topology with parameters of type Admin | |
---|---|
void |
ElasticStatefulProcessingUnitConfigHolder.setAdmin(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 |
---|
Methods in org.openspaces.grid.esm with parameters of type Admin | |
---|---|
void |
ESMImplInitializer.AdminCreatedEventListener.adminCreated(Admin admin,
GigaSpace managementSpace)
|
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.autoscaling |
---|
Constructors in org.openspaces.grid.gsm.autoscaling with parameters of type Admin | |
---|---|
AutoScalingSlaEnforcement(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. |
boolean |
MachinesSlaEnforcementState.replaceAllocatedCapacity(MachinesSlaEnforcementState.StateKey key,
Admin admin)
Changes the key.zone of the allocated capacity to match the exact zone of the agent |
Constructors in org.openspaces.grid.gsm.machines with parameters of type Admin | |
---|---|
UndeployMachinesSlaPolicy(Admin admin)
|
Uses of Admin in org.openspaces.grid.gsm.machines.backup |
---|
Constructors in org.openspaces.grid.gsm.machines.backup with parameters of type Admin | |
---|---|
MachinesStateBackupToSpace(Admin admin,
GigaSpace space,
MachinesSlaEnforcementState machinesSlaEnforcementState)
|
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 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |