Class MetastoreUtils.SyncMetastoreCallback<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.concurrent.CountDownLatch doneLatch  
      (package private) int rc  
      (package private) T result  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void complete​(int rc, T value, java.lang.Object ctx)  
      T getResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rc

        int rc
      • result

        T result
      • doneLatch

        final java.util.concurrent.CountDownLatch doneLatch
    • Constructor Detail

      • SyncMetastoreCallback

        SyncMetastoreCallback()