@Deprecated public interface ElasticServiceManagers extends AdminAware, Iterable<ElasticServiceManager>, DumpProvider
Provides simple means to get all the current managers, as well as as registering for manager life-cycle (added and removed) events.
Disclaimer: This interface and the elastic data grid functionality is provided as a technology preview in XAP 7.1. As such, it is subject to API and behavior changes in the next XAP releases without going through the usual deprecation process of the XAP API.
Modifier and Type | Method and Description |
---|---|
void |
addLifecycleListener(ElasticServiceManagerLifecycleEventListener eventListener)
Deprecated.
Allows to add a
ElasticServiceManagerLifecycleEventListener . |
ElasticServiceManagerAddedEventManager |
getElasticServiceManagerAdded()
Deprecated.
Returns the grid service manager added event manager allowing to add and remove
GridServiceManagerAddedEventListener s. |
ElasticServiceManagerRemovedEventManager |
getElasticServiceManagerRemoved()
Deprecated.
Returns the grid service container added event manager allowing to add and remove
GridServiceManagerRemovedEventListener s. |
ElasticServiceManager |
getManagerByUID(String uid)
Deprecated.
Returns a manager based on its uid.
|
ElasticServiceManager[] |
getManagers()
Deprecated.
Returns all the currently discovered managers.
|
int |
getSize()
Deprecated.
Returns the number of managers currently discovered.
|
Map<String,ElasticServiceManager> |
getUids()
Deprecated.
Returns a map of elastic service manager with the key as the uid.
|
boolean |
isEmpty()
Deprecated.
Returns
true if there are no managers, false otherwise. |
void |
removeLifecycleListener(ElasticServiceManagerLifecycleEventListener eventListener)
Deprecated.
Allows to remove a
ElasticServiceManagerLifecycleEventListener . |
boolean |
waitFor(int numberOfElasticServiceManagers)
Deprecated.
Waits indefinitely till the provided number of managers are up.
|
boolean |
waitFor(int numberOfElasticServiceManagers,
long timeout,
TimeUnit timeUnit)
Deprecated.
Waits for the given timeout (in time unit) till the provided number of managers are up.
|
ElasticServiceManager |
waitForAtLeastOne()
Deprecated.
Waits indefinitely till at least one ESM is discovered and returns it.
|
ElasticServiceManager |
waitForAtLeastOne(long timeout,
TimeUnit timeUnit)
Deprecated.
Waits for the given timeout (in time unit) till at least one ESM is discovered and returns
it.
|
getAdmin
forEach, iterator, spliterator
generateDump, generateDump
ElasticServiceManager[] getManagers()
ElasticServiceManager getManagerByUID(String uid)
GridComponent.getUid()
Map<String,ElasticServiceManager> getUids()
int getSize()
boolean isEmpty()
true
if there are no managers, false
otherwise.ElasticServiceManager waitForAtLeastOne()
ElasticServiceManager waitForAtLeastOne(long timeout, TimeUnit timeUnit)
boolean waitFor(int numberOfElasticServiceManagers)
numberOfElasticServiceManagers
- The number of managers to wait forboolean waitFor(int numberOfElasticServiceManagers, long timeout, TimeUnit timeUnit)
true
if the required number of managers were discovered,
false
if the timeout expired.
When passing 0, will wait till there are no more managers.
numberOfElasticServiceManagers
- The number of managers to wait forElasticServiceManagerAddedEventManager getElasticServiceManagerAdded()
GridServiceManagerAddedEventListener
s.ElasticServiceManagerRemovedEventManager getElasticServiceManagerRemoved()
GridServiceManagerRemovedEventListener
s.void addLifecycleListener(ElasticServiceManagerLifecycleEventListener eventListener)
ElasticServiceManagerLifecycleEventListener
.void removeLifecycleListener(ElasticServiceManagerLifecycleEventListener eventListener)
ElasticServiceManagerLifecycleEventListener
.Copyright © GigaSpaces.