Package | Description |
---|---|
org.openspaces.admin.samples | |
org.openspaces.admin.zone |
Support for managing of Zone(s) through the Admin API.
|
org.openspaces.admin.zone.events |
Support for managing of Zone events through the Admin API.
|
Modifier and Type | Method and Description |
---|---|
void |
TestEventSampler.zoneAdded(Zone zone) |
void |
TestEventSampler.zoneRemoved(Zone zone) |
Modifier and Type | Method and Description |
---|---|
Zone |
Zones.getByName(String name)
Returns a discovered zone by its name.
|
Zone[] |
Zones.getZones()
Returns all currently discovered zones.
|
Zone |
Zones.waitFor(String zoneByName)
Waits indefinitely till the zone with the given name is discovered.
|
Zone |
Zones.waitFor(String zoneByName,
long timeout,
TimeUnit timeUnit)
Waits for the given timeout (in time unit) till the zone with the given name is discovered.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Zone> |
Zones.getNames()
Returns a map of zone names to
Zone s. |
Map<String,Zone> |
ZoneAware.getZones()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ZoneAddedEventListener.zoneAdded(Zone zone)
Called when a zone is added.
|
void |
ZoneRemovedEventListener.zoneRemoved(Zone zone)
Called when a zone is removed.
|
Copyright © GigaSpaces.