proxygen
|
#include <EchoStats.h>
Public Member Functions | |
virtual | ~EchoStats () |
virtual void | recordRequest () |
virtual uint64_t | getRequestCount () |
Private Attributes | |
uint64_t | reqCount_ {0} |
Just some dummy class containing request count. Since we keep one instance of this in each class, there is no need of synchronization
Definition at line 19 of file EchoStats.h.
|
inlinevirtual |
Definition at line 21 of file EchoStats.h.
|
inlinevirtual |
Definition at line 33 of file EchoStats.h.
References reqCount_.
Referenced by EchoService::EchoHandler::onEOM().
|
inlinevirtual |
Definition at line 29 of file EchoStats.h.
References reqCount_.
Referenced by EchoService::EchoHandler::onRequest().
|
private |
Definition at line 38 of file EchoStats.h.
Referenced by getRequestCount(), and recordRequest().