| Package | Description |
|---|---|
| org.apache.bookkeeper.client.api |
BookKeeper Client Public API.
|
| org.apache.bookkeeper.client.impl |
BookKeeper Client implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
BookKeeperBuilder |
BookKeeperBuilder.allocator(io.netty.buffer.ByteBufAllocator allocator)
Configure the bookkeeper client with a provided
ByteBufAllocator. |
BookKeeperBuilder |
BookKeeperBuilder.dnsResolver(org.apache.bookkeeper.net.DNSToSwitchMapping dnsResolver)
Configure the bookkeeper client to use the provided dns resolver
DNSToSwitchMapping. |
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 provided
FeatureProvider. |
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(org.apache.bookkeeper.stats.StatsLogger statsLogger)
Configure the bookkeeper client with a provided
StatsLogger. |
| Modifier and Type | Class and Description |
|---|---|
class |
BookKeeperBuilderImpl
Internal builder for
BookKeeper client. |
| Modifier and Type | Method and Description |
|---|---|
BookKeeperBuilder |
BookKeeperBuilderImpl.allocator(io.netty.buffer.ByteBufAllocator allocator) |
BookKeeperBuilder |
BookKeeperBuilderImpl.dnsResolver(org.apache.bookkeeper.net.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(org.apache.bookkeeper.stats.StatsLogger statsLogger) |
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.