goldengate.common.file
Class DataBlockSizeEstimator

java.lang.Object
  extended by goldengate.common.file.DataBlockSizeEstimator
All Implemented Interfaces:
org.jboss.netty.util.ObjectSizeEstimator

public class DataBlockSizeEstimator
extends Object
implements org.jboss.netty.util.ObjectSizeEstimator

DataBlock size estimator

Author:
Frederic Bregier

Constructor Summary
DataBlockSizeEstimator()
           
 
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

DataBlockSizeEstimator

public DataBlockSizeEstimator()
Method Detail

estimateSize

public int estimateSize(Object o)
Specified by:
estimateSize in interface org.jboss.netty.util.ObjectSizeEstimator


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.