xdmp.clusterQuorumExists( [id as (Number|String)] ) as Boolean
Returns whether there exists a quorum in the specified cluster. If no cluster ID is specified, return whether there exists a quorum in the current cluster.
Parameters | |
---|---|
id | The ID of the cluster. The default value is the ID of the current cluster. |
xdmp.clusterQuorumExists(); => fn.true()
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.