GigaSpaces XAP 9.5 API

org.openspaces.core.gateway
Class BootstrapUtility

java.lang.Object
  extended by org.openspaces.core.gateway.BootstrapUtility

Deprecated. Since 8.0.4 - use GatewaySinkSource API instead.

@Deprecated
public class BootstrapUtility
extends Object

Gateway bootstrap utilities

Since:
8.0.3
Author:
eitany

Constructor Summary
BootstrapUtility()
          Deprecated.  
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapUtility

public BootstrapUtility()
Deprecated. 
Method Detail

bootstrap

@Deprecated
public static void bootstrap(Admin admin,
                                        String gatewaySinkPuName,
                                        String sourceGatewayName,
                                        long timeout,
                                        TimeUnit timeUnit)
                      throws Exception
Deprecated. Since 8.0.4 - use GatewaySinkSource.bootstrapFromGatewayAndWait() instead.

Bootstrap a gateway from a remote gateway

Parameters:
admin - admin of the service grid environment that contains the gateway sink processing unit that should bootstrap
gatewaySinkPuName - the name of the processing unit the gateway sink is deployed under
sourceGatewayName - the source gateway name to bootstrap from
timeout - timeout for operation
timeUnit -
Throws:
Exception

enableIncomingReplication

@Deprecated
public static void enableIncomingReplication(Admin admin,
                                                        String gatewaySinkPuName,
                                                        long timeout,
                                                        TimeUnit timeUnit)
                                      throws TimeoutException
Deprecated. Since 8.0.4 - use GatewaySink.enableIncomingReplication() instead.

Enables incoming replication to a gateway sink that require bootstrap but was not bootstrap yet.

Parameters:
admin - admin of the service grid environment that contains the gateway sink processing unit
gatewaySinkPuName - the name of the processing unit the gateway sink is deployed under
Throws:
TimeoutException

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.