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.Builder
BookKeeper.Builder. allocator(io.netty.buffer.ByteBufAllocator allocator)
Configure the bookkeeper client with a providedByteBufAllocator
.BookKeeper.Builder
BookKeeper.Builder. dnsResolver(DNSToSwitchMapping dnsResolver)
Configure the bookkeeper client to use the provided dns resolverDNSToSwitchMapping
.BookKeeper.Builder
BookKeeper.Builder. eventLoopGroup(io.netty.channel.EventLoopGroup f)
Configure the bookkeeper client with a providedEventLoopGroup
.BookKeeper.Builder
BookKeeper.Builder. featureProvider(FeatureProvider featureProvider)
Feature Provider.static BookKeeper.Builder
BookKeeper. forConfig(ClientConfiguration conf)
BookKeeper.Builder
BookKeeper.Builder. requestTimer(io.netty.util.HashedWheelTimer requestTimer)
Configure the bookkeeper client to use a providedHashedWheelTimer
.BookKeeper.Builder
BookKeeper.Builder. setEventLoopGroup(io.netty.channel.EventLoopGroup f)
Deprecated.since 4.5, useeventLoopGroup(EventLoopGroup)
BookKeeper.Builder
BookKeeper.Builder. setStatsLogger(StatsLogger statsLogger)
Deprecated.since 4.5, usestatsLogger(StatsLogger)
BookKeeper.Builder
BookKeeper.Builder. setZookeeper(org.apache.zookeeper.ZooKeeper zk)
Deprecated.since 4.5, usezk(ZooKeeper)
BookKeeper.Builder
BookKeeper.Builder. statsLogger(StatsLogger statsLogger)
Configure the bookkeeper client with a providedStatsLogger
.BookKeeper.Builder
BookKeeper.Builder. zk(org.apache.zookeeper.ZooKeeper zk)
Deprecated.
-