Name | Type | Description | Notes |
---|---|---|---|
id | String | The id of the component. | [optional] |
parentGroupId | String | The id of parent process group of this component if applicable. | [optional] |
position | PositionDTO | The position of this component in the UI if applicable. | [optional] |
source | ConnectableDTO | The source of the connection. | [optional] |
destination | ConnectableDTO | The destination of the connection. | [optional] |
name | String | The name 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] |
availableRelationships | List<String> | The relationships that the source of the connection currently supports. | [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<PositionDTO> | The bend points on the connection. | [optional] |
This repository has been archived by the owner on May 17, 2018. It is now read-only.