Package | Description |
---|---|
com.yahoo.bullet.querying |
Modifier and Type | Method and Description |
---|---|
Querier |
QueryManager.getQuery(String id)
Retrieves a query stored in the manager or null, if not found.
|
Querier |
QueryManager.removeAndGetQuery(String id)
Removes and returns a
Querier from the manager. |
Modifier and Type | Method and Description |
---|---|
Map<String,Querier> |
QueryManager.partition(com.yahoo.bullet.record.BulletRecord record)
Takes a
BulletRecord instance and returns the matching queries (according to the Partitioner )
for it as as Map of query IDs to the Querier instances. |
List<Querier> |
QueryManager.removeAndGetQueries(Set<String> ids)
|
Modifier and Type | Method and Description |
---|---|
void |
QueryManager.addQuery(String id,
Querier querier)
Adds a configured, initialized query instance
Querier to the manager. |
Modifier and Type | Method and Description |
---|---|
QueryCategorizer |
QueryCategorizer.categorize(com.yahoo.bullet.record.BulletRecord record,
Map<String,Querier> queries)
|
QueryCategorizer |
QueryCategorizer.categorize(Map<String,Querier> queries)
|
Copyright © 2021. All rights reserved.