Uses of Interface
org.openspaces.admin.gateway.GatewaySinkSource
Packages that use GatewaySinkSource
-
Uses of GatewaySinkSource in org.openspaces.admin.gateway
Methods in org.openspaces.admin.gateway that return GatewaySinkSourceModifier and TypeMethodDescriptionGateway.getSinkSource(String sourceGatewayName) Returns a sink source gateway with the given name.GatewaySink.getSourceByName(String sourceGatewayName) Returns a gateway sink source for the specified source gateway name or null if no such gateway sink source exists.GatewaySink.getSources()Returns the gateway sink sources of this sink.Gateway.waitForSinkSource(String sourceGatewayName) Waits for the default timeout specified byAdmin.setDefaultTimeout(long, TimeUnit)till the gateway sink with the given source gateway name is identified as deployed.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. -
Uses of GatewaySinkSource in org.openspaces.admin.internal.gateway
Classes in org.openspaces.admin.internal.gateway that implement GatewaySinkSourceMethods in org.openspaces.admin.internal.gateway that return GatewaySinkSourceModifier and TypeMethodDescriptionDefaultGateway.getSinkSource(String sourceGatewayName) DefaultGatewaySink.getSourceByName(String sourceGatewayName) DefaultGatewaySink.getSources()DefaultGateway.waitForSinkSource(String sourceGatewayName) DefaultGateway.waitForSinkSource(String sourceGatewayName, long timeout, TimeUnit timeUnit)