Uses of Interface
org.apache.bookkeeper.proto.PerChannelBookieClientFactory
-
Packages that use PerChannelBookieClientFactory Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of PerChannelBookieClientFactory in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement PerChannelBookieClientFactory Modifier and Type Class Description class
BookieClientImpl
Implements the client-side part of the BookKeeper protocol.Fields in org.apache.bookkeeper.proto declared as PerChannelBookieClientFactory Modifier and Type Field Description (package private) PerChannelBookieClientFactory
DefaultPerChannelBookieClientPool. factory
Constructors in org.apache.bookkeeper.proto with parameters of type PerChannelBookieClientFactory Constructor Description DefaultPerChannelBookieClientPool(ClientConfiguration conf, PerChannelBookieClientFactory factory, BookieId address, int coreSize)
-