Package org.apache.bookkeeper.proto
Interface PerChannelBookieClientFactory
- All Known Implementing Classes:
BookieClientImpl
interface PerChannelBookieClientFactory
Factory to create
PerChannelBookieClient.-
Method Summary
Modifier and TypeMethodDescriptioncreate(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3) Create aPerChannelBookieClientto address.
-
Method Details
-
create
PerChannelBookieClient create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3) throws SecurityException Create aPerChannelBookieClientto address.- Returns:
- the client connected to address.
- Throws:
SecurityException
-