Uses of Class
alluxio.table.under.glue.GlueDatabase
-
-
Uses of GlueDatabase in alluxio.table.under.glue
Methods in alluxio.table.under.glue that return GlueDatabase Modifier and Type Method Description static GlueDatabaseGlueDatabase. create(alluxio.table.common.udb.UdbContext udbContext, alluxio.table.common.udb.UdbConfiguration configuration)Create an instance of the Glue database UDB.Constructors in alluxio.table.under.glue with parameters of type GlueDatabase Constructor Description GlueTable(GlueDatabase glueDatabase, alluxio.table.common.udb.PathTranslator pathTranslator, java.lang.String name, alluxio.grpc.table.Schema schema, java.util.List<alluxio.grpc.table.ColumnStatisticsInfo> statistics, java.util.List<alluxio.grpc.table.FieldSchema> cols, java.util.List<alluxio.table.common.UdbPartition> udbPartitions, alluxio.grpc.table.Layout layout, com.amazonaws.services.glue.model.Table table)Create a new glue table instance.
-