|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GatewayProcessingUnit | |
---|---|
org.openspaces.admin.gateway | |
org.openspaces.admin.gateway.events |
Uses of GatewayProcessingUnit in org.openspaces.admin.gateway |
---|
Methods in org.openspaces.admin.gateway that return GatewayProcessingUnit | |
---|---|
GatewayProcessingUnit |
GatewaySink.getGatewayProcessingUnit()
Returns the gateway this sink is part of. |
GatewayProcessingUnit |
GatewayDelegator.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. |
Methods in org.openspaces.admin.gateway that return types with arguments of type GatewayProcessingUnit | |
---|---|
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. |
Uses of GatewayProcessingUnit in org.openspaces.admin.gateway.events |
---|
Methods in org.openspaces.admin.gateway.events with parameters of type GatewayProcessingUnit | |
---|---|
void |
DefaultGatewayProcessingUnitAddedEventManager.gatewayProcessingUnitAdded(GatewayProcessingUnit gatewayProcessingUnit)
|
void |
ClosureGatewayProcessingUnitAddedEventListener.gatewayProcessingUnitAdded(GatewayProcessingUnit gatewayProcessingUnit)
|
void |
GatewayProcessingUnitAddedEventListener.gatewayProcessingUnitAdded(GatewayProcessingUnit gatewayProcessingUnit)
A callback indicating that a Gateways Processing Unit was added (deployed/discovered). |
void |
DefaultGatewayProcessingUnitRemovedEventManager.gatewayProcessingUnitRemoved(GatewayProcessingUnit gatewayProcessingUnit)
|
void |
ClosureGatewayProcessingUnitRemovedEventListener.gatewayProcessingUnitRemoved(GatewayProcessingUnit gatewayProcessingUnit)
|
void |
GatewayProcessingUnitRemovedEventListener.gatewayProcessingUnitRemoved(GatewayProcessingUnit gatewayProcessingUnit)
A callback indicating that a Gateway Processing Unit was removed (undeployed). |
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |