public class NodeWorkload extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
activeThreadCount |
private long |
flowFileBytes |
private int |
flowFileCount |
private long |
reportedTimestamp |
private long |
systemStartTime |
| Constructor and Description |
|---|
NodeWorkload() |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveThreadCount() |
long |
getFlowFileBytes() |
int |
getFlowFileCount() |
long |
getReportedTimestamp() |
long |
getSystemStartTime() |
void |
setActiveThreadCount(int activeThreadCount) |
void |
setFlowFileBytes(long flowFileBytes) |
void |
setFlowFileCount(int flowFileCount) |
void |
setReportedTimestamp(long reportedTimestamp) |
void |
setSystemStartTime(long systemStartTime) |
private long reportedTimestamp
private int flowFileCount
private long flowFileBytes
private int activeThreadCount
private long systemStartTime
public long getReportedTimestamp()
public void setReportedTimestamp(long reportedTimestamp)
public int getFlowFileCount()
public void setFlowFileCount(int flowFileCount)
public long getFlowFileBytes()
public void setFlowFileBytes(long flowFileBytes)
public int getActiveThreadCount()
public void setActiveThreadCount(int activeThreadCount)
public long getSystemStartTime()
public void setSystemStartTime(long systemStartTime)
Copyright © 2021 Apache NiFi Project. All rights reserved.