Use lowercase 'cassandra' class in cli help. Patch by Tommy Tynjä, reviewed by brandonwilliams for CASSANDRA-3509
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2b35644e Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2b35644e Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2b35644e Branch: refs/heads/cassandra-1.1.0 Commit: 2b35644eabd30c6066b2baae3c8c09eb76c8d1c4 Parents: f22b223 Author: Brandon Williams <[email protected]> Authored: Mon Mar 5 17:42:33 2012 -0600 Committer: Brandon Williams <[email protected]> Committed: Mon Mar 5 17:42:33 2012 -0600 ---------------------------------------------------------------------- .../org/apache/cassandra/cli/CliHelp.yaml | 34 +++++++------- 1 files changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/2b35644e/src/resources/org/apache/cassandra/cli/CliHelp.yaml ---------------------------------------------------------------------- diff --git a/src/resources/org/apache/cassandra/cli/CliHelp.yaml b/src/resources/org/apache/cassandra/cli/CliHelp.yaml index 534d1c5..72a8bb6 100644 --- a/src/resources/org/apache/cassandra/cli/CliHelp.yaml +++ b/src/resources/org/apache/cassandra/cli/CliHelp.yaml @@ -215,9 +215,9 @@ commands: one datacenter defined with a replication factor of 1 ("[datacenter1:1]"). Supported values are: - - org.apache.Cassandra.locator.SimpleStrategy - - org.apache.Cassandra.locator.NetworkTopologyStrategy - - org.apache.Cassandra.locator.OldNetworkTopologyStrategy + - org.apache.cassandra.locator.SimpleStrategy + - org.apache.cassandra.locator.NetworkTopologyStrategy + - org.apache.cassandra.locator.OldNetworkTopologyStrategy SimpleStrategy merely places the first replica at the node whose token is closest to the key (as determined by the Partitioner), and @@ -283,9 +283,9 @@ commands: one datacenter defined with a replication factor of 1 ("[datacenter1:1]"). Supported values are: - - org.apache.Cassandra.locator.SimpleStrategy - - org.apache.Cassandra.locator.NetworkTopologyStrategy - - org.apache.Cassandra.locator.OldNetworkTopologyStrategy + - org.apache.cassandra.locator.SimpleStrategy + - org.apache.cassandra.locator.NetworkTopologyStrategy + - org.apache.cassandra.locator.OldNetworkTopologyStrategy SimpleStrategy merely places the first replica at the node whose token is closest to the key (as determined by the Partitioner), and @@ -370,7 +370,7 @@ commands: quotes are important (!) in this case) It is also valid to specify the fully-qualified class name to a class - that extends org.apache.Cassandra.db.marshal.AbstractType. + that extends org.apache.cassandra.db.marshal.AbstractType. Column Optional parameters: - index_name: Name for the index. Both an index name and @@ -414,7 +414,7 @@ commands: quotes are important (!) in this case) It is also valid to specify the fully-qualified class name to a class that - extends org.apache.Cassandra.db.marshal.AbstractType. + extends org.apache.cassandra.db.marshal.AbstractType. - default_validation_class: Validator to use for values in columns which are not listed in the column_metadata. Default is BytesType which applies @@ -433,7 +433,7 @@ commands: quotes are important (!) in this case) It is also valid to specify the fully-qualified class name to a class that - extends org.apache.Cassandra.db.marshal.AbstractType. + extends org.apache.cassandra.db.marshal.AbstractType. - key_validation_class: Validator to use for keys. Default is BytesType which applies no validation. @@ -448,7 +448,7 @@ commands: - UTF8Type It is also valid to specify the fully-qualified class name to a class that - extends org.apache.Cassandra.db.marshal.AbstractType. + extends org.apache.cassandra.db.marshal.AbstractType. - gc_grace: Time to wait in seconds before garbage collecting tombstone deletion markers. Default value is 864000 or 10 days. @@ -482,7 +482,7 @@ commands: - UTF8Type It is also valid to specify the fully-qualified class name to a class that - extends org.apache.Cassandra.db.marshal.AbstractType. + extends org.apache.cassandra.db.marshal.AbstractType. - max_compaction_threshold: The maximum number of SSTables allowed before a minor compaction is forced. Default is 32, setting to 0 disables minor @@ -577,7 +577,7 @@ commands: quotes are important (!) in this case) It is also valid to specify the fully-qualified class name to a class - that extends org.apache.Cassandra.db.marshal.AbstractType. + that extends org.apache.cassandra.db.marshal.AbstractType. Column Optional parameters: - index_name: Name for the index. Both an index name and @@ -625,7 +625,7 @@ commands: quotes are important (!) in this case) It is also valid to specify the fully-qualified class name to a class that - extends org.apache.Cassandra.db.marshal.AbstractType. + extends org.apache.cassandra.db.marshal.AbstractType. - default_validation_class: Validator to use for values in columns which are not listed in the column_metadata. Default is BytesType which applies @@ -644,7 +644,7 @@ commands: quotes are important (!) in this case) It is also valid to specify the fully-qualified class name to a class that - extends org.apache.Cassandra.db.marshal.AbstractType. + extends org.apache.cassandra.db.marshal.AbstractType. - key_valiation_class: Validator to use for keys. Default is BytesType which applies no validation. @@ -659,7 +659,7 @@ commands: - UTF8Type It is also valid to specify the fully-qualified class name to a class that - extends org.apache.Cassandra.db.marshal.AbstractType. + extends org.apache.cassandra.db.marshal.AbstractType. - gc_grace: Time to wait in seconds before garbage collecting tombstone deletion markers. Default value is 864000 or 10 days. @@ -707,7 +707,7 @@ commands: - UTF8Type It is also valid to specify the fully-qualified class name to a class that - extends org.apache.Cassandra.db.marshal.AbstractType. + extends org.apache.cassandra.db.marshal.AbstractType. - max_compaction_threshold: The maximum number of SSTables allowed before a minor compaction is forced. Default is 32, setting to 0 disables minor @@ -1063,7 +1063,7 @@ commands: - utf8 It is also valid to specify the fully-qualified class name to a class that - extends org.apache.Cassandra.db.marshal.AbstractType. + extends org.apache.cassandra.db.marshal.AbstractType. Examples: assume Standard1 comparator as lexicaluuid;
