FaultToleranceParams

Class

Declaration

class com.tibco.tibrv.config.FaultToleranceParams
  extends java.lang.Object

Purpose

Encapsulate fault tolerance parameters from Rendezvous recent value caches.

Constant

Description

FaultToleranceParams.UNSPECIFIED

No value is set for the parameter.

Method

Description

FaultToleranceParams.getActivation()

Extract the activation interval.

FaultToleranceParams.getAsMap()

Format the fault tolerance parameters as a map.

FaultToleranceParams.getGroup()

Extract the name of the fault tolerance group.

FaultToleranceParams.getHeartbeat()

Extract the heartbeat interval.

FaultToleranceParams.getNetwork()

Extract the network parameter for fault tolerance protocols.

FaultToleranceParams.getService()

Extract the effective UDP service for fault tolerance protocols.

FaultToleranceParams.getWeight()

Extract the fault tolerance weight of this member.

FaultToleranceParams.isEnabled()

Extract a flag indicating whether fault tolerance is enabled.

Remarks

Instances of this class are read-only objects. Methods do not interact with the component.

RvcacheProxy.getFaultToleranceParams() returns instances of this class.

See Also

Read-Only Objects

RvcacheProxy.getFaultToleranceParams()