Package | Description |
---|---|
org.openspaces.admin.gateway | |
org.openspaces.admin.internal.gateway |
Modifier and Type | Method and Description |
---|---|
GatewaySinkSource |
Gateway.getSinkSource(String sourceGatewayName)
Returns a sink source gateway with the given name.
|
GatewaySinkSource |
GatewaySink.getSourceByName(String sourceGatewayName)
Returns a gateway sink source for the specified source gateway name or null if no such
gateway sink source exists.
|
GatewaySinkSource[] |
GatewaySink.getSources()
Returns the gateway sink sources of this sink.
|
GatewaySinkSource |
Gateway.waitForSinkSource(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. |
GatewaySinkSource |
Gateway.waitForSinkSource(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.DefaultGatewaySinkSource |
Modifier and Type | Method and Description |
---|---|
GatewaySinkSource |
DefaultGateway.getSinkSource(String sourceGatewayName) |
GatewaySinkSource |
DefaultGatewaySink.getSourceByName(String sourceGatewayName) |
GatewaySinkSource[] |
DefaultGatewaySink.getSources() |
GatewaySinkSource |
DefaultGateway.waitForSinkSource(String sourceGatewayName) |
GatewaySinkSource |
DefaultGateway.waitForSinkSource(String sourceGatewayName,
long timeout,
TimeUnit timeUnit) |
Copyright © GigaSpaces.