Package org.apache.bookkeeper.proto
Interface PerChannelBookieClientFactory
-
- All Known Implementing Classes:
BookieClientImpl
interface PerChannelBookieClientFactoryFactory to createPerChannelBookieClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PerChannelBookieClientcreate(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3)Create aPerChannelBookieClientto address.
-
-
-
Method Detail
-
create
PerChannelBookieClient create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3) throws SecurityException
Create aPerChannelBookieClientto address.- Returns:
- the client connected to address.
- Throws:
SecurityException
-
-