Uses of Interface
org.jboss.netty.util.ObjectSizeEstimator

Packages that use ObjectSizeEstimator
org.jboss.netty.handler.execution Executor-based implementation of various thread models that separate business logic from I/O threads 
org.jboss.netty.util Utility classes used across multiple packages. 
 

Uses of ObjectSizeEstimator in org.jboss.netty.handler.execution
 

Methods in org.jboss.netty.handler.execution that return ObjectSizeEstimator
 ObjectSizeEstimator MemoryAwareThreadPoolExecutor.getObjectSizeEstimator()
          Returns the ObjectSizeEstimator of this pool.
 

Methods in org.jboss.netty.handler.execution with parameters of type ObjectSizeEstimator
 void MemoryAwareThreadPoolExecutor.setObjectSizeEstimator(ObjectSizeEstimator objectSizeEstimator)
          Sets the ObjectSizeEstimator of this pool.
 

Constructors in org.jboss.netty.handler.execution with parameters of type ObjectSizeEstimator
MemoryAwareThreadPoolExecutor(int corePoolSize, long maxChannelMemorySize, long maxTotalMemorySize, long keepAliveTime, TimeUnit unit, ObjectSizeEstimator objectSizeEstimator, ThreadFactory threadFactory)
          Creates a new instance.
OrderedMemoryAwareThreadPoolExecutor(int corePoolSize, long maxChannelMemorySize, long maxTotalMemorySize, long keepAliveTime, TimeUnit unit, ObjectSizeEstimator objectSizeEstimator, ThreadFactory threadFactory)
          Creates a new instance.
 

Uses of ObjectSizeEstimator in org.jboss.netty.util
 

Classes in org.jboss.netty.util that implement ObjectSizeEstimator
 class DefaultObjectSizeEstimator
          The default ObjectSizeEstimator implementation for general purpose.
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.