A B C G M N P R S T U 
All Classes All Packages

A

alluxio.table.under.glue - package alluxio.table.under.glue
 
AWS_GLUE_ACCESS_KEY - Static variable in class alluxio.table.under.glue.Property
 
AWS_GLUE_ACCESS_KEY - Static variable in class alluxio.table.under.glue.Property.Name
 
AWS_GLUE_SECRET_KEY - Static variable in class alluxio.table.under.glue.Property
 
AWS_GLUE_SECRET_KEY - Static variable in class alluxio.table.under.glue.Property.Name
 
AWS_PROXY_HOST - Static variable in class alluxio.table.under.glue.Property
 
AWS_PROXY_HOST - Static variable in class alluxio.table.under.glue.Property.Name
 
AWS_PROXY_PASSWORD - Static variable in class alluxio.table.under.glue.Property
 
AWS_PROXY_PASSWORD - Static variable in class alluxio.table.under.glue.Property.Name
 
AWS_PROXY_PORT - Static variable in class alluxio.table.under.glue.Property
 
AWS_PROXY_PORT - Static variable in class alluxio.table.under.glue.Property.Name
 
AWS_PROXY_PROTOCOL - Static variable in class alluxio.table.under.glue.Property
 
AWS_PROXY_PROTOCOL - Static variable in class alluxio.table.under.glue.Property.Name
 
AWS_PROXY_USER_NAME - Static variable in class alluxio.table.under.glue.Property
 
AWS_PROXY_USER_NAME - Static variable in class alluxio.table.under.glue.Property.Name
 

B

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

C

CATALOG_ID - Static variable in class alluxio.table.under.glue.Property
 
CATALOG_ID - Static variable in class alluxio.table.under.glue.Property.Name
 
create(UdbContext, UdbConfiguration) - Static method in class alluxio.table.under.glue.GlueDatabase
Create an instance of the Glue database UDB.
create(UdbContext, UdbConfiguration) - Method in class alluxio.table.under.glue.GlueDatabaseFactory
 
createAsyncGlueClient(UdbConfiguration) - Static method in class alluxio.table.under.glue.GlueDatabase
This method allows user to test udb glue client with remote glue server.

G

getClient() - Method in class alluxio.table.under.glue.GlueDatabase
Get Glue Client.
getDatabaseInfo() - Method in class alluxio.table.under.glue.GlueDatabase
 
getDefaultValue() - Method in class alluxio.table.under.glue.Property
 
getDescription() - Method in class alluxio.table.under.glue.Property
 
getLayout() - Method in class alluxio.table.under.glue.GluePartition
 
getLayout() - Method in class alluxio.table.under.glue.GlueTable
 
getName() - Method in class alluxio.table.under.glue.GlueDatabase
 
getName() - Method in class alluxio.table.under.glue.GlueTable
 
getName() - Method in class alluxio.table.under.glue.Property
 
getOwner() - Method in class alluxio.table.under.glue.GlueTable
 
getParameters() - Method in class alluxio.table.under.glue.GlueTable
 
getPartitionCols() - Method in class alluxio.table.under.glue.GlueTable
 
getPartitions() - Method in class alluxio.table.under.glue.GlueTable
 
getSchema() - Method in class alluxio.table.under.glue.GlueTable
 
getSpec() - Method in class alluxio.table.under.glue.GluePartition
 
getStatistics() - Method in class alluxio.table.under.glue.GlueTable
 
getTable(String, UdbBypassSpec) - Method in class alluxio.table.under.glue.GlueDatabase
 
getTableNames() - Method in class alluxio.table.under.glue.GlueDatabase
 
getType() - Method in class alluxio.table.under.glue.GlueDatabase
 
getType() - Method in class alluxio.table.under.glue.GlueDatabaseFactory
 
getUdbContext() - Method in class alluxio.table.under.glue.GlueDatabase
 
GLUE_REGION - Static variable in class alluxio.table.under.glue.Property
 
GLUE_REGION - Static variable in class alluxio.table.under.glue.Property.Name
 
