Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.GetBookieInfoCallback
-
Packages that use BookkeeperInternalCallbacks.GetBookieInfoCallback Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperInternalCallbacks.GetBookieInfoCallback in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookkeeperInternalCallbacks.GetBookieInfoCallback Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.GetBookieInfoCallback
PerChannelBookieClient.GetBookieInfoCompletion. cb
Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.GetBookieInfoCallback Modifier and Type Method Description void
BookieClient. getBookieInfo(BookieId address, long requested, BookkeeperInternalCallbacks.GetBookieInfoCallback cb, java.lang.Object ctx)
Read information about the bookie, from the bookie.void
BookieClientImpl. getBookieInfo(BookieId addr, long requested, BookkeeperInternalCallbacks.GetBookieInfoCallback cb, java.lang.Object ctx)
void
PerChannelBookieClient. getBookieInfo(long requested, BookkeeperInternalCallbacks.GetBookieInfoCallback cb, java.lang.Object ctx)
Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.GetBookieInfoCallback Constructor Description GetBookieInfoCompletion(PerChannelBookieClient.CompletionKey key, BookkeeperInternalCallbacks.GetBookieInfoCallback origCallback, java.lang.Object origCtx)
-