Uses of Enum Class
org.apache.bookkeeper.common.allocator.LeakDetectionPolicy
Packages that use LeakDetectionPolicy
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 LeakDetectionPolicy in org.apache.bookkeeper.common.allocator
Methods in org.apache.bookkeeper.common.allocator that return LeakDetectionPolicyModifier and TypeMethodDescriptionstatic LeakDetectionPolicyLeakDetectionPolicy.parseLevel(String levelStr) static LeakDetectionPolicyReturns the enum constant of this class with the specified name.static LeakDetectionPolicy[]LeakDetectionPolicy.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 LeakDetectionPolicyModifier and TypeMethodDescriptionByteBufAllocatorBuilder.leakDetectionPolicy(LeakDetectionPolicy leakDetectionPolicy) Enable the leak detection for the allocator. -
Uses of LeakDetectionPolicy in org.apache.bookkeeper.common.allocator.impl
Fields in org.apache.bookkeeper.common.allocator.impl declared as LeakDetectionPolicyModifier and TypeFieldDescription(package private) LeakDetectionPolicyByteBufAllocatorBuilderImpl.leakDetectionPolicyMethods in org.apache.bookkeeper.common.allocator.impl with parameters of type LeakDetectionPolicyModifier and TypeMethodDescriptionByteBufAllocatorBuilderImpl.leakDetectionPolicy(LeakDetectionPolicy leakDetectionPolicy) Constructors in org.apache.bookkeeper.common.allocator.impl with parameters of type LeakDetectionPolicyModifierConstructorDescription(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 LeakDetectionPolicy in org.apache.bookkeeper.conf
Methods in org.apache.bookkeeper.conf that return LeakDetectionPolicyModifier and TypeMethodDescriptionAbstractConfiguration.getAllocatorLeakDetectionPolicy()Return the configured leak detection policy for the allocator.Methods in org.apache.bookkeeper.conf with parameters of type LeakDetectionPolicyModifier and TypeMethodDescriptionAbstractConfiguration.setAllocatorLeakDetectionPolicy(LeakDetectionPolicy leakDetectionPolicy) Enable the leak detection for the allocator.