Modifier and Type | Field and Description |
---|---|
private Integer |
activeRemotePortCount |
private Integer |
activeThreadCount |
private long |
averageLineageDuration |
private String |
groupId |
private String |
id |
private Integer |
inactiveRemotePortCount |
private String |
name |
private long |
receivedContentSize |
private int |
receivedCount |
private long |
sentContentSize |
private int |
sentCount |
private TransmissionStatus |
transmissionStatus |
private String |
uri |
Constructor and Description |
---|
RemoteProcessGroupStatus() |
private String id
private String groupId
private TransmissionStatus transmissionStatus
private String uri
private String name
private Integer activeThreadCount
private int sentCount
private long sentContentSize
private int receivedCount
private long receivedContentSize
private Integer activeRemotePortCount
private Integer inactiveRemotePortCount
private long averageLineageDuration
public String getTargetUri()
public void setTargetUri(String uri)
public TransmissionStatus getTransmissionStatus()
public void setTransmissionStatus(TransmissionStatus transmissionStatus)
public String getGroupId()
public void setGroupId(String groupId)
public String getName()
public void setName(String name)
public String getId()
public void setId(String id)
public Integer getActiveThreadCount()
public void setActiveThreadCount(Integer activeThreadCount)
public Integer getSentCount()
public void setSentCount(Integer sentCount)
public Long getSentContentSize()
public void setSentContentSize(Long sentContentSize)
public Integer getReceivedCount()
public void setReceivedCount(Integer receivedCount)
public Long getReceivedContentSize()
public void setReceivedContentSize(Long receivedContentSize)
public Integer getActiveRemotePortCount()
public void setActiveRemotePortCount(Integer activeRemotePortCount)
public Integer getInactiveRemotePortCount()
public void setInactiveRemotePortCount(Integer inactiveRemotePortCount)
public long getAverageLineageDuration()
public void setAverageLineageDuration(long millis)
public long getAverageLineageDuration(TimeUnit timeUnit)
public void setAverageLineageDuration(long duration, TimeUnit timeUnit)
public RemoteProcessGroupStatus clone()
Copyright © 2017 Apache NiFi Project. All rights reserved.