Class/Object

org.locationtech.geomesa.accumulo.data.stats

AccumuloGeoMesaStats

Related Docs: object AccumuloGeoMesaStats | package stats

Permalink

class AccumuloGeoMesaStats extends MetadataBackedStats

Tracks stats via entries stored in metadata.

Linear Supertypes
MetadataBackedStats, LazyLogging, StatsBasedEstimator, GeoMesaStats, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccumuloGeoMesaStats
  2. MetadataBackedStats
  3. LazyLogging
  4. StatsBasedEstimator
  5. GeoMesaStats
  6. Closeable
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AccumuloGeoMesaStats(ds: AccumuloDataStore, statsTable: String, generateStats: Boolean)

    Permalink

Type Members

  1. class AccumuloStatUpdater extends MetadataStatUpdater

    Permalink

    Stores stats as metadata entries

  2. class MetadataStatUpdater extends StatUpdater with LazyLogging

    Permalink
    Definition Classes
    MetadataBackedStats

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def buildStatsFor(sft: SimpleFeatureType, bounds: (String) ⇒ Option[MinMax[Any]]): String

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataBackedStats
  6. def clearStats(sft: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    MetadataBackedStats → GeoMesaStats
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def close(): Unit

    Permalink
    Definition Classes
    AccumuloGeoMesaStats → MetadataBackedStats → Closeable → AutoCloseable
  9. def configureStatCombiner(connector: Connector, sft: SimpleFeatureType): Unit

    Permalink

    Configures the stat combiner to sum stats dynamically.

    Configures the stat combiner to sum stats dynamically.

    Note: should be called with a distributed lock on the stats table

    connector

    accumulo connector

    sft

    simple feature type

  10. val ds: AccumuloDataStore

    Permalink
    Definition Classes
    AccumuloGeoMesaStats → MetadataBackedStats
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def estimateCount(sft: SimpleFeatureType, filter: Filter): Option[Long]

    Permalink
    Attributes
    protected
    Definition Classes
    StatsBasedEstimator
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def generateStats(sft: SimpleFeatureType): Seq[Stat]

    Permalink
    Definition Classes
    MetadataBackedStats → GeoMesaStats
  16. val generateStats: Boolean

    Permalink
    Definition Classes
    AccumuloGeoMesaStats → MetadataBackedStats
  17. def getAttributeBounds[T](sft: SimpleFeatureType, attribute: String, filter: Filter, exact: Boolean): Option[MinMax[T]]

    Permalink
    Definition Classes
    MetadataBackedStats → GeoMesaStats
  18. def getBounds(sft: SimpleFeatureType, filter: Filter, exact: Boolean): ReferencedEnvelope

    Permalink
    Definition Classes
    GeoMesaStats
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getCount(sft: SimpleFeatureType, filter: Filter, exact: Boolean): Option[Long]

    Permalink
    Definition Classes
    AccumuloGeoMesaStats → MetadataBackedStats → GeoMesaStats
  21. def getKeysAndStatsForWrite(stat: Stat, sft: SimpleFeatureType): Seq[KeyAndStat]

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataBackedStats
  22. def getStats[T <: Stat](sft: SimpleFeatureType, attributes: Seq[String], options: Seq[Any])(implicit ct: ClassTag[T]): Seq[T]

    Permalink
    Definition Classes
    MetadataBackedStats → GeoMesaStats
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def removeStatCombiner(connector: Connector, sft: SimpleFeatureType): Unit

    Permalink

    Remove the stats combiner for a simple feature type

    Remove the stats combiner for a simple feature type

    Note: should be called with a distributed lock on the stats table

    connector

    accumulo connector

    sft

    simple feature type

  30. def runStats[T <: Stat](sft: SimpleFeatureType, stats: String, filter: Filter): Seq[T]

    Permalink
    Definition Classes
    AccumuloGeoMesaStats → GeoMesaStats
  31. def statUpdater(sft: SimpleFeatureType): StatUpdater

    Permalink
    Definition Classes
    AccumuloGeoMesaStats → MetadataBackedStats → GeoMesaStats
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def writeAuthoritative(typeName: String, toWrite: Seq[KeyAndStat]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloGeoMesaStats → MetadataBackedStats
  38. def writeMerge(typeName: String, toWrite: Seq[KeyAndStat]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataBackedStats
  39. def writeStat(stat: Stat, sft: SimpleFeatureType, merge: Boolean): Unit

    Permalink
    Attributes
    protected[org.locationtech.geomesa.index.stats]
    Definition Classes
    MetadataBackedStats

Inherited from MetadataBackedStats

Inherited from LazyLogging

Inherited from StatsBasedEstimator

Inherited from GeoMesaStats

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped