Uses of Class
com.tailf.conf.ConfHaNode
Packages that use ConfHaNode
Package
Description
Data types and utilities for communication with the server.
Package for setup and control of High Availability cluster nodes.
Package for subscription to asynchronous events.
-
Uses of ConfHaNode in com.tailf.conf
Methods in com.tailf.conf that return ConfHaNodeModifier and TypeMethodDescriptionstatic ConfHaNode
ConfHaNode.unpack_ha_node
(ConfEObject term) Decodes a ConfEObject into a ConfHaNode.Methods in com.tailf.conf with parameters of type ConfHaNodeModifier and TypeMethodDescriptionstatic ConfEObject
ConfHaNode.pack_ha_node
(ConfHaNode node) Encodes a ConfHaNode into a ConfEObject to be transported by the protocol. -
Uses of ConfHaNode in com.tailf.ha
Methods in com.tailf.ha that return ConfHaNodeModifier and TypeMethodDescriptionHaStatus.getNodes()
Get the array of secondaries for a PRIMARY HA node, the PRIMARY node for a SECONDARY HA node, or the PRIMARY and the "sub-secondaries" for a SECONDARY_RELAY HA node.Methods in com.tailf.ha with parameters of type ConfHaNodeModifier and TypeMethodDescriptionvoid
Ha.beSecondary
(ConfValue myNodeId, ConfHaNode primary, boolean waitForReply) Instruct an HA node to be a secondary to a named primary.Constructors in com.tailf.ha with parameters of type ConfHaNode -
Uses of ConfHaNode in com.tailf.notif
Methods in com.tailf.notif that return ConfHaNodeConstructors in com.tailf.notif with parameters of type ConfHaNodeModifierConstructorDescriptionHaNotification
(int ha_info_type, int noPrimary, ConfHaNode haNode, boolean cdb_initialized_by_copy, int beSecondaryResult)