Uses of Interface
org.apache.bookkeeper.client.api.BookKeeperBuilder
-
Packages that use BookKeeperBuilder Package Description org.apache.bookkeeper.client.api BookKeeper Client Public API.org.apache.bookkeeper.client.impl BookKeeper Client implementation package. -
-
Uses of BookKeeperBuilder in org.apache.bookkeeper.client.api
Methods in org.apache.bookkeeper.client.api that return BookKeeperBuilder Modifier and Type Method Description BookKeeperBuilder
BookKeeperBuilder. allocator(io.netty.buffer.ByteBufAllocator allocator)
Configure the bookkeeper client with a providedByteBufAllocator
.BookKeeperBuilder
BookKeeperBuilder. dnsResolver(DNSToSwitchMapping dnsResolver)
Configure the bookkeeper client to use the provided dns resolverDNSToSwitchMapping
.BookKeeperBuilder
BookKeeperBuilder. eventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)
Configure the bookkeeper client with a provided Netty EventLoopGroup.BookKeeperBuilder
BookKeeperBuilder. featureProvider(FeatureProvider featureProvider)
Configure the bookkeeper client to use a providedFeatureProvider
.static BookKeeperBuilder
BookKeeper. newBuilder(ClientConfiguration clientConfiguration)
Create a new builder which can be used to boot a new BookKeeper client.BookKeeperBuilder
BookKeeperBuilder. requestTimer(io.netty.util.HashedWheelTimer requestTimer)
Configure the bookkeeper client to use a provided Netty HashedWheelTimer.BookKeeperBuilder
BookKeeperBuilder. statsLogger(StatsLogger statsLogger)
Configure the bookkeeper client with a providedStatsLogger
. -
Uses of BookKeeperBuilder in org.apache.bookkeeper.client.impl
Classes in org.apache.bookkeeper.client.impl that implement BookKeeperBuilder Modifier and Type Class Description class
BookKeeperBuilderImpl
Internal builder forBookKeeper
client.Methods in org.apache.bookkeeper.client.impl that return BookKeeperBuilder Modifier and Type Method Description BookKeeperBuilder
BookKeeperBuilderImpl. allocator(io.netty.buffer.ByteBufAllocator allocator)
BookKeeperBuilder
BookKeeperBuilderImpl. dnsResolver(DNSToSwitchMapping dnsResolver)
BookKeeperBuilder
BookKeeperBuilderImpl. eventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)
BookKeeperBuilder
BookKeeperBuilderImpl. featureProvider(FeatureProvider featureProvider)
BookKeeperBuilder
BookKeeperBuilderImpl. requestTimer(io.netty.util.HashedWheelTimer requeestTimer)
BookKeeperBuilder
BookKeeperBuilderImpl. statsLogger(StatsLogger statsLogger)
-