| Package | Description |
|---|---|
| io.druid.query.lookup |
| Modifier and Type | Method and Description |
|---|---|
LookupExtractorFactory |
LookupReferencesManager.get(String lookupName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,LookupExtractorFactory> |
LookupReferencesManager.getAll() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LookupReferencesManager.put(String lookupName,
LookupExtractorFactory lookupExtractorFactory) |
boolean |
LookupExtractorFactory.replaces(LookupExtractorFactory other)
Determine if this LookupExtractorFactory should replace some other LookupExtractorFactory.
|
boolean |
LookupReferencesManager.updateIfNew(String lookupName,
LookupExtractorFactory lookupExtractorFactory)
Add or update a lookup factory
|
| Modifier and Type | Method and Description |
|---|---|
void |
LookupReferencesManager.put(Map<String,LookupExtractorFactory> lookups) |
Copyright © 2011–2016. All rights reserved.