Skip navigation links
A B C D G H I N P R S T U 

A

AbstractHiveClientPool - Class in alluxio.table.under.hive.util
A pool for hive clients.
AbstractHiveClientPool(DynamicResourcePool.Options) - Constructor for class alluxio.table.under.hive.util.AbstractHiveClientPool
 
acquireClientResource() - Method in class alluxio.table.under.hive.util.AbstractHiveClientPool
 
acquireClientResource() - Method in class alluxio.table.under.hive.util.DefaultHiveClientPool
 
ALLOW_DIFF_PART_LOC_PREFIX - Static variable in class alluxio.table.under.hive.Property
 
ALLOW_DIFF_PART_LOC_PREFIX - Static variable in class alluxio.table.under.hive.Property.Name
 
alluxio.table.under.hive - package alluxio.table.under.hive
 
alluxio.table.under.hive.util - package alluxio.table.under.hive.util
 

B

build() - Method in class alluxio.table.under.hive.Property.Builder
Register the unregistered udb property.
Builder(String) - Constructor for class alluxio.table.under.hive.Property.Builder
 
buildUnregistered() - Method in class alluxio.table.under.hive.Property.Builder
Creates the Udb alluxio.table.under.hive.Property without registering it with default property list.

C

closeResource(IMetaStoreClient) - Method in class alluxio.table.under.hive.util.DefaultHiveClientPool
 
create(UdbContext, UdbConfiguration) - Static method in class alluxio.table.under.hive.HiveDatabase
Creates an instance of the Hive database UDB.
create(UdbContext, UdbConfiguration) - Method in class alluxio.table.under.hive.HiveDatabaseFactory
 
createNewResource() - Method in class alluxio.table.under.hive.util.DefaultHiveClientPool
 

D

DefaultHiveClientPool - Class in alluxio.table.under.hive.util
A pool for hive clients, since hive clients are not thread safe.
DefaultHiveClientPool(String) - Constructor for class alluxio.table.under.hive.util.DefaultHiveClientPool
Creates a new hive client client pool.

G

getDatabaseInfo() - Method in class alluxio.table.under.hive.HiveDatabase
 
getDefaultValue() - Method in class alluxio.table.under.hive.Property
 
getDescription() - Method in class alluxio.table.under.hive.Property
 
getLayout() - Method in class alluxio.table.under.hive.HivePartition
 
getLayout() - Method in class alluxio.table.under.hive.HiveTable
 
getName() - Method in class alluxio.table.under.hive.HiveDatabase
 
getName() - Method in class alluxio.table.under.hive.HiveTable
 
getName() - Method in class alluxio.table.under.hive.Property
 
getOwner() - Method in class alluxio.table.under.hive.HiveTable
 
getParameters() - Method in class alluxio.table.under.hive.HiveTable
 
getPartitionCols() - Method in class alluxio.table.under.hive.HiveTable
 
getPartitions() - Method in class alluxio.table.under.hive.HiveTable
 
getPool(String) - Method in class alluxio.table.under.hive.util.HiveClientPoolCache
Get a hive client pool from the cache.
getSchema() - Method in class alluxio.table.under.hive.HiveTable
 
getSpec() - Method in class alluxio.table.under.hive.HivePartition
 
getStatistics() - Method in class alluxio.table.under.hive.HiveTable
 
getTable(String, UdbBypassSpec) - Method in class alluxio.table.under.hive.HiveDatabase
 
getTable(String, String) - Method in interface alluxio.table.under.hive.util.HiveCompatibility
Get table operation.
getTable(String, String) - Method in class alluxio.table.under.hive.util.HMSShim
 
getTableNames() - Method in class alluxio.table.under.hive.HiveDatabase
 
getType() - Method in class alluxio.table.under.hive.HiveDatabase
 
getType() - Method in class alluxio.table.under.hive.HiveDatabaseFactory
 
