|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.service.ResourceService.Counters
public static class ResourceService.Counters
Performance counters for the ResourceService.
| Field Summary | |
|---|---|
CAT |
bytesWritten
#of data bytes sent. |
CAT |
denyCount
#of requests which are denied. |
CAT |
elapsedWriteNanos
#of nanoseconds sending data (this will double count time for data that are served concurrently to different receivers). |
CAT |
internalErrorCount
#of requests which end in an internal error. |
long |
maxWriteSize
The largest response written so far. |
CAT |
notFoundCount
#of requests for which the resource was not found. |
CAT |
nwrites
#of responses where we attempt to write the data on the socket. |
CAT |
requestCount
#of requests. |
CAT |
writeErrorCount
#of errors for responses where we attempt to write the requested data on the socket. |
| Constructor Summary | |
|---|---|
ResourceService.Counters()
|
|
| Method Summary | |
|---|---|
CounterSet |
getCounters()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final CAT requestCount
public final CAT denyCount
public final CAT notFoundCount
public final CAT internalErrorCount
public final CAT writeErrorCount
public final CAT nwrites
public final CAT bytesWritten
public long maxWriteSize
public final CAT elapsedWriteNanos
| Constructor Detail |
|---|
public ResourceService.Counters()
| Method Detail |
|---|
public CounterSet getCounters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||