Class

org.locationtech.geomesa.convert

CompositeEvaluationContext

Related Doc: package convert

Permalink

case class CompositeEvaluationContext(contexts: IndexedSeq[EvaluationContext]) extends EvaluationContext with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, EvaluationContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CompositeEvaluationContext
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. EvaluationContext
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompositeEvaluationContext(contexts: IndexedSeq[EvaluationContext])

    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. def cache: Map[String, EnrichmentCache]

    Permalink

    Enrichment caches

    Enrichment caches

    Definition Classes
    CompositeEvaluationContextEvaluationContext
  6. def clear(): Unit

    Permalink

    Clear any local (per-entry) state

    Clear any local (per-entry) state

    Definition Classes
    CompositeEvaluationContextEvaluationContext
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val contexts: IndexedSeq[EvaluationContext]

    Permalink
  9. def counter: Counter

    Permalink
  10. var current: EvaluationContext

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def failure: com.codahale.metrics.Counter

    Permalink

    Counter for tracking failures

    Counter for tracking failures

    Definition Classes
    CompositeEvaluationContextEvaluationContext
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get(i: Int): Any

    Permalink

    Get the current value for the given index

    Get the current value for the given index

    i

    value index

    Definition Classes
    CompositeEvaluationContextEvaluationContext
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def indexOf(n: String): Int

    Permalink

    Look up an index by name

    Look up an index by name

    Definition Classes
    CompositeEvaluationContextEvaluationContext
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. var line: Long

    Permalink

    The current line being processed.

    The current line being processed.

    This may be an actual line (e.g. a csv row), or a logical line (e.g. an avro record)

    Definition Classes
    EvaluationContext
  19. def metrics: ConverterMetrics

    Permalink

    Metrics registry, accessible for tracking any custom values

    Metrics registry, accessible for tracking any custom values

    Definition Classes
    CompositeEvaluationContextEvaluationContext
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. def set(i: Int, v: Any): Unit

    Permalink

    Set the current value for the given index

    Set the current value for the given index

    i

    value index

    Definition Classes
    CompositeEvaluationContextEvaluationContext
  24. def setCurrent(i: Int): Unit

    Permalink
  25. def success: com.codahale.metrics.Counter

    Permalink

    Counter for tracking successes

    Counter for tracking successes

    Definition Classes
    CompositeEvaluationContextEvaluationContext
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

Deprecated Value Members

  1. def getCache(k: String): EnrichmentCache

    Permalink
    Definition Classes
    EvaluationContext
    Annotations
    @deprecated
    Deprecated

    Use cache

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from EvaluationContext

Inherited from AnyRef

Inherited from Any

Ungrouped