| Interface | Description |
|---|---|
| BitmapResultFactory<T> |
BitmapResultFactory is an abstraction that allows to record something along with preFilter bitmap construction, and
emit this information as dimension(s) of query metrics.
|
| BySegmentResultValue<T> | |
| CacheStrategy<T,CacheType,QueryType extends Query<T>> | |
| DataSource | |
| ExecutorServiceMonitor.MetricEmitter | |
| GenericQueryMetricsFactory |
This factory is used for DI of custom
QueryMetrics implementations for all query types, which don't (yet)
need to emit custom dimensions and/or metrics, i. |
| PostProcessingOperator<T> | |
| PrioritizedCallable<V> | |
| PrioritizedRunnable | |
| Query<T> | |
| QueryMetrics<QueryType extends Query<?>> |
Abstraction wrapping
ServiceMetricEvent.Builder and allowing to control what
metrics are actually emitted, what dimensions do they have, etc. |
| QueryRunner<T> | |
| QueryRunnerFactory<T,QueryType extends Query<T>> |
An interface that defines the nitty gritty implementation detauls of a Query on a Segment
|
| QueryRunnerFactoryConglomerate | |
| QuerySegmentWalker | |
| QueryToolChestWarehouse | |
| QueryWatcher |
This interface is in a very early stage and should not be considered stable.
|
| Exception | Description |
|---|---|
| InsufficientResourcesException |
This exception is thrown when the requested operation cannot be completed due to a lack of available resources.
|
| QueryInterruptedException |
Exception representing a failed query.
|
| ResourceLimitExceededException |
Exception indicating that an operation failed because it exceeded some configured resource limit.
|
Copyright © 2011–2018. All rights reserved.