public static class MetricsConnection.CallStats extends Object
Constructor and Description |
---|
MetricsConnection.CallStats() |
Modifier and Type | Method and Description |
---|---|
long |
getCallTimeMs() |
long |
getRequestSizeBytes() |
long |
getResponseSizeBytes() |
long |
getStartTime() |
void |
setCallTimeMs(long callTimeMs) |
void |
setRequestSizeBytes(long requestSizeBytes) |
void |
setResponseSizeBytes(long responseSizeBytes) |
void |
setStartTime(long startTime) |
public long getRequestSizeBytes()
public void setRequestSizeBytes(long requestSizeBytes)
public long getResponseSizeBytes()
public void setResponseSizeBytes(long responseSizeBytes)
public long getStartTime()
public void setStartTime(long startTime)
public long getCallTimeMs()
public void setCallTimeMs(long callTimeMs)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.