Package | Description |
---|---|
org.openspaces.admin.gateway |
Modifier and Type | Method and Description |
---|---|
GatewaySink |
GatewayProcessingUnit.getSink()
Returns the sink of this gateway or
null if no sink exists in this gateway. |
GatewaySink |
GatewaySinkSource.getSink()
Returns the sink this source is part of.
|
GatewaySink |
Gateway.getSink(String sourceGatewayName)
Returns a gateway sink which has a source gateway with the given name.
|
GatewaySink |
Gateway.waitForSink(String sourceGatewayName)
Waits for the default timeout specified by
Admin.setDefaultTimeout(long, TimeUnit) till
the gateway sink with the given source gateway name is identified as deployed. |
GatewaySink |
Gateway.waitForSink(String sourceGatewayName,
long timeout,
TimeUnit timeUnit)
Waits for the specified timeout (in time interval) till
the gateway sink with the given source gateway name is identified as deployed.
|
Copyright © GigaSpaces.