Uses of Interface
org.apache.bookkeeper.proto.PerChannelBookieClientPool
Packages that use PerChannelBookieClientPool
-
Uses of PerChannelBookieClientPool in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement PerChannelBookieClientPoolModifier and TypeClassDescription(package private) classProvide a simple round-robin style channel pool.Fields in org.apache.bookkeeper.proto with type parameters of type PerChannelBookieClientPoolModifier and TypeFieldDescription(package private) final ConcurrentHashMap<BookieId,PerChannelBookieClientPool> BookieClientImpl.channelsMethods in org.apache.bookkeeper.proto that return PerChannelBookieClientPoolMethods in org.apache.bookkeeper.proto with parameters of type PerChannelBookieClientPoolModifier and TypeMethodDescriptionBookieClientImpl.create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3) PerChannelBookieClientFactory.create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3) Create aPerChannelBookieClientto address.Constructors in org.apache.bookkeeper.proto with parameters of type PerChannelBookieClientPoolModifierConstructorDescriptionPerChannelBookieClient(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)