Class ProcessGroupEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ProcessGroupEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProcessGroupEntity
extends Object
ProcessGroupEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Determines the process group update strategystatic enum
The current state of the Process Group, as it relates to the Versioned Flow -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integer
private List
<BulletinEntity> private ProcessGroupDTO
private Integer
private Boolean
private String
private Integer
private Integer
private Integer
private Integer
private Integer
private Integer
private Integer
private Integer
private ParameterContextReferenceEntity
private PermissionsDTO
private PositionDTO
private Integer
private Integer
private RevisionDTO
private Integer
private Integer
private ProcessGroupStatusDTO
private Integer
private Integer
private Integer
private String
private RegisteredFlowSnapshot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveRemotePortCount
(Integer activeRemotePortCount) addBulletinsItem
(BulletinEntity bulletinsItem) bulletins
(List<BulletinEntity> bulletins) component
(ProcessGroupDTO component) disabledCount
(Integer disabledCount) disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) boolean
The number of active remote ports in the process group.The bulletins for this component.Get componentThe number of disabled components in the process group.getId()
The id of the component.The number of inactive remote ports in the process group.The number of input ports in the process group.The number of invalid components in the process group.The number of local input ports in the process group.The number of locally modified and stale versioned process groups in the process group.The number of locally modified versioned process groups in the process group.The number of local output ports in the process group.The number of output ports in the process group.Get parameterContextGet permissionsGet positionDetermines the process group update strategyThe number of public input ports in the process group.The number of public output ports in the process group.Get revisionThe number of running components in this process group.The number of stale versioned process groups in the process group.Get statusThe number of stopped components in the process group.The number of versioned process groups in the process group that are unable to sync to a registry.The number of up to date versioned process groups in the process group.getUri()
The URI for futures requests to the component.Get versionedFlowSnapshotThe current state of the Process Group, as it relates to the Versioned Flowint
hashCode()
inactiveRemotePortCount
(Integer inactiveRemotePortCount) invalidCount
(Integer invalidCount) Acknowledges that this node is disconnected to allow for mutable requests to proceed.localInputPortCount
(Integer localInputPortCount) locallyModifiedAndStaleCount
(Integer locallyModifiedAndStaleCount) locallyModifiedCount
(Integer locallyModifiedCount) localOutputPortCount
(Integer localOutputPortCount) parameterContext
(ParameterContextReferenceEntity parameterContext) permissions
(PermissionsDTO permissions) position
(PositionDTO position) processGroupUpdateStrategy
(ProcessGroupEntity.ProcessGroupUpdateStrategyEnum processGroupUpdateStrategy) publicInputPortCount
(Integer publicInputPortCount) publicOutputPortCount
(Integer publicOutputPortCount) revision
(RevisionDTO revision) runningCount
(Integer runningCount) void
setActiveRemotePortCount
(Integer activeRemotePortCount) void
setBulletins
(List<BulletinEntity> bulletins) void
setComponent
(ProcessGroupDTO component) void
setDisabledCount
(Integer disabledCount) void
setDisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) void
void
setInactiveRemotePortCount
(Integer inactiveRemotePortCount) void
setInvalidCount
(Integer invalidCount) void
setLocalInputPortCount
(Integer localInputPortCount) void
setLocallyModifiedAndStaleCount
(Integer locallyModifiedAndStaleCount) void
setLocallyModifiedCount
(Integer locallyModifiedCount) void
setLocalOutputPortCount
(Integer localOutputPortCount) void
setParameterContext
(ParameterContextReferenceEntity parameterContext) void
setPermissions
(PermissionsDTO permissions) void
setPosition
(PositionDTO position) void
setProcessGroupUpdateStrategy
(ProcessGroupEntity.ProcessGroupUpdateStrategyEnum processGroupUpdateStrategy) void
setPublicInputPortCount
(Integer publicInputPortCount) void
setPublicOutputPortCount
(Integer publicOutputPortCount) void
setRevision
(RevisionDTO revision) void
setRunningCount
(Integer runningCount) void
setStaleCount
(Integer staleCount) void
setStatus
(ProcessGroupStatusDTO status) void
setStoppedCount
(Integer stoppedCount) void
setSyncFailureCount
(Integer syncFailureCount) void
setUpToDateCount
(Integer upToDateCount) void
void
setVersionedFlowSnapshot
(RegisteredFlowSnapshot versionedFlowSnapshot) staleCount
(Integer staleCount) status
(ProcessGroupStatusDTO status) stoppedCount
(Integer stoppedCount) syncFailureCount
(Integer syncFailureCount) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
upToDateCount
(Integer upToDateCount) versionedFlowSnapshot
(RegisteredFlowSnapshot versionedFlowSnapshot)
-
Field Details
-
revision
-
id
-
uri
-
position
-
permissions
-
bulletins
-
disconnectedNodeAcknowledged
-
component
-
status
-
versionedFlowSnapshot
-
runningCount
-
stoppedCount
-
invalidCount
-
disabledCount
-
activeRemotePortCount
-
inactiveRemotePortCount
-
versionedFlowState
-
upToDateCount
-
locallyModifiedCount
-
staleCount
-
locallyModifiedAndStaleCount
-
syncFailureCount
-
localInputPortCount
-
localOutputPortCount
-
publicInputPortCount
-
publicOutputPortCount
-
parameterContext
-
processGroupUpdateStrategy
-
inputPortCount
-
outputPortCount
-
-
Constructor Details
-
ProcessGroupEntity
public ProcessGroupEntity()
-
-
Method Details
-
revision
-
getRevision
Get revision- Returns:
- revision
-
setRevision
-
id
-
getId
The id of the component.- Returns:
- id
-
setId
-
uri
-
getUri
The URI for futures requests to the component.- Returns:
- uri
-
setUri
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
permissions
-
getPermissions
Get permissions- Returns:
- permissions
-
setPermissions
-
bulletins
-
addBulletinsItem
-
getBulletins
The bulletins for this component.- Returns:
- bulletins
-
setBulletins
-
disconnectedNodeAcknowledged
-
isDisconnectedNodeAcknowledged
Acknowledges that this node is disconnected to allow for mutable requests to proceed.- Returns:
- disconnectedNodeAcknowledged
-
setDisconnectedNodeAcknowledged
-
component
-
getComponent
Get component- Returns:
- component
-
setComponent
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
versionedFlowSnapshot
-
getVersionedFlowSnapshot
Get versionedFlowSnapshot- Returns:
- versionedFlowSnapshot
-
setVersionedFlowSnapshot
-
runningCount
-
getRunningCount
The number of running components in this process group.- Returns:
- runningCount
-
setRunningCount
-
stoppedCount
-
getStoppedCount
The number of stopped components in the process group.- Returns:
- stoppedCount
-
setStoppedCount
-
invalidCount
-
getInvalidCount
The number of invalid components in the process group.- Returns:
- invalidCount
-
setInvalidCount
-
disabledCount
-
getDisabledCount
The number of disabled components in the process group.- Returns:
- disabledCount
-
setDisabledCount
-
activeRemotePortCount
-
getActiveRemotePortCount
The number of active remote ports in the process group.- Returns:
- activeRemotePortCount
-
setActiveRemotePortCount
-
inactiveRemotePortCount
-
getInactiveRemotePortCount
The number of inactive remote ports in the process group.- Returns:
- inactiveRemotePortCount
-
setInactiveRemotePortCount
-
getVersionedFlowState
The current state of the Process Group, as it relates to the Versioned Flow- Returns:
- versionedFlowState
-
upToDateCount
-
getUpToDateCount
The number of up to date versioned process groups in the process group.- Returns:
- upToDateCount
-
setUpToDateCount
-
locallyModifiedCount
-
getLocallyModifiedCount
The number of locally modified versioned process groups in the process group.- Returns:
- locallyModifiedCount
-
setLocallyModifiedCount
-
staleCount
-
getStaleCount
The number of stale versioned process groups in the process group.- Returns:
- staleCount
-
setStaleCount
-
locallyModifiedAndStaleCount
-
getLocallyModifiedAndStaleCount
The number of locally modified and stale versioned process groups in the process group.- Returns:
- locallyModifiedAndStaleCount
-
setLocallyModifiedAndStaleCount
-
syncFailureCount
-
getSyncFailureCount
The number of versioned process groups in the process group that are unable to sync to a registry.- Returns:
- syncFailureCount
-
setSyncFailureCount
-
localInputPortCount
-
getLocalInputPortCount
The number of local input ports in the process group.- Returns:
- localInputPortCount
-
setLocalInputPortCount
-
localOutputPortCount
-
getLocalOutputPortCount
The number of local output ports in the process group.- Returns:
- localOutputPortCount
-
setLocalOutputPortCount
-
publicInputPortCount
-
getPublicInputPortCount
The number of public input ports in the process group.- Returns:
- publicInputPortCount
-
setPublicInputPortCount
-
publicOutputPortCount
-
getPublicOutputPortCount
The number of public output ports in the process group.- Returns:
- publicOutputPortCount
-
setPublicOutputPortCount
-
parameterContext
-
getParameterContext
Get parameterContext- Returns:
- parameterContext
-
setParameterContext
-
processGroupUpdateStrategy
public ProcessGroupEntity processGroupUpdateStrategy(ProcessGroupEntity.ProcessGroupUpdateStrategyEnum processGroupUpdateStrategy) -
getProcessGroupUpdateStrategy
Determines the process group update strategy- Returns:
- processGroupUpdateStrategy
-
setProcessGroupUpdateStrategy
public void setProcessGroupUpdateStrategy(ProcessGroupEntity.ProcessGroupUpdateStrategyEnum processGroupUpdateStrategy) -
getInputPortCount
The number of input ports in the process group.- Returns:
- inputPortCount
-
getOutputPortCount
The number of output ports in the process group.- Returns:
- outputPortCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-