object GeoMesaStats
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoMesaStats
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
GeoMesaStatWriter extends AnyRef
Trait for writing/updating stats
-
trait
StatUpdater extends Closeable with Flushable
Trait for tracking stats based on simple features
Value Members
- val DateFrequencyPrecision: Int
- val DefaultHistogramSize: Int
- val MaxHistogramSize: Int
- val StatClasses: Seq[Class[_ <: AnyRef]]
-
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
-
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
- def okForStats(d: AttributeDescriptor): Boolean