public class MigratorConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MigratorConfiguration.MigratorConfigurationBuilder |
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isVersion8Processor |
private String |
kafkaBrokers |
private ProcessorDescriptor |
processorDescriptor |
private PropertyXpathDescriptor |
propertyXpathDescriptor |
private boolean |
transaction |
| Constructor and Description |
|---|
MigratorConfiguration(String kafkaBrokers,
boolean transaction,
boolean isVersion8Processor,
ProcessorDescriptor processorDescriptor,
PropertyXpathDescriptor propertyXpathDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKafkaBrokers() |
ProcessorDescriptor |
getProcessorDescriptor() |
PropertyXpathDescriptor |
getPropertyXpathDescriptor() |
boolean |
isTransaction() |
boolean |
isVersion8Processor() |
private final String kafkaBrokers
private final boolean transaction
private final boolean isVersion8Processor
private final ProcessorDescriptor processorDescriptor
private final PropertyXpathDescriptor propertyXpathDescriptor
public MigratorConfiguration(String kafkaBrokers, boolean transaction, boolean isVersion8Processor, ProcessorDescriptor processorDescriptor, PropertyXpathDescriptor propertyXpathDescriptor)
public String getKafkaBrokers()
public boolean isTransaction()
public boolean isVersion8Processor()
public ProcessorDescriptor getProcessorDescriptor()
public PropertyXpathDescriptor getPropertyXpathDescriptor()
Copyright © 2023 Apache NiFi Project. All rights reserved.