Package org.apache.bookkeeper.proto
Interface BookkeeperInternalCallbacks.GetBookieInfoCallback
-
- Enclosing class:
- BookkeeperInternalCallbacks
public static interface BookkeeperInternalCallbacks.GetBookieInfoCallback
This is a callback interface for fetching metadata about a bookie.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getBookieInfoComplete(int rc, BookieInfoReader.BookieInfo bInfo, java.lang.Object ctx)
-
-
-
Method Detail
-
getBookieInfoComplete
void getBookieInfoComplete(int rc, BookieInfoReader.BookieInfo bInfo, java.lang.Object ctx)
-
-