Class/Object

org.locationtech.geomesa.accumulo.iterators

BaseAggregatingIterator

Related Docs: object BaseAggregatingIterator | package iterators

Permalink

abstract class BaseAggregatingIterator[T <: AnyRef { ... /* 2 definitions in type refinement */ }] extends SortedKeyValueIterator[Key, Value] with AggregatingScan[T] with DeduplicatingScan[T]

Aggregating iterator - only works on kryo-encoded features

Linear Supertypes
DeduplicatingScan[T], AggregatingScan[T], LazyLogging, ConfiguredScan, SamplingIterator, SortedKeyValueIterator[Key, Value], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseAggregatingIterator
  2. DeduplicatingScan
  3. AggregatingScan
  4. LazyLogging
  5. ConfiguredScan
  6. SamplingIterator
  7. SortedKeyValueIterator
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseAggregatingIterator()

    Permalink

Abstract Value Members

  1. abstract def aggregateResult(sf: SimpleFeature, result: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatingScan
  2. abstract def encodeResult(result: T): Array[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatingScan
  3. abstract def initResult(sft: SimpleFeatureType, transform: Option[SimpleFeatureType], options: Map[String, String]): T

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatingScan

Concrete 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. def aggregate(): Array[Byte]

    Permalink
    Definition Classes
    AggregatingScan
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    BaseAggregatingIterator → SortedKeyValueIterator
  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. def findTop(): Unit

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getTopKey(): Key

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

    Permalink
    Definition Classes
    BaseAggregatingIterator → SortedKeyValueIterator
  15. def hasNextData: Boolean

    Permalink
    Definition Classes
    BaseAggregatingIterator → AggregatingScan
  16. def hasTop(): Boolean

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

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

    Permalink
    Definition Classes
    BaseAggregatingIterator → SortedKeyValueIterator
  19. def init(options: Map[String, String]): Unit

    Permalink
    Definition Classes
    DeduplicatingScan → AggregatingScan → ConfiguredScan
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  22. val manager: GeoMesaIndexManager[_, _, _]

    Permalink
    Definition Classes
    BaseAggregatingIterator → AggregatingScan
  23. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    BaseAggregatingIterator → SortedKeyValueIterator
  25. def nextData(setValues: (Array[Byte], Int, Int, Array[Byte], Int, Int) ⇒ Unit): Unit

    Permalink
    Definition Classes
    BaseAggregatingIterator → AggregatingScan
  26. def notFull(result: T): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatingScan
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def sample(options: Map[String, String]): Option[(SimpleFeature) ⇒ Boolean]

    Permalink
    Definition Classes
    SamplingIterator
  30. def sample(options: Map[String, String]): Option[(SimpleFeature) ⇒ Boolean]

    Permalink
    Definition Classes
    SamplingIterator
  31. def seek(range: Range, columnFamilies: Collection[ByteSequence], inclusive: Boolean): Unit

    Permalink
    Definition Classes
    BaseAggregatingIterator → SortedKeyValueIterator
  32. var source: SortedKeyValueIterator[Key, Value]

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. var topKey: Key

    Permalink
    Attributes
    protected
  36. def validateFeature(f: SimpleFeature): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    DeduplicatingScan → AggregatingScan
  37. final def wait(): Unit

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

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

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

Inherited from DeduplicatingScan[T]

Inherited from AggregatingScan[T]

Inherited from LazyLogging

Inherited from ConfiguredScan

Inherited from SamplingIterator

Inherited from SortedKeyValueIterator[Key, Value]

Inherited from AnyRef

Inherited from Any

Ungrouped