| Interface | Description |
|---|---|
| DriverQueryHook |
Drivers should initialize a DriverQueryHook object in their initialization and expose it
via
LensDriver.getQueryHook(). |
| Class | Description |
|---|---|
| ChainedDriverQueryHook |
This hook allows chaining of different hooks.
|
| NoOpDriverQueryHook | |
| QueryCostBasedQueryHook<T extends QueryCost<T>> |
This hook allows for a driver to discard queries based on the cost of the query.
|
| UserBasedQueryHook |
This hook allows for a driver to discard queries based on the submitter of the query.
|
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.