public class DefaultGatewaySink.DefaultGatewaySinkSource extends Object implements GatewaySinkSource
| Constructor and Description | 
|---|
DefaultGatewaySinkSource(String sourceGatewayName)  | 
| Modifier and Type | Method and Description | 
|---|---|
BootstrapResult | 
bootstrapFromGatewayAndWait()
Bootstrap the local  
Space which is associated to this sink
 from a remote space. | 
BootstrapResult | 
bootstrapFromGatewayAndWait(long timeout,
                           TimeUnit timeUnit)
Bootstrap the local  
Space which is associated to this sink
 from a remote space. | 
GatewaySink | 
getSink()
Returns the sink this source is part of. 
 | 
String | 
getSourceGatewayName()
Returns the name of the remote gateway which this source acts as its end point. 
 | 
public DefaultGatewaySinkSource(String sourceGatewayName)
public GatewaySink getSink()
GatewaySinkSourcegetSink in interface GatewaySinkSourcepublic String getSourceGatewayName()
GatewaySinkSourcegetSourceGatewayName in interface GatewaySinkSourcepublic BootstrapResult bootstrapFromGatewayAndWait()
GatewaySinkSourceSpace which is associated to this sink
 from a remote space. This bootstrap request will use default timeout set by Admin.setDefaultTimeout(long, TimeUnit) A bootstrap request can only be executed if this
 sink GatewaySink.requiresBootstrapOnStartup().bootstrapFromGatewayAndWait in interface GatewaySinkSourcepublic BootstrapResult bootstrapFromGatewayAndWait(long timeout, TimeUnit timeUnit)
GatewaySinkSourceSpace which 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 sink GatewaySink.requiresBootstrapOnStartup().bootstrapFromGatewayAndWait in interface GatewaySinkSourceCopyright © GigaSpaces.