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