Package | Description |
---|---|
org.openspaces.admin.gateway | |
org.openspaces.admin.internal.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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGatewaySink |
Modifier and Type | Method and Description |
---|---|
GatewaySink |
DefaultGatewaySink.DefaultGatewaySinkSource.getSink() |
GatewaySink |
DefaultGatewayProcessingUnit.getSink() |
GatewaySink |
DefaultGateway.getSink(String sourceGatewayName) |
GatewaySink |
DefaultGateway.waitForSink(String sourceGatewayName) |
GatewaySink |
DefaultGateway.waitForSink(String sourceGatewayName,
long timeout,
TimeUnit timeUnit) |
Copyright © GigaSpaces.