Uses of Class
org.apache.bookkeeper.proto.BookieClientImpl.ChannelReadyForAddEntryCallback
-
Packages that use BookieClientImpl.ChannelReadyForAddEntryCallback Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookieClientImpl.ChannelReadyForAddEntryCallback in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return BookieClientImpl.ChannelReadyForAddEntryCallback Modifier and Type Method Description (package private) static BookieClientImpl.ChannelReadyForAddEntryCallbackBookieClientImpl.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)
-