Class/Object

org.locationtech.geomesa.accumulo.iterators

AgeOffIterator

Related Docs: object AgeOffIterator | package iterators

Permalink

class AgeOffIterator extends Filter with AgeOffFilter

Accumulo implementation of AgeOffFilter, based on an expiry. Features with a timestamp older than the expiry will be aged off.

This iterator can be configured on scan, minc, and majc to age off data

Age off iterators can be stacked but this may have performance implications

Linear Supertypes
AgeOffFilter, AbstractFilter, ConfiguredScan, Filter, OptionDescriber, WrappingIterator, SortedKeyValueIterator[Key, Value], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AgeOffIterator
  2. AgeOffFilter
  3. AbstractFilter
  4. ConfiguredScan
  5. Filter
  6. OptionDescriber
  7. WrappingIterator
  8. SortedKeyValueIterator
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AgeOffIterator()

    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
    AgeOffIterator → Filter
  5. def accept(row: Array[Byte], rowOffset: Int, rowLength: Int, value: Array[Byte], valueOffset: Int, valueLength: Int, timestamp: Long): Boolean

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

    Permalink
    Definition Classes
    Filter → OptionDescriber
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def seek(arg0: Range, arg1: Collection[ByteSequence], arg2: Boolean): Unit

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

    Permalink
    Attributes
    protected[org.apache.accumulo.core.iterators]
    Definition Classes
    WrappingIterator
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

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 AnyRef

Inherited from Any

Ungrouped