cmm_member_isdesynchronized() | Determines whether a master-eligible node is desynchronized.
While the node has the CMM_OUT_OF_CLUSTER role, the qualification
level and CMM_FLAG_SYNCHRO_NEEDED flag are meaningless.
|
cmm_member_isdisqualified() | Determines whether a master-eligible node has the CMM_DISQUALIFIED_MEMBER qualification level. While the node has the CMM_OUT_OF_CLUSTER role, the qualification level and CMM_FLAG_SYNCHRO_NEEDED flag are meaningless.
|
cmm_member_isqualified () | Determines
whether a master-eligible node has the CMM_QUALIFIED_MEMBER
qualification level. While the node has the CMM_OUT_OF_CLUSTER
role, the qualification level and CMM_FLAG_SYNCHRO_NEEDED
flag are meaningless.
|
cmm_member_iseligible () | Determines whether a node has
the CMM_ELIGIBLE_MEMBER attribute.
|
cmm_member_isexcluded() | Determines
whether a node has the CMM_EXCLUDED_MEMBER attribute.
|
cmm_member_isfrozen() | Determines whether a node has a CMM_FROZEN_MEMBER attribute.
|
cmm_member_isoutofcluster() | Determines whether a node has the CMM_OUT_OF_CLUSTER role. While a node has the CMM_OUT_OF_CLUSTER
role, the qualification level and synchronization flag of the node are meaningless.
|
cmm_member_isvicemaster() | Determines whether
a node has the CMM_VICEMASTER role.
|
cmm_member_ismaster() | Determines whether
a node has the CMM_MASTER role.
|