Package | Description |
---|---|
io.druid.query.lookup | |
io.druid.server.lookup |
Modifier and Type | Class and Description |
---|---|
class |
KafkaLookupExtractorFactory |
class |
MapLookupExtractorFactory |
class |
NamespaceLookupExtractorFactory |
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 |
KafkaLookupExtractorFactory.replaces(LookupExtractorFactory other) |
boolean |
NamespaceLookupExtractorFactory.replaces(LookupExtractorFactory other) |
boolean |
MapLookupExtractorFactory.replaces(LookupExtractorFactory other)
For MapLookups, the replaces consideration is very easy, it simply considers if the other is the same as this one
|
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) |
Modifier and Type | Class and Description |
---|---|
class |
LoadingLookupFactory |
class |
PollingLookupFactory |
Modifier and Type | Method and Description |
---|---|
boolean |
PollingLookupFactory.replaces(LookupExtractorFactory lookupExtractorFactory) |
boolean |
LoadingLookupFactory.replaces(LookupExtractorFactory lookupExtractorFactory) |
Copyright © 2011–2017. All rights reserved.