Uses of Interface
org.apache.bookkeeper.common.allocator.ByteBufAllocatorWithOomHandler
-
Packages that use ByteBufAllocatorWithOomHandler Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.common.allocator defines the utilities for allocator used across the project.org.apache.bookkeeper.common.allocator.impl Implements the utilities for allocator used across the project.org.apache.bookkeeper.server.service Services running in a storage server (bookie).org.apache.bookkeeper.util Bookkeeper utilities. -
-
Uses of ByteBufAllocatorWithOomHandler in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return ByteBufAllocatorWithOomHandler Modifier and Type Method Description static ByteBufAllocatorWithOomHandler
BookieResources. createAllocator(ServerConfiguration conf)
-
Uses of ByteBufAllocatorWithOomHandler in org.apache.bookkeeper.common.allocator
Methods in org.apache.bookkeeper.common.allocator that return ByteBufAllocatorWithOomHandler Modifier and Type Method Description ByteBufAllocatorWithOomHandler
ByteBufAllocatorBuilder. build()
Finalize the configuredByteBufAllocator
. -
Uses of ByteBufAllocatorWithOomHandler in org.apache.bookkeeper.common.allocator.impl
Classes in org.apache.bookkeeper.common.allocator.impl that implement ByteBufAllocatorWithOomHandler Modifier and Type Class Description class
ByteBufAllocatorImpl
Implementation ofByteBufAllocator
.Methods in org.apache.bookkeeper.common.allocator.impl that return ByteBufAllocatorWithOomHandler Modifier and Type Method Description ByteBufAllocatorWithOomHandler
ByteBufAllocatorBuilderImpl. build()
-
Uses of ByteBufAllocatorWithOomHandler in org.apache.bookkeeper.server.service
Constructors in org.apache.bookkeeper.server.service with parameters of type ByteBufAllocatorWithOomHandler Constructor Description BookieService(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 ByteBufAllocatorWithOomHandler Modifier and Type Field Description (package private) ByteBufAllocatorWithOomHandler
LocalBookKeeper. allocator
-