GatewaySinkSource API instead.@Deprecated public class BootstrapUtility extends Object
| Constructor and Description | 
|---|
| BootstrapUtility()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | bootstrap(Admin admin,
         String gatewaySinkPuName,
         String sourceGatewayName,
         long timeout,
         TimeUnit timeUnit)Deprecated. 
 Since 8.0.4 - use  GatewaySinkSource.bootstrapFromGatewayAndWait()instead. | 
| static void | enableIncomingReplication(Admin admin,
                         String gatewaySinkPuName,
                         long timeout,
                         TimeUnit timeUnit)Deprecated. 
 Since 8.0.4 - use  GatewaySink.enableIncomingReplication()instead. | 
@Deprecated public static void bootstrap(Admin admin, String gatewaySinkPuName, String sourceGatewayName, long timeout, TimeUnit timeUnit) throws Exception
GatewaySinkSource.bootstrapFromGatewayAndWait()
 instead.admin - admin of the service grid environment that contains the gateway sink
                          processing unit that should bootstrapgatewaySinkPuName - the name of the processing unit the gateway sink is deployed undersourceGatewayName - the source gateway name to bootstrap fromtimeout - timeout for operationException@Deprecated public static void enableIncomingReplication(Admin admin, String gatewaySinkPuName, long timeout, TimeUnit timeUnit) throws TimeoutException
GatewaySink.enableIncomingReplication() instead.admin - admin of the service grid environment that contains the gateway sink
                          processing unitgatewaySinkPuName - the name of the processing unit the gateway sink is deployed underTimeoutExceptionCopyright © GigaSpaces.