|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
java.util.concurrent.TimeUnit unit,
ObjectSizeEstimator objectSizeEstimator,
java.util.concurrent.ThreadFactory threadFactory)
Creates a new instance. |
|
OrderedMemoryAwareThreadPoolExecutor(int corePoolSize,
long maxChannelMemorySize,
long maxTotalMemorySize,
long keepAliveTime,
java.util.concurrent.TimeUnit unit,
ObjectSizeEstimator objectSizeEstimator,
java.util.concurrent.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||