Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 2.99 KB

VersionedConnection.md

File metadata and controls

42 lines (35 loc) · 2.99 KB

VersionedConnection

Properties

Name Type Description Notes
identifier String The component's unique identifier [optional]
name String The component's name [optional]
comments String The user-supplied comments for the component [optional]
position ThePositionOfAComponentOnTheGraph The component's position on the graph [optional]
source ConnectableComponent The source of the connection. [optional]
destination ConnectableComponent The destination of the connection. [optional]
labelIndex Integer The index of the bend point where to place the connection label. [optional]
getzIndex Long The z index of the connection. [optional]
selectedRelationships List<String> The selected relationship that comprise the connection. [optional]
backPressureObjectThreshold Long The object count threshold for determining when back pressure is applied. Updating this value is a passive change in the sense that it won't impact whether existing files over the limit are affected but it does help feeder processors to stop pushing too much into this work queue. [optional]
backPressureDataSizeThreshold String The object data size threshold for determining when back pressure is applied. Updating this value is a passive change in the sense that it won't impact whether existing files over the limit are affected but it does help feeder processors to stop pushing too much into this work queue. [optional]
flowFileExpiration String The amount of time a flow file may be in the flow before it will be automatically aged out of the flow. Once a flow file reaches this age it will be terminated from the flow the next time a processor attempts to start work on it. [optional]
prioritizers List<String> The comparators used to prioritize the queue. [optional]
bends List<ThePositionOfAComponentOnTheGraph> The bend points on the connection. [optional]
componentType ComponentTypeEnum [optional]
groupIdentifier String The ID of the Process Group that this component belongs to [optional]

Enum: ComponentTypeEnum

Name Value
CONNECTION "CONNECTION"
PROCESSOR "PROCESSOR"
PROCESS_GROUP "PROCESS_GROUP"
REMOTE_PROCESS_GROUP "REMOTE_PROCESS_GROUP"
INPUT_PORT "INPUT_PORT"
OUTPUT_PORT "OUTPUT_PORT"
REMOTE_INPUT_PORT "REMOTE_INPUT_PORT"
REMOTE_OUTPUT_PORT "REMOTE_OUTPUT_PORT"
FUNNEL "FUNNEL"
LABEL "LABEL"
CONTROLLER_SERVICE "CONTROLLER_SERVICE"