voldemort.common.nio
Class CommBufferSizeStats

java.lang.Object
  extended by voldemort.common.nio.CommBufferSizeStats

public class CommBufferSizeStats
extends java.lang.Object

Statistics object to track the communication buffer sizes across all the connections, handled by the selector managers


Constructor Summary
CommBufferSizeStats()
           
 
Method Summary
 org.apache.commons.lang.mutable.MutableLong getCommReadBufferSizeTracker()
           
 org.apache.commons.lang.mutable.MutableLong getCommWriteBufferSizeTracker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommBufferSizeStats

public CommBufferSizeStats()
Method Detail

getCommReadBufferSizeTracker

public org.apache.commons.lang.mutable.MutableLong getCommReadBufferSizeTracker()

getCommWriteBufferSizeTracker

public org.apache.commons.lang.mutable.MutableLong getCommWriteBufferSizeTracker()


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu