Uses of Interface
org.openspaces.admin.gateway.GatewaySink
Packages that use GatewaySink
-
Uses of GatewaySink in org.openspaces.admin.gateway
Methods in org.openspaces.admin.gateway that return GatewaySinkModifier and TypeMethodDescriptionReturns a gateway sink which has a source gateway with the given name.GatewayProcessingUnit.getSink()Returns the sink of this gateway ornullif no sink exists in this gateway.GatewaySinkSource.getSink()Returns the sink this source is part of.Gateway.waitForSink(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.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. -
Uses of GatewaySink in org.openspaces.admin.internal.gateway
Classes in org.openspaces.admin.internal.gateway that implement GatewaySinkMethods in org.openspaces.admin.internal.gateway that return GatewaySinkModifier and TypeMethodDescriptionDefaultGatewayProcessingUnit.getSink()DefaultGatewaySink.DefaultGatewaySinkSource.getSink()DefaultGateway.waitForSink(String sourceGatewayName) DefaultGateway.waitForSink(String sourceGatewayName, long timeout, TimeUnit timeUnit)