Class PortStatus
java.lang.Object
org.apache.nifi.controller.status.PortStatus
- All Implemented Interfaces:
Cloneable
The status of a port.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
long
long
int
int
getId()
long
int
getName()
long
int
void
setActiveThreadCount
(Integer activeThreadCount) void
setBytesReceived
(long bytesReceived) void
setBytesSent
(long bytesSent) void
setFlowFilesReceived
(int flowFilesReceived) void
setFlowFilesSent
(int flowFilesSent) void
setGroupId
(String groupId) void
void
setInputBytes
(long inputBytes) void
setInputCount
(int inputCount) void
void
setOutputBytes
(long outputBytes) void
setOutputCount
(int outputCount) void
setRunStatus
(RunStatus runStatus) void
setTransmitting
(Boolean transmitting) toString()
-
Field Details
-
id
-
groupId
-
name
-
activeThreadCount
-
inputCount
private int inputCount -
inputBytes
private long inputBytes -
outputCount
private int outputCount -
outputBytes
private long outputBytes -
flowFilesReceived
private int flowFilesReceived -
bytesReceived
private long bytesReceived -
flowFilesSent
private int flowFilesSent -
bytesSent
private long bytesSent -
transmitting
-
runStatus
-
-
Constructor Details
-
PortStatus
public PortStatus()
-
-
Method Details
-
isTransmitting
-
setTransmitting
-
getId
-
setId
-
getGroupId
-
setGroupId
-
getName
-
setName
-
getActiveThreadCount
-
setActiveThreadCount
-
getInputCount
public int getInputCount() -
setInputCount
public void setInputCount(int inputCount) -
getInputBytes
public long getInputBytes() -
setInputBytes
public void setInputBytes(long inputBytes) -
getOutputCount
public int getOutputCount() -
setOutputCount
public void setOutputCount(int outputCount) -
getOutputBytes
public long getOutputBytes() -
setOutputBytes
public void setOutputBytes(long outputBytes) -
getRunStatus
-
setRunStatus
-
getFlowFilesReceived
public int getFlowFilesReceived() -
setFlowFilesReceived
public void setFlowFilesReceived(int flowFilesReceived) -
getBytesReceived
public long getBytesReceived() -
setBytesReceived
public void setBytesReceived(long bytesReceived) -
getFlowFilesSent
public int getFlowFilesSent() -
setFlowFilesSent
public void setFlowFilesSent(int flowFilesSent) -
getBytesSent
public long getBytesSent() -
setBytesSent
public void setBytesSent(long bytesSent) -
getTransmitting
-
clone
-
toString
-