Class ProcessorStatusSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ProcessorStatusSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProcessorStatusSnapshotDTO
extends Object
ProcessorStatusSnapshotDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Indicates the node where the process will execute.static enum
The state of the processor. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integer
private Long
private Long
private Long
private Long
private Integer
private Integer
private String
private String
private String
private String
private String
private String
private Integer
private String
private String
private Long
private Integer
private String
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveThreadCount
(Integer activeThreadCount) bytesWritten
(Long bytesWritten) boolean
executionNode
(ProcessorStatusSnapshotDTO.ExecutionNodeEnum executionNode) flowFilesIn
(Integer flowFilesIn) flowFilesOut
(Integer flowFilesOut) The number of threads currently executing in the processor.The size of the FlowFiles that have been accepted in the last 5 minutesThe size of the FlowFiles transferred to a Connection in the last 5 minutesThe number of bytes read by this Processor in the last 5 mintuesThe number of bytes written by this Processor in the last 5 minutesIndicates the node where the process will execute.The number of FlowFiles that have been accepted in the last 5 minutesThe number of FlowFiles transferred to a Connection in the last 5 minutesThe id of the parent process group to which the processor belongs.getId()
The id of the processor.getInput()
The count/size of flowfiles that have been accepted in the last 5 minutes.getName()
The name of the prcessor.The count/size of flowfiles that have been processed in the last 5 minutes.getRead()
The number of bytes read in the last 5 minutes.The state of the processor.The number of times this Processor has run in the last 5 minutesgetTasks()
The total number of task this connectable has completed over the last 5 minutes.The total duration of all tasks for this connectable over the last 5 minutes.The number of nanoseconds that this Processor has spent running in the last 5 minutesThe number of threads currently terminated for the processor.getType()
The type of the processor.The number of bytes written in the last 5 minutes.int
hashCode()
void
setActiveThreadCount
(Integer activeThreadCount) void
setBytesIn
(Long bytesIn) void
setBytesOut
(Long bytesOut) void
setBytesRead
(Long bytesRead) void
setBytesWritten
(Long bytesWritten) void
setExecutionNode
(ProcessorStatusSnapshotDTO.ExecutionNodeEnum executionNode) void
setFlowFilesIn
(Integer flowFilesIn) void
setFlowFilesOut
(Integer flowFilesOut) void
setGroupId
(String groupId) void
void
void
void
void
void
void
setTaskCount
(Integer taskCount) void
void
setTasksDuration
(String tasksDuration) void
setTasksDurationNanos
(Long tasksDurationNanos) void
setTerminatedThreadCount
(Integer terminatedThreadCount) void
void
setWritten
(String written) tasksDuration
(String tasksDuration) tasksDurationNanos
(Long tasksDurationNanos) terminatedThreadCount
(Integer terminatedThreadCount) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
groupId
-
name
-
type
-
runStatus
-
executionNode
-
bytesRead
-
bytesWritten
-
read
-
written
-
flowFilesIn
-
bytesIn
-
input
-
flowFilesOut
-
bytesOut
-
output
-
taskCount
-
tasksDurationNanos
-
tasks
-
tasksDuration
-
activeThreadCount
-
terminatedThreadCount
-
-
Constructor Details
-
ProcessorStatusSnapshotDTO
public ProcessorStatusSnapshotDTO()
-
-
Method Details
-
id
-
getId
The id of the processor.- Returns:
- id
-
setId
-
groupId
-
getGroupId
The id of the parent process group to which the processor belongs.- Returns:
- groupId
-
setGroupId
-
name
-
getName
The name of the prcessor.- Returns:
- name
-
setName
-
type
-
getType
The type of the processor.- Returns:
- type
-
setType
-
runStatus
-
getRunStatus
The state of the processor.- Returns:
- runStatus
-
setRunStatus
-
executionNode
public ProcessorStatusSnapshotDTO executionNode(ProcessorStatusSnapshotDTO.ExecutionNodeEnum executionNode) -
getExecutionNode
Indicates the node where the process will execute.- Returns:
- executionNode
-
setExecutionNode
-
bytesRead
-
getBytesRead
The number of bytes read by this Processor in the last 5 mintues- Returns:
- bytesRead
-
setBytesRead
-
bytesWritten
-
getBytesWritten
The number of bytes written by this Processor in the last 5 minutes- Returns:
- bytesWritten
-
setBytesWritten
-
read
-
getRead
The number of bytes read in the last 5 minutes.- Returns:
- read
-
setRead
-
written
-
getWritten
The number of bytes written in the last 5 minutes.- Returns:
- written
-
setWritten
-
flowFilesIn
-
getFlowFilesIn
The number of FlowFiles that have been accepted in the last 5 minutes- Returns:
- flowFilesIn
-
setFlowFilesIn
-
bytesIn
-
getBytesIn
The size of the FlowFiles that have been accepted in the last 5 minutes- Returns:
- bytesIn
-
setBytesIn
-
input
-
getInput
The count/size of flowfiles that have been accepted in the last 5 minutes.- Returns:
- input
-
setInput
-
flowFilesOut
-
getFlowFilesOut
The number of FlowFiles transferred to a Connection in the last 5 minutes- Returns:
- flowFilesOut
-
setFlowFilesOut
-
bytesOut
-
getBytesOut
The size of the FlowFiles transferred to a Connection in the last 5 minutes- Returns:
- bytesOut
-
setBytesOut
-
output
-
getOutput
The count/size of flowfiles that have been processed in the last 5 minutes.- Returns:
- output
-
setOutput
-
taskCount
-
getTaskCount
The number of times this Processor has run in the last 5 minutes- Returns:
- taskCount
-
setTaskCount
-
tasksDurationNanos
-
getTasksDurationNanos
The number of nanoseconds that this Processor has spent running in the last 5 minutes- Returns:
- tasksDurationNanos
-
setTasksDurationNanos
-
tasks
-
getTasks
The total number of task this connectable has completed over the last 5 minutes.- Returns:
- tasks
-
setTasks
-
tasksDuration
-
getTasksDuration
The total duration of all tasks for this connectable over the last 5 minutes.- Returns:
- tasksDuration
-
setTasksDuration
-
activeThreadCount
-
getActiveThreadCount
The number of threads currently executing in the processor.- Returns:
- activeThreadCount
-
setActiveThreadCount
-
terminatedThreadCount
-
getTerminatedThreadCount
The number of threads currently terminated for the processor.- Returns:
- terminatedThreadCount
-
setTerminatedThreadCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-