Package org.apache.bookkeeper.metastore
Interface MetastoreCallback<T>
-
- All Known Subinterfaces:
MetastoreCursor.ReadEntriesCallback
- All Known Implementing Classes:
MetastoreUtils.MultiMetastoreCallback,MetastoreUtils.SyncMetastoreCallback
public interface MetastoreCallback<T>Metastore callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomplete(int rc, T value, java.lang.Object ctx)
-
-
-
Method Detail
-
complete
void complete(int rc, T value, java.lang.Object ctx)- See Also:
MSException.Code
-
-