Package | Description |
---|---|
org.apache.paimon.client | |
org.apache.paimon.hive | |
org.apache.paimon.hive.pool | |
org.apache.paimon.jdbc |
Modifier and Type | Class and Description |
---|---|
static class |
ClientPool.ClientPoolImpl<C,E extends Exception>
Default implementation for
ClientPool . |
Modifier and Type | Method and Description |
---|---|
static ClientPool<org.apache.hadoop.hive.metastore.IMetaStoreClient,org.apache.thrift.TException> |
HiveCatalogLock.createClients(org.apache.hadoop.hive.conf.HiveConf conf,
Options options,
String clientClassName) |
Constructor and Description |
---|
HiveCatalogLock(ClientPool<org.apache.hadoop.hive.metastore.IMetaStoreClient,org.apache.thrift.TException> clients,
long checkMaxSleep,
long acquireTimeout) |
Modifier and Type | Class and Description |
---|---|
class |
CachedClientPool
A ClientPool that caches the underlying HiveClientPool instances.
|
class |
HiveClientPool
Pool of Hive Metastore clients.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcClientPool
Client pool for jdbc.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.