java.lang.Object
org.apache.nifi.flow.VersionedComponent
org.apache.nifi.flow.VersionedProcessGroup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setConnections
(Set<VersionedConnection> connections) void
setControllerServices
(Set<VersionedControllerService> controllerServices) void
setDefaultBackPressureDataSizeThreshold
(String defaultBackPressureDataSizeThreshold) void
setDefaultBackPressureObjectThreshold
(Long defaultBackPressureObjectThreshold) void
setDefaultFlowFileExpiration
(String defaultFlowFileExpiration) void
setExecutionEngine
(ExecutionEngine executionEngine) void
setFlowFileConcurrency
(String flowfileConcurrency) void
setFlowFileOutboundPolicy
(String outboundPolicy) void
setFunnels
(Set<VersionedFunnel> funnels) void
setInputPorts
(Set<VersionedPort> inputPorts) void
setLabels
(Set<VersionedLabel> labels) void
setLogFileSuffix
(String logFileSuffix) void
setMaxConcurrentTasks
(Integer maxConcurrentTasks) void
setOutputPorts
(Set<VersionedPort> outputPorts) void
setParameterContextName
(String parameterContextName) void
setProcessGroups
(Set<VersionedProcessGroup> processGroups) void
setProcessors
(Set<VersionedProcessor> processors) void
setRemoteProcessGroups
(Set<VersionedRemoteProcessGroup> remoteProcessGroups) void
setScheduledState
(ScheduledState scheduledState) void
setStatelessFlowTimeout
(String timeout) void
setVersionedFlowCoordinates
(VersionedFlowCoordinates flowCoordinates) Methods inherited from class org.apache.nifi.flow.VersionedComponent
equals, getComments, getGroupIdentifier, getIdentifier, getInstanceIdentifier, getName, getPosition, hashCode, setComments, setComponentType, setGroupIdentifier, setIdentifier, setInstanceIdentifier, setName, setPosition
-
Constructor Details
-
VersionedProcessGroup
public VersionedProcessGroup()
-
-
Method Details
-
getProcessGroups
-
setProcessGroups
-
getRemoteProcessGroups
-
setRemoteProcessGroups
-
getProcessors
-
setProcessors
-
getInputPorts
-
setInputPorts
-
getOutputPorts
-
setOutputPorts
-
getConnections
-
setConnections
-
getLabels
-
setLabels
-
getFunnels
-
setFunnels
-
getControllerServices
-
setControllerServices
-
getComponentType
- Specified by:
getComponentType
in classVersionedComponent
-
setVersionedFlowCoordinates
-
getVersionedFlowCoordinates
-
getParameterContextName
-
setParameterContextName
-
getFlowFileConcurrency
-
setFlowFileConcurrency
-
getFlowFileOutboundPolicy
-
setFlowFileOutboundPolicy
-
getDefaultFlowFileExpiration
-
setDefaultFlowFileExpiration
-
getDefaultBackPressureObjectThreshold
-
setDefaultBackPressureObjectThreshold
-
getDefaultBackPressureDataSizeThreshold
-
setDefaultBackPressureDataSizeThreshold
-
getLogFileSuffix
-
setLogFileSuffix
-
getScheduledState
-
setScheduledState
-
getExecutionEngine
-
setExecutionEngine
-
getMaxConcurrentTasks
-
setMaxConcurrentTasks
-
getStatelessFlowTimeout
-
setStatelessFlowTimeout
-