Class

org.locationtech.geomesa.index.view

MergedQueryRunner

Related Doc: package view

Permalink

class MergedQueryRunner extends QueryRunner with LazyLogging

Query runner for merging results from multiple stores

Linear Supertypes
LazyLogging, QueryRunner, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MergedQueryRunner
  2. LazyLogging
  3. QueryRunner
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MergedQueryRunner(ds: MergedDataStoreView, stores: Seq[(DataStore, Option[Filter])])

    Permalink

    ds

    merged data store

    stores

    delegate stores

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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def configureQuery(sft: SimpleFeatureType, original: Query): Query

    Permalink

    We pull out thread-local hints and view params, but don't handle transforms, etc as that may interfere with non-gm delegate stores

    We pull out thread-local hints and view params, but don't handle transforms, etc as that may interfere with non-gm delegate stores

    sft

    simple feature type associated with the query

    original

    query to configure

    Attributes
    protected[org.locationtech.geomesa]
    Definition Classes
    MergedQueryRunnerQueryRunner
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getReturnSft(sft: SimpleFeatureType, hints: Hints): SimpleFeatureType

    Permalink

    Provides the simple feature type that will be returned from a query.

    Provides the simple feature type that will be returned from a query. Extension point for subclasses

    sft

    simple feature type

    hints

    query hints, which have been configured using @see configureQuery

    returns

    simple feature that will be returned from a query using the hints

    Attributes
    protected[org.locationtech.geomesa]
    Definition Classes
    MergedQueryRunnerQueryRunner
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. val interceptors: QueryInterceptorFactory

    Permalink

    Hook for query interceptors

    Hook for query interceptors

    Attributes
    protected
    Definition Classes
    MergedQueryRunnerQueryRunner
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. lazy val logger: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def runQuery(sft: SimpleFeatureType, original: Query, explain: Explainer): CloseableIterator[SimpleFeature]

    Permalink

    Execute a query

    Execute a query

    sft

    simple feature type

    explain

    explain output

    Definition Classes
    MergedQueryRunnerQueryRunner
  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

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

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

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

Inherited from LazyLogging

Inherited from QueryRunner

Inherited from AnyRef

Inherited from Any

Ungrouped