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], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeKeyValueIterator
  2. LazyLogging
  3. SortedKeyValueIterator
  4. AnyRef
  5. 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. 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 getTopKey(): Key

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped