public class RemoteQueuePartitionDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
activeQueueByteCount |
private int |
activeQueueFlowFileCount |
private long |
inFlightByteCount |
private int |
inFlightFlowFileCount |
private String |
nodeId |
private long |
swapByteCount |
private int |
swapFiles |
private int |
swapFlowFileCount |
private long |
totalByteCount |
private int |
totalFlowFileCount |
| Constructor and Description |
|---|
RemoteQueuePartitionDTO() |
| Modifier and Type | Method and Description |
|---|---|
long |
getActiveQueueByteCount() |
int |
getActiveQueueFlowFileCount() |
long |
getInFlightByteCount() |
int |
getInFlightFlowFileCount() |
String |
getNodeIdentifier() |
long |
getSwapByteCount() |
int |
getSwapFiles() |
int |
getSwapFlowFileCount() |
long |
getTotalByteCount() |
int |
getTotalFlowFileCount() |
void |
setActiveQueueByteCount(long activeQueueByteCount) |
void |
setActiveQueueFlowFileCount(int activeQueueFlowFileCount) |
void |
setInFlightByteCount(long inFlightByteCount) |
void |
setInFlightFlowFileCount(int inFlightFlowFileCount) |
void |
setNodeIdentifier(String nodeId) |
void |
setSwapByteCount(long swapByteCount) |
void |
setSwapFiles(int swapFiles) |
void |
setSwapFlowFileCount(int swapFlowFileCount) |
void |
setTotalByteCount(long totalByteCount) |
void |
setTotalFlowFileCount(int totalFlowFileCount) |
private String nodeId
private int totalFlowFileCount
private long totalByteCount
private int activeQueueFlowFileCount
private long activeQueueByteCount
private int swapFlowFileCount
private long swapByteCount
private int swapFiles
private int inFlightFlowFileCount
private long inFlightByteCount
public String getNodeIdentifier()
public void setNodeIdentifier(String nodeId)
public int getTotalFlowFileCount()
public void setTotalFlowFileCount(int totalFlowFileCount)
public long getTotalByteCount()
public void setTotalByteCount(long totalByteCount)
public int getActiveQueueFlowFileCount()
public void setActiveQueueFlowFileCount(int activeQueueFlowFileCount)
public long getActiveQueueByteCount()
public void setActiveQueueByteCount(long activeQueueByteCount)
public int getSwapFlowFileCount()
public void setSwapFlowFileCount(int swapFlowFileCount)
public long getSwapByteCount()
public void setSwapByteCount(long swapByteCount)
public int getSwapFiles()
public void setSwapFiles(int swapFiles)
public int getInFlightFlowFileCount()
public void setInFlightFlowFileCount(int inFlightFlowFileCount)
public long getInFlightByteCount()
public void setInFlightByteCount(long inFlightByteCount)
Copyright © 2023 Apache NiFi Project. All rights reserved.