Uses of Interface
org.apache.bookkeeper.proto.PerChannelBookieClientPool
-
Packages that use PerChannelBookieClientPool Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of PerChannelBookieClientPool in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement PerChannelBookieClientPool Modifier and Type Class Description (package private) class
DefaultPerChannelBookieClientPool
Provide a simple round-robin style channel pool.Fields in org.apache.bookkeeper.proto with type parameters of type PerChannelBookieClientPool Modifier and Type Field Description (package private) java.util.concurrent.ConcurrentHashMap<BookieId,PerChannelBookieClientPool>
BookieClientImpl. channels
Methods in org.apache.bookkeeper.proto that return PerChannelBookieClientPool Modifier and Type Method Description PerChannelBookieClientPool
BookieClientImpl. lookupClient(BookieId addr)
Methods in org.apache.bookkeeper.proto with parameters of type PerChannelBookieClientPool Modifier and Type Method Description PerChannelBookieClient
BookieClientImpl. create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3)
PerChannelBookieClient
PerChannelBookieClientFactory. create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3)
Create aPerChannelBookieClient
to address.Constructors in org.apache.bookkeeper.proto with parameters of type PerChannelBookieClientPool Constructor Description PerChannelBookieClient(ClientConfiguration conf, OrderedExecutor executor, io.netty.channel.EventLoopGroup eventLoopGroup, io.netty.buffer.ByteBufAllocator allocator, BookieId bookieId, StatsLogger parentStatsLogger, ClientAuthProvider.Factory authProviderFactory, com.google.protobuf.ExtensionRegistry extRegistry, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, BookieAddressResolver bookieAddressResolver)
PerChannelBookieClient(ClientConfiguration conf, OrderedExecutor executor, io.netty.channel.EventLoopGroup eventLoopGroup, BookieId bookieId, StatsLogger parentStatsLogger, ClientAuthProvider.Factory authProviderFactory, com.google.protobuf.ExtensionRegistry extRegistry, PerChannelBookieClientPool pcbcPool, BookieAddressResolver bookieAddressResolver)
-