Packages

class FullTableScanQueryGuard extends QueryInterceptor with LazyLogging

Linear Supertypes
LazyLogging, QueryInterceptor, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FullTableScanQueryGuard
  2. LazyLogging
  3. QueryInterceptor
  4. Closeable
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FullTableScanQueryGuard()

Value Members

  1. def close(): Unit
    Definition Classes
    FullTableScanQueryGuard → Closeable → AutoCloseable
  2. def guard(strategy: QueryStrategy): Option[IllegalArgumentException]

    Hook to allow interception of a query after extracting the query values

    Hook to allow interception of a query after extracting the query values

    strategy

    query strategy

    returns

    an exception if the query should be stopped

    Definition Classes
    FullTableScanQueryGuardQueryInterceptor
  3. def init(ds: DataStore, sft: SimpleFeatureType): Unit

    Called exactly once after the interceptor is instantiated

    Called exactly once after the interceptor is instantiated

    ds

    data store

    sft

    simple feature type

    Definition Classes
    FullTableScanQueryGuardQueryInterceptor
  4. def rewrite(query: Query): Unit

    Modifies the query in place

    Modifies the query in place

    query

    query

    Definition Classes
    FullTableScanQueryGuardQueryInterceptor