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