public class KafkaProcessorDescriptor extends Object implements ProcessorDescriptor
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,String> |
CONSUME_KAFKA_PROCESSOR_PROPERTIES |
private static Map<String,String> |
CONSUME_PROPERTIES_TO_BE_SAVED |
private static Map<String,String> |
CONTROLLER_SERVICES |
private KafkaProcessorType |
processorType |
private static Map<KafkaProcessorType,Map<String,String>> |
PROPERTIES |
private static Map<KafkaProcessorType,Map<String,String>> |
PROPERTIES_TO_BE_SAVED |
private static Map<String,String> |
PUBLISH_KAFKA_PROCESSOR_PROPERTIES |
private static Map<String,String> |
PUBLISH_PROPERTIES_TO_BE_SAVED |
| Constructor and Description |
|---|
KafkaProcessorDescriptor(KafkaProcessorType processorType) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getControllerServicesForTemplates() |
Map<String,String> |
getProcessorProperties() |
Map<String,String> |
getPropertiesToBeSaved() |
private static final Map<String,String> CONSUME_KAFKA_PROCESSOR_PROPERTIES
private static final Map<String,String> CONSUME_PROPERTIES_TO_BE_SAVED
private static final Map<String,String> PUBLISH_KAFKA_PROCESSOR_PROPERTIES
private static final Map<String,String> PUBLISH_PROPERTIES_TO_BE_SAVED
private static final Map<KafkaProcessorType,Map<String,String>> PROPERTIES
private static final Map<KafkaProcessorType,Map<String,String>> PROPERTIES_TO_BE_SAVED
private final KafkaProcessorType processorType
public KafkaProcessorDescriptor(KafkaProcessorType processorType)
public Map<String,String> getProcessorProperties()
getProcessorProperties in interface ProcessorDescriptorpublic Map<String,String> getPropertiesToBeSaved()
getPropertiesToBeSaved in interface ProcessorDescriptorpublic Map<String,String> getControllerServicesForTemplates()
getControllerServicesForTemplates in interface ProcessorDescriptorCopyright © 2023 Apache NiFi Project. All rights reserved.