Class MemoryAwareThreadPoolExecutor.Settings
java.lang.Object
org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor.Settings
- Enclosing class:
- MemoryAwareThreadPoolExecutor
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final long
(package private) final ObjectSizeEstimator
-
Constructor Summary
ConstructorsConstructorDescriptionSettings
(ObjectSizeEstimator objectSizeEstimator, long maxChannelMemorySize) -
Method Summary
-
Field Details
-
objectSizeEstimator
-
maxChannelMemorySize
final long maxChannelMemorySize
-
-
Constructor Details
-
Settings
Settings(ObjectSizeEstimator objectSizeEstimator, long maxChannelMemorySize)
-