Package | Description |
---|---|
org.openspaces.admin.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.
|
Copyright © GigaSpaces.