Class RoundRobinFlowFiles
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.processor.AbstractSessionFactoryProcessor
org.apache.nifi.processor.AbstractProcessor
org.apache.nifi.processors.tests.system.RoundRobinFlowFiles
- All Implemented Interfaces:
ConfigurableComponent,Processor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AtomicLong(package private) static final PropertyDescriptorprivate List<Relationship> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static RelationshipcreateRelationship(int num) protected List<PropertyDescriptor> voidonPropertyModified(PropertyDescriptor descriptor, String oldValue, String newValue) voidonTrigger(ProcessContext context, ProcessSession session) Methods inherited from class org.apache.nifi.processor.AbstractProcessor
onTriggerMethods inherited from class org.apache.nifi.processor.AbstractSessionFactoryProcessor
getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, init, initialize, isConfigurationRestored, isScheduled, toString, updateConfiguredRestoredTrue, updateScheduledFalse, updateScheduledTrueMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getPropertyDescriptor, getPropertyDescriptors, validateMethods inherited from interface org.apache.nifi.processor.Processor
isStateful, migrateProperties, migrateRelationships
-
Field Details
-
relationships
-
counter
-
RELATIONSHIP_COUNT
-
-
Constructor Details
-
RoundRobinFlowFiles
public RoundRobinFlowFiles()
-
-
Method Details
-
getSupportedPropertyDescriptors
- Overrides:
getSupportedPropertyDescriptorsin classAbstractConfigurableComponent
-
getRelationships
- Specified by:
getRelationshipsin interfaceProcessor- Overrides:
getRelationshipsin classAbstractSessionFactoryProcessor
-
onPropertyModified
- Specified by:
onPropertyModifiedin interfaceConfigurableComponent- Overrides:
onPropertyModifiedin classAbstractConfigurableComponent
-
createRelationship
-
onTrigger
- Specified by:
onTriggerin classAbstractProcessor- Throws:
ProcessException
-