Interface MetastoreCallback<T>

All Known Subinterfaces:
MetastoreCursor.ReadEntriesCallback
All Known Implementing Classes:
MetastoreUtils.MultiMetastoreCallback, MetastoreUtils.SyncMetastoreCallback

public interface MetastoreCallback<T>
Metastore callback.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    complete(int rc, T value, Object ctx)