Package | Description |
---|---|
org.openspaces.admin.esm |
Support for managing of Elastic Service Manager(s) through the Admin API.
|
org.openspaces.admin.esm.events | |
org.openspaces.admin.gsa |
Support for managing of Grid Service Agent(s) through the Admin API.
|
org.openspaces.admin.internal.esm | |
org.openspaces.admin.internal.esm.events |
Internally Used.
|
org.openspaces.admin.internal.gsa |
Internally Used.
|
org.openspaces.admin.internal.vm |
Internally Used.
|
org.openspaces.admin.samples | |
org.openspaces.admin.vm |
Support for managing of Virtual Machine(s) through the Admin API.
|
org.openspaces.grid.gsm.machines |
Modifier and Type | Method and Description |
---|---|
ElasticServiceManager |
ElasticServiceManagers.getManagerByUID(String uid)
Deprecated.
Returns a manager based on its uid.
|
ElasticServiceManager[] |
ElasticServiceManagers.getManagers()
Deprecated.
Returns all the currently discovered managers.
|
ElasticServiceManager |
ElasticServiceManagers.waitForAtLeastOne()
Deprecated.
Waits indefinitely till at least one ESM is discovered and returns it.
|
ElasticServiceManager |
ElasticServiceManagers.waitForAtLeastOne(long timeout,
TimeUnit timeUnit)
Deprecated.
Waits for the given timeout (in time unit) till at least one ESM is discovered and returns
it.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ElasticServiceManager> |
ElasticServiceManagers.getUids()
Deprecated.
Returns a map of elastic service manager with the key as the uid.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticServiceManagerAddedEventListener.elasticServiceManagerAdded(ElasticServiceManager elasticServiceManager)
Deprecated.
Called when an elastic service manager is added.
|
void |
ElasticServiceManagerRemovedEventListener.elasticServiceManagerRemoved(ElasticServiceManager elasticServiceManager)
Deprecated.
Called when an elastic service manager is removed.
|
Modifier and Type | Method and Description |
---|---|
ElasticServiceManager |
GridServiceAgent.startGridServiceAndWait(ElasticServiceManagerOptions options)
Starts a
ElasticServiceManager based on the provided options
and waits indefinitely until it is discovered by the admin, which is then returned. |
ElasticServiceManager |
GridServiceAgent.startGridServiceAndWait(ElasticServiceManagerOptions options,
long timeout,
TimeUnit timeUnit)
Starts a
ElasticServiceManager based on the provided options
and waits for the given timeout (in time unit) until it is discovered by the admin, which is
then returned. |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalElasticServiceManager |
Modifier and Type | Class and Description |
---|---|
class |
DefaultElasticServiceManager |
Modifier and Type | Method and Description |
---|---|
ElasticServiceManager |
DefaultElasticServiceManagers.getManagerByUID(String uid) |
ElasticServiceManager[] |
DefaultElasticServiceManagers.getManagers() |
ElasticServiceManager[] |
DefaultElasticServiceManagers.getManagersNonFiltered() |
ElasticServiceManager[] |
InternalElasticServiceManagers.getManagersNonFiltered() |
ElasticServiceManager |
DefaultElasticServiceManagers.waitForAtLeastOne() |
ElasticServiceManager |
DefaultElasticServiceManagers.waitForAtLeastOne(long timeout,
TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
Map<String,ElasticServiceManager> |
DefaultElasticServiceManagers.getUids() |
Iterator<ElasticServiceManager> |
DefaultElasticServiceManagers.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultElasticServiceManagerAddedEventManager.elasticServiceManagerAdded(ElasticServiceManager elasticServiceManager) |
void |
ClosureElasticServiceManagerAddedEventListener.elasticServiceManagerAdded(ElasticServiceManager elasticServiceManager) |
void |
DefaultElasticServiceManagerRemovedEventManager.elasticServiceManagerRemoved(ElasticServiceManager elasticServiceManager) |
void |
ClosureElasticServiceManagerRemovedEventListener.elasticServiceManagerRemoved(ElasticServiceManager elasticServiceManager) |
Modifier and Type | Method and Description |
---|---|
ElasticServiceManager |
DefaultGridServiceAgent.startGridServiceAndWait(ElasticServiceManagerOptions options) |
ElasticServiceManager |
DefaultGridServiceAgent.startGridServiceAndWait(ElasticServiceManagerOptions options,
long timeout,
TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
ElasticServiceManager |
DefaultVirtualMachine.getElasticServiceManager() |
Modifier and Type | Method and Description |
---|---|
void |
TestEventSampler.elasticServiceManagerAdded(ElasticServiceManager elasticServiceManager) |
void |
TestEventSampler.elasticServiceManagerRemoved(ElasticServiceManager elasticServiceManager) |
Modifier and Type | Method and Description |
---|---|
ElasticServiceManager |
VirtualMachine.getElasticServiceManager()
Returns the elastic service manager started within this virtual machine.
|
Modifier and Type | Method and Description |
---|---|
static String |
MachinesSlaUtils.esmToString(ElasticServiceManager esm) |
Copyright © GigaSpaces.