public class RequestGroupInfo
extends java.lang.Object
Constructor and Description |
---|
RequestGroupInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addRequestProcessor(RequestInfo rp) |
long |
getBytesReceived() |
long |
getBytesSent() |
int |
getErrorCount() |
long |
getMaxTime() |
long |
getProcessingTime() |
int |
getRequestCount() |
void |
removeRequestProcessor(RequestInfo rp) |
void |
resetCounters() |
void |
setBytesReceived(long bytesReceived) |
void |
setBytesSent(long bytesSent) |
void |
setErrorCount(int errorCount) |
void |
setMaxTime(long maxTime) |
void |
setProcessingTime(long totalTime) |
void |
setRequestCount(int requestCount) |
public void addRequestProcessor(RequestInfo rp)
public void removeRequestProcessor(RequestInfo rp)
public long getMaxTime()
public void setMaxTime(long maxTime)
public long getProcessingTime()
public void setProcessingTime(long totalTime)
public int getRequestCount()
public void setRequestCount(int requestCount)
public int getErrorCount()
public void setErrorCount(int errorCount)
public long getBytesReceived()
public void setBytesReceived(long bytesReceived)
public long getBytesSent()
public void setBytesSent(long bytesSent)
public void resetCounters()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.