public class NamespaceLookupExtractorFactory extends Object implements LookupExtractorFactory
| Constructor and Description | 
|---|
NamespaceLookupExtractorFactory(ExtractionNamespace extractionNamespace,
                               CacheScheduler cacheScheduler)  | 
NamespaceLookupExtractorFactory(ExtractionNamespace extractionNamespace,
                               long firstCacheTimeout,
                               boolean injective,
                               CacheScheduler cacheScheduler)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
close()
   This method will be called to stop the LookupExtractor upon deletion. 
 | 
LookupExtractor | 
get()  | 
ExtractionNamespace | 
getExtractionNamespace()  | 
long | 
getFirstCacheTimeout()  | 
LookupIntrospectHandler | 
getIntrospectHandler()  | 
boolean | 
isInjective()  | 
boolean | 
replaces(LookupExtractorFactory other)
This method is deprecated and is not removed only to allow 0.10.0 to 0.10.1 transition. 
 | 
boolean | 
start()
   This method will be called to start the LookupExtractor upon registered
   Calling start multiple times should return true if successfully started. 
 | 
String | 
toString()  | 
public NamespaceLookupExtractorFactory(ExtractionNamespace extractionNamespace, long firstCacheTimeout, boolean injective, CacheScheduler cacheScheduler)
public NamespaceLookupExtractorFactory(ExtractionNamespace extractionNamespace, CacheScheduler cacheScheduler)
public boolean start()
LookupExtractorFactoryThis method will be called to start the LookupExtractor upon registered Calling start multiple times should return true if successfully started.
start in interface LookupExtractorFactoryLookupExtractor otherwise returns true.public boolean close()
LookupExtractorFactoryThis method will be called to stop the LookupExtractor upon deletion. Calling this method multiple times should always return true if successfully closed.
close in interface LookupExtractorFactoryLookupExtractor otherwise returns truepublic boolean replaces(@Nullable LookupExtractorFactory other)
LookupExtractorFactoryreplaces in interface LookupExtractorFactorypublic LookupIntrospectHandler getIntrospectHandler()
getIntrospectHandler in interface LookupExtractorFactorynull if it is not supported.
 This will be called once per HTTP request to introspect the actual lookup.public ExtractionNamespace getExtractionNamespace()
public long getFirstCacheTimeout()
public boolean isInjective()
public LookupExtractor get()
get in interface com.google.common.base.Supplier<LookupExtractor>Copyright © 2011–2018. All rights reserved.