net.gleamynode.netty.handler.execution
Class DefaultObjectSizeEstimator

java.lang.Object
  extended by net.gleamynode.netty.handler.execution.DefaultObjectSizeEstimator
All Implemented Interfaces:
ObjectSizeEstimator

public class DefaultObjectSizeEstimator
extends Object
implements ObjectSizeEstimator


Constructor Summary
DefaultObjectSizeEstimator()
           
 
Method Summary
 int estimateSize(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultObjectSizeEstimator

public DefaultObjectSizeEstimator()
Method Detail

estimateSize

public int estimateSize(Object o)
Specified by:
estimateSize in interface ObjectSizeEstimator


Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.