Uses of Class
org.apache.bookkeeper.client.BookKeeper.Builder
Packages that use BookKeeper.Builder
-
Uses of BookKeeper.Builder in org.apache.bookkeeper.client
Methods in org.apache.bookkeeper.client that return BookKeeper.BuilderModifier and TypeMethodDescriptionBookKeeper.Builder.allocator(io.netty.buffer.ByteBufAllocator allocator) Configure the bookkeeper client with a providedByteBufAllocator.BookKeeper.Builder.dnsResolver(DNSToSwitchMapping dnsResolver) Configure the bookkeeper client to use the provided dns resolverDNSToSwitchMapping.BookKeeper.Builder.eventLoopGroup(io.netty.channel.EventLoopGroup f) Configure the bookkeeper client with a providedEventLoopGroup.BookKeeper.Builder.featureProvider(FeatureProvider featureProvider) Feature Provider.static BookKeeper.BuilderBookKeeper.forConfig(ClientConfiguration conf) BookKeeper.Builder.requestTimer(io.netty.util.HashedWheelTimer requestTimer) Configure the bookkeeper client to use a providedHashedWheelTimer.BookKeeper.Builder.setEventLoopGroup(io.netty.channel.EventLoopGroup f) Deprecated.BookKeeper.Builder.setStatsLogger(StatsLogger statsLogger) Deprecated.since 4.5, usestatsLogger(StatsLogger)BookKeeper.Builder.setZookeeper(org.apache.zookeeper.ZooKeeper zk) Deprecated.since 4.5, usezk(ZooKeeper)BookKeeper.Builder.statsLogger(StatsLogger statsLogger) Configure the bookkeeper client with a providedStatsLogger.BookKeeper.Builder.zk(org.apache.zookeeper.ZooKeeper zk) Deprecated.
eventLoopGroup(EventLoopGroup)