public class KafkaLookupExtractorFactory extends Object implements LookupExtractorFactory
Constructor and Description |
---|
KafkaLookupExtractorFactory(NamespaceExtractionCacheManager cacheManager,
String kafkaTopic,
Map<String,String> kafkaProperties) |
KafkaLookupExtractorFactory(NamespaceExtractionCacheManager cacheManager,
String kafkaTopic,
Map<String,String> kafkaProperties,
long connectTimeout,
boolean injective) |
Modifier and Type | Method and Description |
---|---|
boolean |
close()
This method will be called to stop the LookupExtractor upon deletion.
|
LookupExtractor |
get() |
long |
getCompletedEventCount() |
long |
getConnectTimeout() |
LookupIntrospectHandler |
getIntrospectHandler() |
Map<String,String> |
getKafkaProperties() |
String |
getKafkaTopic() |
boolean |
isInjective() |
boolean |
replaces(LookupExtractorFactory other)
Determine if this LookupExtractorFactory should replace some other LookupExtractorFactory.
|
boolean |
start()
This method will be called to start the LookupExtractor upon registered
Calling start multiple times should return true if successfully started.
|
public KafkaLookupExtractorFactory(NamespaceExtractionCacheManager cacheManager, String kafkaTopic, Map<String,String> kafkaProperties, @Min(value=0L) long connectTimeout, boolean injective)
public KafkaLookupExtractorFactory(NamespaceExtractionCacheManager cacheManager, String kafkaTopic, Map<String,String> kafkaProperties)
public String getKafkaTopic()
public long getConnectTimeout()
public boolean isInjective()
public boolean start()
LookupExtractorFactory
This method will be called to start the LookupExtractor upon registered Calling start multiple times should return true if successfully started.
start
in interface LookupExtractorFactory
LookupExtractor
otherwise returns true.public boolean close()
LookupExtractorFactory
This 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 LookupExtractorFactory
LookupExtractor
otherwise returns truepublic boolean replaces(@Nullable LookupExtractorFactory other)
LookupExtractorFactory
replaces
in interface LookupExtractorFactory
other
- Some other LookupExtractorFactory which might need replaced@Nullable public LookupIntrospectHandler getIntrospectHandler()
getIntrospectHandler
in interface LookupExtractorFactory
null
if it is not supported.
This will be called once per HTTP request to introspect the actual lookup.public LookupExtractor get()
get
in interface com.google.common.base.Supplier<LookupExtractor>
public long getCompletedEventCount()
Copyright © 2011–2017. All rights reserved.