Class/Object

org.locationtech.geomesa.accumulo.iterators

AttributeKeyValueIterator

Related Docs: object AttributeKeyValueIterator | package iterators

Permalink

class AttributeKeyValueIterator extends SortedKeyValueIterator[Key, Value] with LazyLogging

Iterator that operates on kryo encoded attribute index rows. It will modify the value (kryo encoded simple feature) by setting the attribute from the row key.

It is expected to run *after* the normal iterator stack - thus the key value received in getTopValue will be the already transformed feature result, with a null value for the attribute in question. This iterator will set the attribute value based on the row, then re-serialize the feature

Linear Supertypes
LazyLogging, SortedKeyValueIterator[Key, Value], YieldingKeyValueIterator[Key, Value], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeKeyValueIterator
  2. LazyLogging
  3. SortedKeyValueIterator
  4. YieldingKeyValueIterator
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AttributeKeyValueIterator()

    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. var attribute: Int

    Permalink
  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
    AttributeKeyValueIterator → SortedKeyValueIterator
  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 getTopKey(): Key

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. var index: AttributeIndex

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

    Permalink
    Definition Classes
    AttributeKeyValueIterator → 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
    AttributeKeyValueIterator → SortedKeyValueIterator
  23. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    AttributeKeyValueIterator → SortedKeyValueIterator
  26. var serializer: KryoFeatureSerializer

    Permalink
  27. var source: SortedKeyValueIterator[Key, Value]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. val topValue: Value

    Permalink
  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 SortedKeyValueIterator[Key, Value]

Inherited from YieldingKeyValueIterator[Key, Value]

Inherited from AnyRef

Inherited from Any

Ungrouped