getUdbContext() - Method in class alluxio.table.under.hive.HiveDatabase
 

H

HiveClientPoolCache - Class in alluxio.table.under.hive.util
This class implements a cache for Client connection pools for Hive Clients.
HiveClientPoolCache() - Constructor for class alluxio.table.under.hive.util.HiveClientPoolCache
Constructor for the Client Pool cache.
HiveCompatibility - Interface in alluxio.table.under.hive.util
Hive compatibility.
HiveDatabase - Class in alluxio.table.under.hive
Hive database implementation.
HiveDatabaseFactory - Class in alluxio.table.under.hive
Factory to create database implementation.
HiveDatabaseFactory() - Constructor for class alluxio.table.under.hive.HiveDatabaseFactory
 
HivePartition - Class in alluxio.table.under.hive
Hive table implementation.
HivePartition(HiveLayout) - Constructor for class alluxio.table.under.hive.HivePartition
Creates an instance.
HiveTable - Class in alluxio.table.under.hive
Hive table implementation.
HiveTable(String, Schema, List<ColumnStatisticsInfo>, List<FieldSchema>, List<UdbPartition>, Layout, Table) - Constructor for class alluxio.table.under.hive.HiveTable
Creates a new instance.
HiveUtils - Class in alluxio.table.under.hive
Utilities for hive types.
HMSShim - Class in alluxio.table.under.hive.util
Implements a shim layer for hive metastore client.
HMSShim(IMetaStoreClient) - Constructor for class alluxio.table.under.hive.util.HMSShim
Constructor for HMSShim.

I

isHealthy(IMetaStoreClient) - Method in class alluxio.table.under.hive.util.DefaultHiveClientPool
 

N

Name() - Constructor for class alluxio.table.under.hive.Property.Name
 

P

Property - Class in alluxio.table.under.hive
This contains all the properties for this UDB.
Property(String, String, String) - Constructor for class alluxio.table.under.hive.Property
Create a alluxio.table.under.hive.Property instance.
Property.Builder - Class in alluxio.table.under.hive
UDB property builder.
Property.Name - Class in alluxio.table.under.hive
Corresponding configurations of HIVE configurations.

R

register(Property) - Static method in class alluxio.table.under.hive.Property
Registers the given UDB alluxio.table.under.hive.Property to the global map.

S

setDefaultValue(String) - Method in class alluxio.table.under.hive.Property.Builder
 
setDescription(String) - Method in class alluxio.table.under.hive.Property.Builder
 
setName(String) - Method in class alluxio.table.under.hive.Property.Builder
 
shouldGc(DynamicResourcePool<IMetaStoreClient>.ResourceInternal<IMetaStoreClient>) - Method in class alluxio.table.under.hive.util.DefaultHiveClientPool
 

T

tableExists(String, String) - Method in interface alluxio.table.under.hive.util.HiveCompatibility
Test if a table exists.
tableExists(String, String) - Method in class alluxio.table.under.hive.util.HMSShim
 
toProto(List<FieldSchema>) - Static method in class alluxio.table.under.hive.HiveUtils
 
toProto(StorageDescriptor, PathTranslator) - Static method in class alluxio.table.under.hive.HiveUtils
Convert from a StorageDescriptor to a Storage object.
toProto(ColumnStatisticsObj) - Static method in class alluxio.table.under.hive.HiveUtils
Convert ColumnStatisticsObj to proto definition.
toProtoSchema(List<FieldSchema>) - Static method in class alluxio.table.under.hive.HiveUtils
 
toString() - Method in class alluxio.table.under.hive.HivePartition
 
TYPE - Static variable in class alluxio.table.under.hive.HiveDatabaseFactory
 

U

unregister(Property) - Static method in class alluxio.table.under.hive.Property
Unregisters the given key from the global map.
A B C D G H I N P R S T U 
Skip navigation links

Copyright © 2021. All Rights Reserved.