Uses of Enum Class
org.apache.bookkeeper.common.allocator.OutOfMemoryPolicy
Packages that use OutOfMemoryPolicy
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 OutOfMemoryPolicy in org.apache.bookkeeper.common.allocator
Methods in org.apache.bookkeeper.common.allocator that return OutOfMemoryPolicyModifier and TypeMethodDescriptionstatic OutOfMemoryPolicyReturns the enum constant of this class with the specified name.static OutOfMemoryPolicy[]OutOfMemoryPolicy.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 OutOfMemoryPolicyModifier and TypeMethodDescriptionByteBufAllocatorBuilder.outOfMemoryPolicy(OutOfMemoryPolicy policy) Define the OutOfMemory handling policy. -
Uses of OutOfMemoryPolicy in org.apache.bookkeeper.common.allocator.impl
Fields in org.apache.bookkeeper.common.allocator.impl declared as OutOfMemoryPolicyModifier and TypeFieldDescription(package private) OutOfMemoryPolicyByteBufAllocatorBuilderImpl.outOfMemoryPolicyMethods in org.apache.bookkeeper.common.allocator.impl with parameters of type OutOfMemoryPolicyModifier and TypeMethodDescriptionByteBufAllocatorBuilderImpl.outOfMemoryPolicy(OutOfMemoryPolicy policy) Constructors in org.apache.bookkeeper.common.allocator.impl with parameters of type OutOfMemoryPolicyModifierConstructorDescription(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 OutOfMemoryPolicy in org.apache.bookkeeper.conf
Methods in org.apache.bookkeeper.conf that return OutOfMemoryPolicyMethods in org.apache.bookkeeper.conf with parameters of type OutOfMemoryPolicyModifier and TypeMethodDescriptionAbstractConfiguration.setAllocatorOutOfMemoryPolicy(OutOfMemoryPolicy oomPolicy) Define the memory allocator out of memory policy.