Package org.apache.nifi.flow
Class VersionedProcessor
java.lang.Object
org.apache.nifi.flow.VersionedComponent
org.apache.nifi.flow.VersionedConfigurableExtension
org.apache.nifi.flow.VersionedProcessor
- All Implemented Interfaces:
VersionedConfigurableComponent,VersionedExtensionComponent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStyle()voidsetAnnotationData(String annotationData) voidsetAutoTerminatedRelationships(Set<String> autoTerminatedRelationships) voidsetBackoffMechanism(String backoffMechanism) voidsetBulletinLevel(String bulletinLevel) voidsetConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount) voidsetExecutionNode(String executionNode) voidsetMaxBackoffPeriod(String maxBackoffPeriod) voidsetPenaltyDuration(String penaltyDuration) voidsetRetriedRelationships(Set<String> retriedRelationships) voidsetRetryCount(Integer retryCount) voidsetRunDurationMillis(Long runDurationMillis) voidsetScheduledState(ScheduledState scheduledState) voidsetSchedulingPeriod(String setSchedulingPeriod) voidsetSchedulingStrategy(String schedulingStrategy) voidvoidsetYieldDuration(String yieldDuration) Methods inherited from class org.apache.nifi.flow.VersionedConfigurableExtension
getBundle, getProperties, getPropertyDescriptors, getType, setBundle, setProperties, setPropertyDescriptors, setTypeMethods inherited from class org.apache.nifi.flow.VersionedComponent
equals, getComments, getGroupIdentifier, getIdentifier, getInstanceIdentifier, getName, getPosition, hashCode, setComments, setComponentType, setGroupIdentifier, setIdentifier, setInstanceIdentifier, setName, setPosition
-
Field Details
-
style
-
annotationData
-
schedulingPeriod
-
schedulingStrategy
-
executionNode
-
penaltyDuration
-
yieldDuration
-
bulletinLevel
-
runDurationMillis
-
concurrentlySchedulableTaskCount
-
autoTerminatedRelationships
-
scheduledState
-
retryCount
-
retriedRelationships
-
backoffMechanism
-
maxBackoffPeriod
-
-
Constructor Details
-
VersionedProcessor
public VersionedProcessor()
-
-
Method Details
-
getSchedulingPeriod
-
setSchedulingPeriod
-
getSchedulingStrategy
-
setSchedulingStrategy
-
getExecutionNode
-
setExecutionNode
-
getPenaltyDuration
-
setPenaltyDuration
-
getYieldDuration
-
setYieldDuration
-
getBulletinLevel
-
setBulletinLevel
-
getConcurrentlySchedulableTaskCount
-
setConcurrentlySchedulableTaskCount
-
getAnnotationData
-
setAnnotationData
-
getAutoTerminatedRelationships
-
setAutoTerminatedRelationships
-
getRunDurationMillis
-
setRunDurationMillis
-
getStyle
-
setStyle
-
getScheduledState
-
setScheduledState
-
getComponentType
- Specified by:
getComponentTypein classVersionedComponent
-
getRetryCount
-
setRetryCount
-
getRetriedRelationships
-
setRetriedRelationships
-
getBackoffMechanism
-
setBackoffMechanism
-
getMaxBackoffPeriod
-
setMaxBackoffPeriod
-