| Class | Description |
|---|---|
| Filter |
Filter consists of an evaluator built from the filter expression in the bullet query.
|
| Projection |
Projection consists of a mapping of names to evaluators built from the projection in the Bullet query.
|
| Querier |
This manages a
RunningQuery that is currently being executed. |
| QueryCategorizer |
This categorizes running queries into whether they are done, closed, have exceeded the rate limits or have new data.
|
| QueryManager |
This class wraps the concept of the
Partitioner and allows you to control using your configured (or not)
partitioner, what queries are seen for each BulletRecord. |
| RateLimiter |
This class implements a simple rate checking mechanism.
|
| RateLimitError | |
| RunningQuery |
A wrapper for a running query.
|
| Enum | Description |
|---|---|
| Querier.Mode |
This is used to determine if this operates in partitioned mode or not.
|
| QueryManager.PartitionStat |
Copyright © 2021. All rights reserved.