diff --git a/docs/user/accumulo/usage.rst b/docs/user/accumulo/usage.rst index 7b9911f523b9..7f12e0dc1b0c 100644 --- a/docs/user/accumulo/usage.rst +++ b/docs/user/accumulo/usage.rst @@ -58,7 +58,7 @@ Parameter Type Description extraneous results ``accumulo.query.record-threads`` Integer The number of threads to use for record retrieval ``accumulo.write.threads`` Integer The number of threads to use for writing records -``geomesa.stats.generate`` Boolean Toggle collection of statistics for newly created feature types +``geomesa.stats.enable`` Boolean Toggle collection of statistics for newly created feature types ``accumulo.remote.arrow.enable`` Boolean Process Arrow encoding in Accumulo tablets servers as a distributed call ``accumulo.remote.bin.enable`` Boolean Process binary encoding in Accumulo tablets servers as a diff --git a/docs/user/cassandra/usage.rst b/docs/user/cassandra/usage.rst index a123ea694c4f..a0122f6f98fe 100644 --- a/docs/user/cassandra/usage.rst +++ b/docs/user/cassandra/usage.rst @@ -37,7 +37,7 @@ Parameter Type Description timeout is specified as a duration, e.g. ``1 minute`` or ``60 seconds`` ``geomesa.query.threads`` Integer The number of threads to use per query ``geomesa.query.loose-bounding-box`` Boolean Use loose bounding boxes - queries will be faster but may return extraneous results -``geomesa.stats.generate`` Boolean Toggle collection of statistics (currently not implemented) +``geomesa.stats.enable`` Boolean Toggle collection of statistics (currently not implemented) ==================================== ======= ======================================================================================== More information on using GeoTools can be found in the `GeoTools user guide diff --git a/docs/user/hbase/usage.rst b/docs/user/hbase/usage.rst index d5804623c228..46bd020f449d 100644 --- a/docs/user/hbase/usage.rst +++ b/docs/user/hbase/usage.rst @@ -60,7 +60,7 @@ Parameter Type Description ``hbase.coprocessor.stats.enable`` Boolean Disable coprocessor scans for stat queries, and use local processing instead ``hbase.coprocessor.yield.partial.results`` Boolean Toggle coprocessors yielding partial results ``hbase.coprocessor.scan.parallel`` Boolean Toggle extremely parallel coprocessor scans (bounded by RPC threads) -``geomesa.stats.generate`` Boolean Toggle collection of statistics (currently not implemented) +``geomesa.stats.enable`` Boolean Toggle collection of statistics (currently not implemented) ``geomesa.partition.scan.parallel`` Boolean For partitioned schemas, execute scans in parallel instead of sequentially =========================================== ======= ======================================================================================== diff --git a/docs/user/lambda/usage.rst b/docs/user/lambda/usage.rst index 82d2381b3ae9..da8b05d3418f 100644 --- a/docs/user/lambda/usage.rst +++ b/docs/user/lambda/usage.rst @@ -60,7 +60,7 @@ Parameter Type Description ``geomesa.query.loose-bounding-box`` Boolean Use loose bounding boxes - queries will be faster but may return extraneous results ``accumulo.query.record-threads`` Integer The number of threads to use for record retrieval ``accumulo.write.threads`` Integer The number of threads to use for writing records -``geomesa.stats.generate`` Boolean Toggle collection of statistics for newly created feature types +``geomesa.stats.enable`` Boolean Toggle collection of statistics for newly created feature types ====================================== ======= ================================================================================================== Note: one (but not both) of ``lambda.accumulo.password`` and ``lambda.accumulo.keytab.path`` must be provided. diff --git a/docs/user/redis/usage.rst b/docs/user/redis/usage.rst index 49a1dd9df35b..01611de99e7b 100644 --- a/docs/user/redis/usage.rst +++ b/docs/user/redis/usage.rst @@ -37,7 +37,7 @@ Parameter Type Description ``geomesa.query.threads`` Integer The number of threads to use per query (if not pipelining) ``geomesa.query.timeout`` String The max time a query will be allowed to run before being killed. The timeout is specified as a duration, e.g. ``1 minute`` or ``60 seconds`` -``geomesa.stats.generate`` Boolean Toggle collection of statistics for newly created feature types +``geomesa.stats.enable`` Boolean Toggle collection of statistics for newly created feature types ``geomesa.query.audit`` Boolean Audit queries being run. Queries will be written to a log file ``geomesa.query.loose-bounding-box`` Boolean Use loose bounding boxes - queries will be faster but may return extraneous results ``geomesa.security.auths`` String Comma-delimited superset of authorizations that will be used for queries