Uses of Interface
org.apache.bookkeeper.common.allocator.ByteBufAllocatorWithOomHandler
Packages that use ByteBufAllocatorWithOomHandler
Package
Description
Provides a Bookie server that stores entries for clients.
defines the utilities for allocator used across the project.
Implements the utilities for allocator used across the project.
Services running in a storage server (bookie).
Bookkeeper utilities.
-
Uses of ByteBufAllocatorWithOomHandler in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return ByteBufAllocatorWithOomHandler -
Uses of ByteBufAllocatorWithOomHandler in org.apache.bookkeeper.common.allocator
Methods in org.apache.bookkeeper.common.allocator that return ByteBufAllocatorWithOomHandlerModifier and TypeMethodDescriptionByteBufAllocatorBuilder.build()Finalize the configuredByteBufAllocator. -
Uses of ByteBufAllocatorWithOomHandler in org.apache.bookkeeper.common.allocator.impl
Classes in org.apache.bookkeeper.common.allocator.impl that implement ByteBufAllocatorWithOomHandlerMethods in org.apache.bookkeeper.common.allocator.impl that return ByteBufAllocatorWithOomHandler -
Uses of ByteBufAllocatorWithOomHandler in org.apache.bookkeeper.server.service
Constructors in org.apache.bookkeeper.server.service with parameters of type ByteBufAllocatorWithOomHandlerModifierConstructorDescriptionBookieService(BookieConfiguration conf, Bookie bookie, StatsLogger statsLogger, ByteBufAllocatorWithOomHandler allocator, UncleanShutdownDetection uncleanShutdownDetection) -
Uses of ByteBufAllocatorWithOomHandler in org.apache.bookkeeper.util
Fields in org.apache.bookkeeper.util declared as ByteBufAllocatorWithOomHandlerModifier and TypeFieldDescription(package private) ByteBufAllocatorWithOomHandlerLocalBookKeeper.allocator