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.GetBookieInfoCallbackGetBookieInfoCompletion. cbMethods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.GetBookieInfoCallback Modifier and Type Method Description voidBookieClient. getBookieInfo(BookieId address, long requested, BookkeeperInternalCallbacks.GetBookieInfoCallback cb, java.lang.Object ctx)Read information about the bookie, from the bookie.voidBookieClientImpl. getBookieInfo(BookieId addr, long requested, BookkeeperInternalCallbacks.GetBookieInfoCallback cb, java.lang.Object ctx)voidPerChannelBookieClient. 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(CompletionKey key, BookkeeperInternalCallbacks.GetBookieInfoCallback origCallback, java.lang.Object origCtx, PerChannelBookieClient perChannelBookieClient)
-