Uses of Enum Class
org.apache.bookkeeper.common.allocator.PoolingPolicy
Packages that use PoolingPolicy
Package
Description
defines the utilities for allocator used across the project.
Implements the utilities for allocator used across the project.
Configurations used by bookkeeper.
-
Uses of PoolingPolicy in org.apache.bookkeeper.common.allocator
Methods in org.apache.bookkeeper.common.allocator that return PoolingPolicyModifier and TypeMethodDescriptionstatic PoolingPolicyReturns the enum constant of this class with the specified name.static PoolingPolicy[]PoolingPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.bookkeeper.common.allocator with parameters of type PoolingPolicyModifier and TypeMethodDescriptionByteBufAllocatorBuilder.poolingPolicy(PoolingPolicy policy) Define the memory pooling policy. -
Uses of PoolingPolicy in org.apache.bookkeeper.common.allocator.impl
Fields in org.apache.bookkeeper.common.allocator.impl declared as PoolingPolicyModifier and TypeFieldDescription(package private) PoolingPolicyByteBufAllocatorBuilderImpl.poolingPolicyMethods in org.apache.bookkeeper.common.allocator.impl with parameters of type PoolingPolicyModifier and TypeMethodDescriptionByteBufAllocatorBuilderImpl.poolingPolicy(PoolingPolicy policy) Constructors in org.apache.bookkeeper.common.allocator.impl with parameters of type PoolingPolicyModifierConstructorDescription(package private)ByteBufAllocatorImpl(io.netty.buffer.ByteBufAllocator pooledAllocator, io.netty.buffer.ByteBufAllocator unpooledAllocator, PoolingPolicy poolingPolicy, int poolingConcurrency, OutOfMemoryPolicy outOfMemoryPolicy, Consumer<OutOfMemoryError> outOfMemoryListener, LeakDetectionPolicy leakDetectionPolicy) (package private)ByteBufAllocatorImpl(io.netty.buffer.ByteBufAllocator pooledAllocator, io.netty.buffer.ByteBufAllocator unpooledAllocator, PoolingPolicy poolingPolicy, int poolingConcurrency, OutOfMemoryPolicy outOfMemoryPolicy, Consumer<OutOfMemoryError> outOfMemoryListener, LeakDetectionPolicy leakDetectionPolicy, boolean exitOnOutOfMemory) -
Uses of PoolingPolicy in org.apache.bookkeeper.conf
Methods in org.apache.bookkeeper.conf that return PoolingPolicyMethods in org.apache.bookkeeper.conf with parameters of type PoolingPolicyModifier and TypeMethodDescriptionAbstractConfiguration.setAllocatorPoolingPolicy(PoolingPolicy poolingPolicy) Define the memory pooling policy.