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