xdmp.forestOpenReplica

xdmp.forestOpenReplica(
   forestIDs as (Number|String)[]
) as Sequence

Summary

Returns the forest ID for each specified forest or for each forest's replica if the forest is currently experiencing a local disk failover.

Parameters
forestIDs The IDs of the forests that may have failed over.

Example

xdmp.forestStatus(
  xdmp.forestOpenReplica(
    xdmp.databaseForests(xdmp.database("Documents"))));

=> returns the status for each active and open forest in the Documents
   database, whether the forests are masters or replicas

Powered by MarkLogic Server | Terms of Use | Privacy Policy