voldemort.rest
Class NettyConnectionStats

java.lang.Object
  extended by voldemort.rest.NettyConnectionStats

public class NettyConnectionStats
extends java.lang.Object


Constructor Summary
NettyConnectionStats()
           
 
Method Summary
 java.util.concurrent.atomic.AtomicLong getActiveNumberOfConnections()
           
 void reportChannelConnect()
           
 void reportChannelDisconnet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyConnectionStats

public NettyConnectionStats()
Method Detail

getActiveNumberOfConnections

public java.util.concurrent.atomic.AtomicLong getActiveNumberOfConnections()

reportChannelConnect

public void reportChannelConnect()

reportChannelDisconnet

public void reportChannelDisconnet()


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