Packages

trait StatsBasedEstimator extends AnyRef

Estimate query counts based on cached stats.

Although this trait only requires a generic GeoMesaStats implementation mixin, it has been written based on MetadataBackedStats. In particular, getCount(Filter.INCLUDE) is expected to look up the stat and not invoke any methods in this trait. Also, only Frequency and Z3Histograms are split out by time interval, so filters are only passed in when reading those two types.

Self Type
StatsBasedEstimator with GeoMesaStats
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatsBasedEstimator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All