public class ThreadDumpDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private Integer |
apiPort |
private String |
nodeAddress |
private String |
nodeId |
private String |
stackTrace |
private boolean |
taskTerminated |
private long |
threadActiveMillis |
private String |
threadName |
| Constructor and Description |
|---|
ThreadDumpDTO() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getApiPort() |
String |
getNodeAddress() |
String |
getNodeId() |
String |
getStackTrace() |
long |
getThreadActiveMillis() |
String |
getThreadName() |
boolean |
isTaskTerminated() |
void |
setApiPort(Integer port) |
void |
setNodeAddress(String nodeAddress) |
void |
setNodeId(String nodeId) |
void |
setStackTrace(String stackTrace) |
void |
setTaskTerminated(boolean terminated) |
void |
setThreadActiveMillis(long threadActiveMillis) |
void |
setThreadName(String threadName) |
private String nodeId
private String nodeAddress
private Integer apiPort
private String stackTrace
private String threadName
private long threadActiveMillis
private boolean taskTerminated
public String getNodeId()
public void setNodeId(String nodeId)
public String getNodeAddress()
public void setNodeAddress(String nodeAddress)
public Integer getApiPort()
public void setApiPort(Integer port)
public String getStackTrace()
public void setStackTrace(String stackTrace)
public String getThreadName()
public void setThreadName(String threadName)
public long getThreadActiveMillis()
public void setThreadActiveMillis(long threadActiveMillis)
public void setTaskTerminated(boolean terminated)
public boolean isTaskTerminated()
Copyright © 2023 Apache NiFi Project. All rights reserved.