Class/Object

org.locationtech.geomesa.accumulo.iterators

ArrowIterator

Related Docs: object ArrowIterator | package iterators

Permalink

class ArrowIterator extends BaseAggregatingIterator[ArrowAggregate] with ArrowScan

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

Instance Constructors

  1. new ArrowIterator()

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

    Permalink
    Definition Classes
    AggregatingScan
  5. def aggregateResult(sf: SimpleFeature, result: ArrowAggregate): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ArrowScan → AggregatingScan
  6. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    BaseAggregatingIterator → SortedKeyValueIterator
  9. def encodeResult(result: ArrowAggregate): Array[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    ArrowScan → AggregatingScan
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def findTop(): Unit

    Permalink
    Definition Classes
    BaseAggregatingIterator
  14. final def getClass(): Class[_]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DeduplicatingScan → AggregatingScan → ConfiguredScan
  22. def initResult(sft: SimpleFeatureType, transform: Option[SimpleFeatureType], options: Map[String, String]): ArrowAggregate

    Permalink
    Definition Classes
    ArrowScan → AggregatingScan
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. lazy val logger: Logger

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

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

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

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

    Permalink
    Definition Classes
    BaseAggregatingIterator → AggregatingScan
  29. def notFull(result: ArrowAggregate): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ArrowScan → AggregatingScan
  30. final def notify(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    BaseAggregatingIterator
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    BaseAggregatingIterator
  39. def validateFeature(f: SimpleFeature): Boolean

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

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

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

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

Inherited from ArrowScan

Inherited from BaseAggregatingIterator[ArrowAggregate]

Inherited from DeduplicatingScan[ArrowAggregate]

Inherited from AggregatingScan[ArrowAggregate]

Inherited from LazyLogging

Inherited from ConfiguredScan

Inherited from SamplingIterator

Inherited from SortedKeyValueIterator[Key, Value]

Inherited from AnyRef

Inherited from Any

Ungrouped