public class VersionedProcessor extends VersionedComponent implements VersionedConfigurableComponent, VersionedExtensionComponent
| Modifier and Type | Field and Description |
|---|---|
private String |
annotationData |
private Set<String> |
autoTerminatedRelationships |
private String |
bulletinLevel |
private Bundle |
bundle |
private Integer |
concurrentlySchedulableTaskCount |
private String |
executionNode |
private String |
penaltyDuration |
private Map<String,String> |
properties |
private Map<String,VersionedPropertyDescriptor> |
propertyDescriptors |
private Long |
runDurationMillis |
private ScheduledState |
scheduledState |
private String |
schedulingPeriod |
private String |
schedulingStrategy |
private Map<String,String> |
style |
private String |
type |
private String |
yieldDuration |
| Constructor and Description |
|---|
VersionedProcessor() |
equals, getComments, getGroupIdentifier, getIdentifier, getName, getPosition, hashCode, setComments, setComponentType, setGroupIdentifier, setIdentifier, setName, setPositionprivate Bundle bundle
private String type
private Map<String,VersionedPropertyDescriptor> propertyDescriptors
private String annotationData
private String schedulingPeriod
private String schedulingStrategy
private String executionNode
private String penaltyDuration
private String yieldDuration
private String bulletinLevel
private Long runDurationMillis
private Integer concurrentlySchedulableTaskCount
private ScheduledState scheduledState
public String getSchedulingPeriod()
public void setSchedulingPeriod(String setSchedulingPeriod)
public String getSchedulingStrategy()
public void setSchedulingStrategy(String schedulingStrategy)
public String getType()
getType in interface VersionedExtensionComponentpublic void setType(String type)
setType in interface VersionedExtensionComponentpublic String getExecutionNode()
public void setExecutionNode(String executionNode)
public String getPenaltyDuration()
public void setPenaltyDuration(String penaltyDuration)
public String getYieldDuration()
public void setYieldDuration(String yieldDuration)
public String getBulletinLevel()
public void setBulletinLevel(String bulletinLevel)
public Integer getConcurrentlySchedulableTaskCount()
public void setConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount)
public Map<String,String> getProperties()
getProperties in interface VersionedConfigurableComponentpublic void setProperties(Map<String,String> properties)
setProperties in interface VersionedConfigurableComponentpublic Map<String,VersionedPropertyDescriptor> getPropertyDescriptors()
getPropertyDescriptors in interface VersionedConfigurableComponentpublic void setPropertyDescriptors(Map<String,VersionedPropertyDescriptor> propertyDescriptors)
setPropertyDescriptors in interface VersionedConfigurableComponentpublic String getAnnotationData()
public void setAnnotationData(String annotationData)
public void setAutoTerminatedRelationships(Set<String> autoTerminatedRelationships)
public Long getRunDurationMillis()
public void setRunDurationMillis(Long runDurationMillis)
public Bundle getBundle()
getBundle in interface VersionedExtensionComponentpublic void setBundle(Bundle bundle)
setBundle in interface VersionedExtensionComponentpublic ScheduledState getScheduledState()
public void setScheduledState(ScheduledState scheduledState)
public ComponentType getComponentType()
getComponentType in class VersionedComponentCopyright © 2022 Apache NiFi Project. All rights reserved.