| Package | Description | 
|---|---|
| org.openspaces.admin.internal.gateway | |
| org.openspaces.admin.internal.support | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.zone | |
| org.openspaces.admin.internal.zone.events | |
| 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 | 
|---|---|
Map<String,Zone> | 
DefaultGatewayProcessingUnit.getZones()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Zone> | 
AbstractGridComponent.getZones()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractGridComponent.addZone(Zone zone)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalZone  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultZone  | 
| Modifier and Type | Method and Description | 
|---|---|
Zone | 
DefaultZones.getByName(String name)  | 
Zone[] | 
DefaultZones.getZones()  | 
Zone | 
DefaultZones.waitFor(String zoneByName)  | 
Zone | 
DefaultZones.waitFor(String zoneByName,
       long timeout,
       TimeUnit timeUnit)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Zone> | 
DefaultZones.getNames()  | 
Iterator<Zone> | 
DefaultZones.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InternalZoneAware.addZone(Zone zone)  | 
void | 
DefaultZones.removeProvider(Zone zone,
              String zoneUidProvider)  | 
void | 
InternalZones.removeProvider(Zone zone,
              String zoneUidProvider)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClosureZoneAddedEventListener.zoneAdded(Zone zone)  | 
void | 
DefaultZoneAddedEventManager.zoneAdded(Zone zone)  | 
void | 
DefaultZoneRemovedEventManager.zoneRemoved(Zone zone)  | 
void | 
ClosureZoneRemovedEventListener.zoneRemoved(Zone zone)  | 
| 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  
Zones. | 
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.