GlueDatabase - Class in alluxio.table.under.glue
Glue database implementation.
GlueDatabase(UdbContext, UdbConfiguration, String) - Constructor for class alluxio.table.under.glue.GlueDatabase
 
GlueDatabaseFactory - Class in alluxio.table.under.glue
Glue database factory to create database implementation.
GlueDatabaseFactory() - Constructor for class alluxio.table.under.glue.GlueDatabaseFactory
 
GluePartition - Class in alluxio.table.under.glue
Glue partition implementation.
GluePartition(HiveLayout) - Constructor for class alluxio.table.under.glue.GluePartition
Create Glue partition instance.
GlueTable - Class in alluxio.table.under.glue
Glue table implementation.
GlueTable(GlueDatabase, PathTranslator, String, Schema, List<ColumnStatisticsInfo>, List<FieldSchema>, List<UdbPartition>, Layout, Table) - Constructor for class alluxio.table.under.glue.GlueTable
Create a new glue table instance.
GlueUtils - Class in alluxio.table.under.glue
Glue utils.

M

makePartitionName(List<Column>, List<String>) - Static method in class alluxio.table.under.glue.GlueUtils
Align to hive makePartName, convert glue partition information to alluxio partition name.
makePartName(List<String>, List<String>) - Static method in class alluxio.table.under.glue.GlueUtils
Make partition name for glue, wrapper of hive makePartName.
MAX_GLUE_CONNECTION - Static variable in class alluxio.table.under.glue.Property
 
MAX_GLUE_CONNECTION - Static variable in class alluxio.table.under.glue.Property.Name
 
MAX_GLUE_FETCH_PARTITIONS - Static variable in class alluxio.table.under.glue.Property
 
MAX_GLUE_FETCH_PARTITIONS - Static variable in class alluxio.table.under.glue.Property.Name
 

N

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

P

PARTITION_COLUMN_STATISTICS_ENABLE - Static variable in class alluxio.table.under.glue.Property.Name
 
PARTITION_COLUMN_STATISTICS_ENABLE - Static variable in class alluxio.table.under.glue.Property
 
Property - Class in alluxio.table.under.glue
This contains all the properties for Glue UDB.
Property(String, String, String) - Constructor for class alluxio.table.under.glue.Property
Create a alluxio.table.under.glue.Property instance.
Property.Builder - Class in alluxio.table.under.glue
UDB property builder.
Property.Name - Class in alluxio.table.under.glue
Corresponding configurations of GLUE configurations.

R

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

S

setDefaultValue(String) - Method in class alluxio.table.under.glue.Property.Builder
 
setDescription(String) - Method in class alluxio.table.under.glue.Property.Builder
 
setName(String) - Method in class alluxio.table.under.glue.Property.Builder
 

T

TABLE_COLUMN_STATISTICS_ENABLE - Static variable in class alluxio.table.under.glue.Property.Name
 
TABLE_COLUMN_STATISTICS_ENABLE - Static variable in class alluxio.table.under.glue.Property
 
toProto(ColumnStatistics) - Static method in class alluxio.table.under.glue.GlueUtils
Convert glue ColumnStatistics to Alluxio ColumnStatisticsInfo.
toProto(StorageDescriptor, PathTranslator) - Static method in class alluxio.table.under.glue.GlueUtils
Convert the Glue Storage Descriptor and Translator information to Storage.
toProto(List<Column>) - Static method in class alluxio.table.under.glue.GlueUtils
Convert the Glue FieldSchema to Alluxio FieldSchema.
toProtoSchema(List<Column>) - Static method in class alluxio.table.under.glue.GlueUtils
Convert glue field schema to alluxio proto (Glue do not have filedschema api).
toString() - Method in class alluxio.table.under.glue.GluePartition
 
TYPE - Static variable in class alluxio.table.under.glue.GlueDatabaseFactory
 

U

unregister(Property) - Static method in class alluxio.table.under.glue.Property
Unregisters the given key from the global map.
A B C G M N P R S T U 
All Classes All Packages