com.threerings.presents.server
Class PresentsDObjectMgr.Stats

java.lang.Object
  extended by 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.
 
Constructor Summary
PresentsDObjectMgr.Stats()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

PresentsDObjectMgr.Stats

public PresentsDObjectMgr.Stats()