public abstract class AbstractHiveClientPool extends DynamicResourcePool<org.apache.hadoop.hive.metastore.IMetaStoreClient>
DynamicResourcePool.Options, DynamicResourcePool.ResourceInternal<R>, DynamicResourcePool.SelectionPolicy
mClock, mResources, mSelectionPolicy
Modifier | Constructor and Description |
---|---|
protected |
AbstractHiveClientPool(DynamicResourcePool.Options options) |
Modifier and Type | Method and Description |
---|---|
abstract CloseableResource<org.apache.hadoop.hive.metastore.IMetaStoreClient> |
acquireClientResource() |
acquire, acquire, close, closeResource, createNewResource, getMetricCounter, isHealthy, release, shouldGc, size
protected AbstractHiveClientPool(DynamicResourcePool.Options options)
public abstract CloseableResource<org.apache.hadoop.hive.metastore.IMetaStoreClient> acquireClientResource() throws IOException
IOException
Copyright © 2023. All Rights Reserved.