public interface LookupExtractorFactoryContainerProvider
LookupExtractorFactoryContainer to query and indexing time dimension transformations.
The most important production implementation is LookupReferencesManager.| Modifier and Type | Method and Description |
|---|---|
Optional<LookupExtractorFactoryContainer> |
get(String lookupName)
Returns a lookup container for the provided lookupName, if it exists.
|
Set<String> |
getAllLookupNames()
Returns the set of all lookup names that
get(java.lang.String) can return containers for. |
Set<String> getAllLookupNames()
get(java.lang.String) can return containers for. Note that because the underlying
set of valid lookups might change over time, it is not guaranteed that calling get(java.lang.String) on the results will
actually yield a container (it might have been removed).Optional<LookupExtractorFactoryContainer> get(String lookupName)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.