acs::Cluster method current_server_is_dynamic_cluster_peer (public)

 <instance of acs::Cluster[i]> current_server_is_dynamic_cluster_peer

Defined in packages/acs-tcl/tcl/cluster-procs.tcl

We are a dynamic cluster peer, when we are not the canonical server neither isted in the static server locations.

Testcases:
No testcase defined.
Source code:
if {${:current_server_is_canonical_server}} {
    return 0
}
return [expr {${:myLocation} ni ${:staticServerLocations}}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: