Class CachedClientPool

  • All Implemented Interfaces:
    ClientPool<org.apache.hadoop.hive.metastore.HiveMetaStoreClient,​org.apache.thrift.TException>

    public class CachedClientPool
    extends java.lang.Object
    implements ClientPool<org.apache.hadoop.hive.metastore.HiveMetaStoreClient,​org.apache.thrift.TException>
    • Nested Class Summary

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R> R run​(ClientPool.Action<R,​org.apache.hadoop.hive.metastore.HiveMetaStoreClient,​org.apache.thrift.TException> action)  
      • Methods inherited from class java.lang.Object

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

      • run

        public <R> R run​(ClientPool.Action<R,​org.apache.hadoop.hive.metastore.HiveMetaStoreClient,​org.apache.thrift.TException> action)
                  throws org.apache.thrift.TException,
                         java.lang.InterruptedException
        Specified by:
        run in interface ClientPool<org.apache.hadoop.hive.metastore.HiveMetaStoreClient,​org.apache.thrift.TException>
        Throws:
        org.apache.thrift.TException
        java.lang.InterruptedException