RvcacheProxy.setFaultToleranceParams()
Method
Declaration
RvcacheProxysetFaultToleranceParams
(
int servicePort,
java.lang.String network,
java.lang.String group,
int weight,
double heartbeat,
double activation)
throws ConfigurationException
Purpose
Enable fault tolerance machinery, and set its parameters.
Remarks
This method returns the RvcacheProxy object, so programs can conveniently chain additional method calls to the return value.
Parameter |
Description |
|
Use this UDP service for internal fault tolerance protocols. |
|
Use this network for internal fault tolerance protocols. |
|
Join a fault tolerance group with this group name. |
|
Use this member weight. You may supply the constant value RvcacheProxy.DEFAULT_WEIGHT (10). |
|
Use this heartbeat interval (in seconds). You may supply the constant value RvcacheProxy.DEFAULT_HEARTBEAT (3). |
|
Use this activation interval (in seconds). You may supply the constant value RvcacheProxy.DEFAULT_ACTIVATION (10). |
See Also
For background information, see these sections:
• | Fault Tolerance in |
• | Browser Administration Interface in |