Class/Object

org.locationtech.geomesa.accumulo.data.stats

StatsCombiner

Related Docs: object StatsCombiner | package stats

Permalink

class StatsCombiner extends Combiner with LazyLogging

Combiner for serialized stats. Should be one instance configured per catalog table. Simple feature types and columns with stats should be set in the configuration.

Linear Supertypes
LazyLogging, Combiner, OptionDescriber, WrappingIterator, SortedKeyValueIterator[Key, Value], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StatsCombiner
  2. LazyLogging
  3. Combiner
  4. OptionDescriber
  5. WrappingIterator
  6. SortedKeyValueIterator
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StatsCombiner()

    Permalink

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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def deepCopy(arg0: IteratorEnvironment): SortedKeyValueIterator[Key, Value]

    Permalink
    Definition Classes
    Combiner → WrappingIterator → SortedKeyValueIterator
  7. def describeOptions(): IteratorOptions

    Permalink
    Definition Classes
    Combiner → OptionDescriber
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getSource(): SortedKeyValueIterator[Key, Value]

    Permalink
    Attributes
    protected[org.apache.accumulo.core.iterators]
    Definition Classes
    WrappingIterator
  13. def getTopKey(): Key

    Permalink
    Definition Classes
    Combiner → WrappingIterator → SortedKeyValueIterator
  14. def getTopValue(): Value

    Permalink
    Definition Classes
    Combiner → WrappingIterator → SortedKeyValueIterator
  15. def hasTop(): Boolean

    Permalink
    Definition Classes
    Combiner → WrappingIterator → SortedKeyValueIterator
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def init(source: SortedKeyValueIterator[Key, Value], options: Map[String, String], env: IteratorEnvironment): Unit

    Permalink
    Definition Classes
    StatsCombiner → Combiner → WrappingIterator → SortedKeyValueIterator
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. lazy val logger: Logger

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

    Permalink
    Definition Classes
    AnyRef
  21. def next(): Unit

    Permalink
    Definition Classes
    Combiner → WrappingIterator → SortedKeyValueIterator
    Annotations
    @throws( classOf[java.io.IOException] )
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def reduce(key: Key, iter: Iterator[Value]): Value

    Permalink
    Definition Classes
    StatsCombiner → Combiner
  25. def seek(arg0: Range, arg1: Collection[ByteSequence], arg2: Boolean): Unit

    Permalink
    Definition Classes
    Combiner → WrappingIterator → SortedKeyValueIterator
    Annotations
    @throws( classOf[java.io.IOException] )
  26. def setSource(arg0: SortedKeyValueIterator[Key, Value]): Unit

    Permalink
    Attributes
    protected[org.apache.accumulo.core.iterators]
    Definition Classes
    WrappingIterator
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def validateOptions(arg0: Map[String, String]): Boolean

    Permalink
    Definition Classes
    Combiner → OptionDescriber
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from Combiner

Inherited from OptionDescriber

Inherited from WrappingIterator

Inherited from SortedKeyValueIterator[Key, Value]

Inherited from AnyRef

Inherited from Any

Ungrouped