| Constructor and Description |
|---|
OpMetrics() |
| Modifier and Type | Method and Description |
|---|---|
long |
getErrorCount()
Gets the value of the errorCount property.
|
Latency |
getLatency()
Gets the value of the latency property.
|
long |
getOpCount()
Gets the value of the opCount property.
|
String |
getOpName()
Gets the value of the opName property.
|
Throughput |
getThroughput()
Gets the value of the throughput property.
|
void |
setErrorCount(long value)
Sets the value of the errorCount property.
|
void |
setLatency(Latency value)
Sets the value of the latency property.
|
void |
setOpCount(long value)
Sets the value of the opCount property.
|
void |
setOpName(String value)
Sets the value of the opName property.
|
void |
setThroughput(Throughput value)
Sets the value of the throughput property.
|
public String getOpName()
public void setOpName(String value)
value - operation namepublic long getOpCount()
public void setOpCount(long value)
value - op countpublic long getErrorCount()
public void setErrorCount(long value)
value - error countpublic Latency getLatency()
Latencypublic void setLatency(Latency value)
value - allowed object is
Latencypublic Throughput getThroughput()
Throughputpublic void setThroughput(Throughput value)
value - allowed object is
ThroughputCopyright © 2014. All Rights Reserved.