Packages

object GeoMesaStats

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoMesaStats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait GeoMesaStatWriter extends AnyRef

    Trait for writing/updating stats

  2. trait StatUpdater extends Closeable with Flushable

    Trait for tracking stats based on simple features

Value Members

  1. val DateFrequencyPrecision: Int
  2. val DefaultHistogramSize: Int
  3. val MaxHistogramSize: Int
  4. val StatClasses: Seq[Class[_ <: AnyRef]]
  5. def defaultBounds[T](binding: Class[T]): (T, T)

    Get the default bounds for a range histogram

    Get the default bounds for a range histogram

    T

    class type

    binding

    class type

    returns

    bounds

  6. def defaultPrecision(binding: Class[_]): Int

    Gets the default precision for a frequency stat

    Gets the default precision for a frequency stat

    binding

    class type

    returns

    precision

  7. def okForStats(d: AttributeDescriptor): Boolean