Uses of Class
org.apache.bookkeeper.proto.BookieClientImpl
-
Packages that use BookieClientImpl Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookieClientImpl in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto with parameters of type BookieClientImpl Modifier and Type Method Description (package private) static BookieClientImpl.ChannelReadyForAddEntryCallback
BookieClientImpl.ChannelReadyForAddEntryCallback. create(BookieClientImpl bookieClient, io.netty.util.ReferenceCounted toSend, long ledgerId, long entryId, BookieId addr, java.lang.Object ctx, BookkeeperInternalCallbacks.WriteCallback cb, int options, byte[] masterKey, boolean allowFastFail, java.util.EnumSet<WriteFlag> writeFlags)
-