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], YieldingKeyValueIterator[Key, Value], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StatsCombiner
  2. LazyLogging
  3. Combiner
  4. OptionDescriber
  5. WrappingIterator
  6. SortedKeyValueIterator
  7. YieldingKeyValueIterator
  8. AnyRef
  9. 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. def enableYielding(arg0: YieldCallback[Key]): Unit

    Permalink
    Definition Classes
    YieldingKeyValueIterator
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  20. lazy val logger: Logger

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. 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 YieldingKeyValueIterator[Key, Value]

Inherited from AnyRef

Inherited from Any

Ungrouped