Packages

class CostBasedStrategyDecider extends StrategyDecider with MethodProfiling

Linear Supertypes
MethodProfiling, StrategyDecider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CostBasedStrategyDecider
  2. MethodProfiling
  3. StrategyDecider
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CostBasedStrategyDecider()

Value Members

  1. def selectFilterPlan(sft: SimpleFeatureType, options: Seq[FilterPlan], stats: Option[GeoMesaStats], explain: Explainer): FilterPlan

    Select from available filter plans

    Select from available filter plans

    sft

    simple feature type being queried

    options

    filter plans that can satisfy the query

    stats

    stats (if available)

    explain

    explain logging

    returns

    filter plan to execute

    Definition Classes
    CostBasedStrategyDeciderStrategyDecider