|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.core.gateway.BootstrapUtility
GatewaySinkSource
API instead.
@Deprecated public class BootstrapUtility
Gateway bootstrap utilities
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 |
---|
public BootstrapUtility()
Method Detail |
---|
@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 operationtimeUnit
-
Exception
@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 under
TimeoutException
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |