|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElasticServiceManager | |
---|---|
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.samples | |
org.openspaces.admin.vm | Support for managing of Virtual Machine(s) through the Admin API. |
Uses of ElasticServiceManager in org.openspaces.admin.esm |
---|
Methods in org.openspaces.admin.esm that return ElasticServiceManager | |
---|---|
ElasticServiceManager |
ElasticServiceManagers.getManagerByUID(String uid)
Returns a manager based on its uid. |
ElasticServiceManager[] |
ElasticServiceManagers.getManagers()
Returns all the currently discovered managers. |
ElasticServiceManager |
ElasticServiceManagers.waitForAtLeastOne()
Waits indefinitely till at least one ESM is discovered and returns it. |
ElasticServiceManager |
ElasticServiceManagers.waitForAtLeastOne(long timeout,
TimeUnit timeUnit)
Waits for the given timeout (in time unit) till at least one ESM is discovered and returns it. |
Methods in org.openspaces.admin.esm that return types with arguments of type ElasticServiceManager | |
---|---|
Map<String,ElasticServiceManager> |
ElasticServiceManagers.getUids()
Returns a map of elastic service manager with the key as the uid. |
Uses of ElasticServiceManager in org.openspaces.admin.esm.events |
---|
Methods in org.openspaces.admin.esm.events with parameters of type ElasticServiceManager | |
---|---|
void |
ElasticServiceManagerAddedEventListener.elasticServiceManagerAdded(ElasticServiceManager elasticServiceManager)
Called when an elastic service manager is added. |
void |
ElasticServiceManagerRemovedEventListener.elasticServiceManagerRemoved(ElasticServiceManager elasticServiceManager)
Called when an elastic service manager is removed. |
Uses of ElasticServiceManager in org.openspaces.admin.gsa |
---|
Methods in org.openspaces.admin.gsa that return ElasticServiceManager | |
---|---|
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. |
Uses of ElasticServiceManager in org.openspaces.admin.samples |
---|
Methods in org.openspaces.admin.samples with parameters of type ElasticServiceManager | |
---|---|
void |
TestEventSampler.elasticServiceManagerAdded(ElasticServiceManager elasticServiceManager)
|
void |
TestEventSampler.elasticServiceManagerRemoved(ElasticServiceManager elasticServiceManager)
|
Uses of ElasticServiceManager in org.openspaces.admin.vm |
---|
Methods in org.openspaces.admin.vm that return ElasticServiceManager | |
---|---|
ElasticServiceManager |
VirtualMachine.getElasticServiceManager()
Returns the elastic service manager started within this virtual machine. |
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |