Class/Object

org.locationtech.geomesa.accumulo.iterators

DtgAgeOffIterator

Related Docs: object DtgAgeOffIterator | package iterators

Permalink

class DtgAgeOffIterator extends AgeOffIterator with DtgAgeOffFilter

Age off data based on the dtg value stored in the SimpleFeature

Linear Supertypes
DtgAgeOffFilter, LazyLogging, AgeOffIterator, AgeOffFilter, AbstractFilter, ConfiguredScan, Filter, OptionDescriber, WrappingIterator, SortedKeyValueIterator[Key, Value], YieldingKeyValueIterator[Key, Value], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DtgAgeOffIterator
  2. DtgAgeOffFilter
  3. LazyLogging
  4. AgeOffIterator
  5. AgeOffFilter
  6. AbstractFilter
  7. ConfiguredScan
  8. Filter
  9. OptionDescriber
  10. WrappingIterator
  11. SortedKeyValueIterator
  12. YieldingKeyValueIterator
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DtgAgeOffIterator()

    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 accept(k: Key, v: Value): Boolean

    Permalink
    Definition Classes
    DtgAgeOffIteratorAgeOffIterator → Filter
  5. def accept(row: Array[Byte], rowOffset: Int, rowLength: Int, value: Array[Byte], valueOffset: Int, valueLength: Int, timestamp: Long): Boolean

    Permalink
    Definition Classes
    DtgAgeOffFilter → AgeOffFilter → AbstractFilter
  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
    DtgAgeOffIteratorAgeOffIterator → Filter → WrappingIterator → SortedKeyValueIterator
  9. def describeOptions(): IteratorOptions

    Permalink
    Definition Classes
    Filter → OptionDescriber
  10. var dtgIndex: Int

    Permalink
    Attributes
    protected
    Definition Classes
    DtgAgeOffFilter
  11. def enableYielding(arg0: YieldCallback[Key]): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. var expiry: Long

    Permalink
    Attributes
    protected
    Definition Classes
    AgeOffFilter
  15. def finalize(): Unit

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

    Permalink
    Attributes
    protected[org.apache.accumulo.core.iterators]
    Definition Classes
    Filter
  17. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. var index: GeoMesaFeatureIndex[_, _]

    Permalink
    Attributes
    protected
    Definition Classes
    DtgAgeOffFilter
  24. def init(source: SortedKeyValueIterator[Key, Value], options: Map[String, String], env: IteratorEnvironment): Unit

    Permalink
    Definition Classes
    DtgAgeOffIteratorAgeOffIterator → Filter → WrappingIterator → SortedKeyValueIterator
  25. def init(options: Map[String, String]): Unit

    Permalink
    Definition Classes
    DtgAgeOffFilter → AgeOffFilter → ConfiguredScan
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. lazy val logger: Logger

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. var reusableSf: KryoBufferSimpleFeature

    Permalink
    Attributes
    protected
    Definition Classes
    DtgAgeOffFilter
  33. def seek(arg0: Range, arg1: Collection[ByteSequence], arg2: Boolean): Unit

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

    Permalink
    Attributes
    protected[org.apache.accumulo.core.iterators]
    Definition Classes
    WrappingIterator
  35. var sft: SimpleFeatureType

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

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

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

    Permalink
    Definition Classes
    Filter → OptionDescriber
  39. final def wait(): Unit

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

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

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

Inherited from DtgAgeOffFilter

Inherited from LazyLogging

Inherited from AgeOffIterator

Inherited from AgeOffFilter

Inherited from AbstractFilter

Inherited from ConfiguredScan

Inherited from Filter

Inherited from OptionDescriber

Inherited from WrappingIterator

Inherited from SortedKeyValueIterator[Key, Value]

Inherited from YieldingKeyValueIterator[Key, Value]

Inherited from AnyRef

Inherited from Any

Ungrouped