Uses of Class
com.tailf.conf.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
Modifier and TypeMethodDescriptionstatic ConfHaNode
ConfHaNode.unpack_ha_node
(ConfEObject term) Decodes a ConfEObject into a ConfHaNode.Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionvoid
Ha.beSecondary
(ConfValue myNodeId, ConfHaNode primary, boolean waitForReply) Instruct an HA node to be a secondary to a named primary. -
Uses of ConfHaNode in com.tailf.notif
ModifierConstructorDescriptionHaNotification
(int ha_info_type, int noPrimary, ConfHaNode haNode, boolean cdb_initialized_by_copy, int beSecondaryResult)