diff options
| author | Alan Conway <aconway@apache.org> | 2008-10-16 18:45:56 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-10-16 18:45:56 +0000 |
| commit | 92b8daec32ca76cbfdd02558e45d41ff7373f6ef (patch) | |
| tree | 863693b3c7516b82e2287a576be6e18bc4bb2369 /cpp/src/qpid/cluster/management-schema.xml | |
| parent | 5f7f58728c2f723338d18f5b80beb6e3c8c27c93 (diff) | |
| download | qpid-python-92b8daec32ca76cbfdd02558e45d41ff7373f6ef.tar.gz | |
Add UUID generated for each new cluster instance.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705322 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/management-schema.xml')
| -rw-r--r-- | cpp/src/qpid/cluster/management-schema.xml | 59 |
1 files changed, 29 insertions, 30 deletions
diff --git a/cpp/src/qpid/cluster/management-schema.xml b/cpp/src/qpid/cluster/management-schema.xml index 0f30814367..4c25ddf636 100644 --- a/cpp/src/qpid/cluster/management-schema.xml +++ b/cpp/src/qpid/cluster/management-schema.xml @@ -1,39 +1,39 @@ <schema package="org.apache.qpid.cluster"> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + --> <!-- Type information: - Numeric types with "_wm" suffix are watermarked numbers. These are compound - values containing a current value, and a low and high water mark for the reporting - interval. The low and high water marks are set to the current value at the - beginning of each interval and track the minimum and maximum values of the statistic - over the interval respectively. +Numeric types with "_wm" suffix are watermarked numbers. These are compound +values containing a current value, and a low and high water mark for the reporting +interval. The low and high water marks are set to the current value at the +beginning of each interval and track the minimum and maximum values of the statistic +over the interval respectively. - Access rights for configuration elements: +Access rights for configuration elements: - RO => Read Only - RC => Read/Create, can be set at create time only, read-only thereafter - RW => Read/Write +RO => Read Only +RC => Read/Create, can be set at create time only, read-only thereafter +RW => Read/Write - If access rights are omitted for a property, they are assumed to be RO. +If access rights are omitted for a property, they are assumed to be RO. --> @@ -44,8 +44,7 @@ <property name="publishedURL" type="sstr" access="RC" desc="URL this node advertizes itself as"/> <property name="clusterSize" type="uint16" access="RO" desc="Number of brokers currently in the cluster"/> <property name="status" type="sstr" access="RO" desc="Cluster node status (STALLED,ACTIVE,JOINING)"/> - <property name="members" type="lstr" access="RO" desc="List of 'host:port' of member nodes in the cluster delimited by ';'"/> - + <property name="members" type="lstr" access="RO" desc="List of member URLs delimited by ';'"/> <method name="stopClusterNode"/> <method name="stopFullCluster"/> |
