org.jboss.netty.util
Interface EstimatableObjectWrapper
- All Known Implementing Classes:
- ChannelEventRunnable
public interface EstimatableObjectWrapper
Represents an object which contains another object that needs to be taken
into account by ObjectSizeEstimator
for more accurate object size
estimation.
- Version:
- $Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
- Author:
- The Netty Project, Trustin Lee
Method Summary |
java.lang.Object |
unwrap()
Returns the underlying object that needs to be taken into account
by ObjectSizeEstimator for more accurate object size estimation. |
unwrap
java.lang.Object unwrap()
- Returns the underlying object that needs to be taken into account
by
ObjectSizeEstimator
for more accurate object size estimation.
Copyright © 2008-2011. All Rights Reserved.