Package | Description |
---|---|
org.openspaces.admin.gateway | |
org.openspaces.admin.gateway.events |
Modifier and Type | Method and Description |
---|---|
GatewayProcessingUnit |
GatewayDelegator.getGatewayProcessingUnit()
Returns the gateway this sink is part of.
|
GatewayProcessingUnit |
GatewaySink.getGatewayProcessingUnit()
Returns the gateway this sink is part of.
|
GatewayProcessingUnit |
Gateway.getGatewayProcessingUnit(String processingUnitName)
Returns the gateway processing unit for the given processing unit name.
|
GatewayProcessingUnit |
GatewayProcessingUnits.getGatewayProcessingUnit(String uid)
Returns the
GatewayProcessingUnit for the given gateway processing unit name. |
GatewayProcessingUnit[] |
Gateway.getGatewayProcessingUnits()
Returns all the currently deployed
GatewayProcessingUnit s. |
GatewayProcessingUnit[] |
GatewayProcessingUnits.getGatewayProcessingUnits()
Returns the
GatewayProcessingUnit s currently deployed. |
GatewayProcessingUnit |
GatewayProcessingUnits.waitFor(String gatewayProcessingUnitName)
Waits indefinitely till the gateway processing unit is identified as deployed.
|
GatewayProcessingUnit |
GatewayProcessingUnits.waitFor(String gatewaysProcessingUnitName,
long timeout,
TimeUnit timeUnit)
Waits for the specified timeout (in time interval) till the processing unit is identified as deployed.
|
GatewayProcessingUnit |
Gateway.waitForGatewayProcessingUnit(String processingUnitName)
Waits for the default timeout specified by
Admin.setDefaultTimeout(long, TimeUnit) till
the processing unit of this gateway is identified as deployed. |
GatewayProcessingUnit |
Gateway.waitForGatewayProcessingUnit(String processingUnitName,
long timeout,
TimeUnit timeUnit)
Waits for the specified timeout (in time interval) till
the processing unit of this gateway is identified as deployed.
|
Modifier and Type | Method and Description |
---|---|
Map<String,GatewayProcessingUnit> |
Gateway.getNames()
Returns a map of
GatewayProcessingUnit keyed by their respective names. |
Map<String,GatewayProcessingUnit> |
GatewayProcessingUnits.getNames()
Returns a map of
GatewayProcessingUnit keyed by their respective names. |
Modifier and Type | Method and Description |
---|---|
void |
ClosureGatewayProcessingUnitAddedEventListener.gatewayProcessingUnitAdded(GatewayProcessingUnit gatewayProcessingUnit) |
void |
DefaultGatewayProcessingUnitAddedEventManager.gatewayProcessingUnitAdded(GatewayProcessingUnit gatewayProcessingUnit) |
void |
GatewayProcessingUnitAddedEventListener.gatewayProcessingUnitAdded(GatewayProcessingUnit gatewayProcessingUnit)
A callback indicating that a Gateways Processing Unit was added (deployed/discovered).
|
void |
ClosureGatewayProcessingUnitRemovedEventListener.gatewayProcessingUnitRemoved(GatewayProcessingUnit gatewayProcessingUnit) |
void |
DefaultGatewayProcessingUnitRemovedEventManager.gatewayProcessingUnitRemoved(GatewayProcessingUnit gatewayProcessingUnit) |
void |
GatewayProcessingUnitRemovedEventListener.gatewayProcessingUnitRemoved(GatewayProcessingUnit gatewayProcessingUnit)
A callback indicating that a Gateway Processing Unit was removed (undeployed).
|
Copyright © GigaSpaces.