class RouteSelectorByAttribute extends RouteSelector

Selects routes based on the attributes present in the query filter

Linear Supertypes
RouteSelector, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RouteSelectorByAttribute
  2. RouteSelector
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RouteSelectorByAttribute()

Value Members

  1. def init(stores: Seq[(DataStore, Map[String, _ <: AnyRef])]): Unit

    Initialize this instance with the datastore to select from

    Initialize this instance with the datastore to select from

    stores

    stores and configuration maps

    Definition Classes
    RouteSelectorByAttributeRouteSelector
  2. def route(sft: SimpleFeatureType, query: Query): Option[DataStore]

    Route a query to a particular store.

    Route a query to a particular store. If no store is selected, query will return empty

    sft

    simple feature type

    query

    query

    Definition Classes
    RouteSelectorByAttributeRouteSelector