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 BookKeeperBuilderBookKeeperBuilder. allocator(io.netty.buffer.ByteBufAllocator allocator)Configure the bookkeeper client with a providedByteBufAllocator.BookKeeperBuilderBookKeeperBuilder. dnsResolver(DNSToSwitchMapping dnsResolver)Configure the bookkeeper client to use the provided dns resolverDNSToSwitchMapping.BookKeeperBuilderBookKeeperBuilder. eventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)Configure the bookkeeper client with a provided Netty EventLoopGroup.BookKeeperBuilderBookKeeperBuilder. featureProvider(FeatureProvider featureProvider)Configure the bookkeeper client to use a providedFeatureProvider.static BookKeeperBuilderBookKeeper. newBuilder(ClientConfiguration clientConfiguration)Create a new builder which can be used to boot a new BookKeeper client.BookKeeperBuilderBookKeeperBuilder. requestTimer(io.netty.util.HashedWheelTimer requestTimer)Configure the bookkeeper client to use a provided Netty HashedWheelTimer.BookKeeperBuilderBookKeeperBuilder. 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 classBookKeeperBuilderImplInternal builder forBookKeeperclient.Methods in org.apache.bookkeeper.client.impl that return BookKeeperBuilder Modifier and Type Method Description BookKeeperBuilderBookKeeperBuilderImpl. allocator(io.netty.buffer.ByteBufAllocator allocator)BookKeeperBuilderBookKeeperBuilderImpl. dnsResolver(DNSToSwitchMapping dnsResolver)BookKeeperBuilderBookKeeperBuilderImpl. eventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)BookKeeperBuilderBookKeeperBuilderImpl. featureProvider(FeatureProvider featureProvider)BookKeeperBuilderBookKeeperBuilderImpl. requestTimer(io.netty.util.HashedWheelTimer requeestTimer)BookKeeperBuilderBookKeeperBuilderImpl. statsLogger(StatsLogger statsLogger)
-