com.threerings.presents.server
Class PresentsDObjectMgr.Stats
java.lang.Object
com.threerings.presents.server.PresentsDObjectMgr.Stats
- Enclosing class:
- PresentsDObjectMgr
public static class PresentsDObjectMgr.Stats
- extends Object
Returned by PresentsDObjectMgr.getStats(boolean).
|
Field Summary |
int |
eventCount
The number of events dispatched during the period. |
int |
maxQueueSize
The largest size of the distributed object queue during the period. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxQueueSize
public int maxQueueSize
- The largest size of the distributed object queue during the period.
eventCount
public int eventCount
- The number of events dispatched during the period.
PresentsDObjectMgr.Stats
public PresentsDObjectMgr.Stats()