Class ThreadDumpDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ThreadDumpDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ThreadDumpDTO
extends Object
ThreadDumpDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The port the node is listening for API requests.The address of the node in the clusterThe ID of the node in the clusterThe stack trace for the threadThe number of milliseconds that the thread has been executing in the ProcessorThe name of the threadint
hashCode()
Indicates whether or not the user has requested that the task be terminated.nodeAddress
(String nodeAddress) void
setApiPort
(Integer apiPort) void
setNodeAddress
(String nodeAddress) void
void
setStackTrace
(String stackTrace) void
setTaskTerminated
(Boolean taskTerminated) void
setThreadActiveMillis
(Long threadActiveMillis) void
setThreadName
(String threadName) stackTrace
(String stackTrace) taskTerminated
(Boolean taskTerminated) threadActiveMillis
(Long threadActiveMillis) threadName
(String threadName) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
nodeId
-
nodeAddress
-
apiPort
-
stackTrace
-
threadName
-
threadActiveMillis
-
taskTerminated
-
-
Constructor Details
-
ThreadDumpDTO
public ThreadDumpDTO()
-
-
Method Details
-
nodeId
-
getNodeId
The ID of the node in the cluster- Returns:
- nodeId
-
setNodeId
-
nodeAddress
-
getNodeAddress
The address of the node in the cluster- Returns:
- nodeAddress
-
setNodeAddress
-
apiPort
-
getApiPort
The port the node is listening for API requests.- Returns:
- apiPort
-
setApiPort
-
stackTrace
-
getStackTrace
The stack trace for the thread- Returns:
- stackTrace
-
setStackTrace
-
threadName
-
getThreadName
The name of the thread- Returns:
- threadName
-
setThreadName
-
threadActiveMillis
-
getThreadActiveMillis
The number of milliseconds that the thread has been executing in the Processor- Returns:
- threadActiveMillis
-
setThreadActiveMillis
-
taskTerminated
-
isTaskTerminated
Indicates whether or not the user has requested that the task be terminated. If this is true, it may indicate that the thread is in a state where it will continue running indefinitely without returning.- Returns:
- taskTerminated
-
setTaskTerminated
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-