Class DefaultGatewaySink.DefaultGatewaySinkSource
java.lang.Object
org.openspaces.admin.internal.gateway.DefaultGatewaySink.DefaultGatewaySinkSource
- All Implemented Interfaces:
GatewaySinkSource
- Enclosing class:
- DefaultGatewaySink
public class DefaultGatewaySink.DefaultGatewaySinkSource
extends Object
implements GatewaySinkSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBootstrap the localSpacewhich is associated to this sink from a remote space.bootstrapFromGatewayAndWait(long timeout, TimeUnit timeUnit) Bootstrap the localSpacewhich is associated to this sink from a remote space.getSink()Returns the sink this source is part of.Returns the name of the remote gateway which this source acts as its end point.
-
Constructor Details
-
DefaultGatewaySinkSource
-
-
Method Details
-
getSink
Description copied from interface:GatewaySinkSourceReturns the sink this source is part of.- Specified by:
getSinkin interfaceGatewaySinkSource
-
getSourceGatewayName
Description copied from interface:GatewaySinkSourceReturns the name of the remote gateway which this source acts as its end point.- Specified by:
getSourceGatewayNamein interfaceGatewaySinkSource
-
bootstrapFromGatewayAndWait
Description copied from interface:GatewaySinkSourceBootstrap the localSpacewhich is associated to this sink from a remote space. This bootstrap request will use default timeout set byAdmin.setDefaultTimeout(long, TimeUnit)A bootstrap request can only be executed if this sinkGatewaySink.requiresBootstrapOnStartup().- Specified by:
bootstrapFromGatewayAndWaitin interfaceGatewaySinkSource- Returns:
- A bootstrap result
-
bootstrapFromGatewayAndWait
Description copied from interface:GatewaySinkSourceBootstrap the localSpacewhich is associated to this sink from a remote space. This bootstrap request will use the provided timeout. A bootstrap request can only be executed if this sinkGatewaySink.requiresBootstrapOnStartup().- Specified by:
bootstrapFromGatewayAndWaitin interfaceGatewaySinkSource- Returns:
- A bootstrap result
-