| Package | Description |
|---|---|
| org.apache.nifi.toolkit.kafkamigrator.descriptor |
| Modifier and Type | Field and Description |
|---|---|
private KafkaProcessorType |
FlowPropertyXpathDescriptor.processorType |
private KafkaProcessorType |
TemplatePropertyXpathDescriptor.processorType |
private KafkaProcessorType |
KafkaProcessorDescriptor.processorType |
| Modifier and Type | Field and Description |
|---|---|
private static Map<KafkaProcessorType,Map<String,String>> |
KafkaProcessorDescriptor.PROPERTIES |
private static Map<KafkaProcessorType,Map<String,String>> |
KafkaProcessorDescriptor.PROPERTIES_TO_BE_SAVED |
private static Map<KafkaProcessorType,Map<String,String>> |
FlowPropertyXpathDescriptor.TRANSACTION_PROPERTIES |
private static Map<KafkaProcessorType,Map<String,String>> |
TemplatePropertyXpathDescriptor.TRANSACTION_PROPERTIES |
| Modifier and Type | Method and Description |
|---|---|
static KafkaProcessorType |
KafkaProcessorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaProcessorType[] |
KafkaProcessorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FlowPropertyXpathDescriptor(KafkaProcessorType processorType) |
KafkaProcessorDescriptor(KafkaProcessorType processorType) |
TemplatePropertyXpathDescriptor(KafkaProcessorType processorType) |
Copyright © 2023 Apache NiFi Project. All rights reserved.