Uses of Enum Class
org.apache.nifi.cdc.event.io.FlowFileEventWriteStrategy
Packages that use FlowFileEventWriteStrategy
-
Uses of FlowFileEventWriteStrategy in org.apache.nifi.cdc.event.io
Fields in org.apache.nifi.cdc.event.io declared as FlowFileEventWriteStrategyModifier and TypeFieldDescriptionprivate final FlowFileEventWriteStrategyEventWriterConfiguration.flowFileEventWriteStrategyMethods in org.apache.nifi.cdc.event.io that return FlowFileEventWriteStrategyModifier and TypeMethodDescriptionEventWriterConfiguration.getFlowFileEventWriteStrategy()static FlowFileEventWriteStrategyReturns the enum constant of this class with the specified name.static FlowFileEventWriteStrategy[]FlowFileEventWriteStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.nifi.cdc.event.io with parameters of type FlowFileEventWriteStrategyModifierConstructorDescriptionEventWriterConfiguration(FlowFileEventWriteStrategy flowFileEventWriteStrategy, int numberOfEventsPerFlowFile)