boolean |
NessieStore.addPartition(org.apache.hadoop.hive.metastore.api.Partition part) |
|
boolean |
NessieStore.addPartitions(String dbName,
String tblName,
List<org.apache.hadoop.hive.metastore.api.Partition> parts) |
|
boolean |
NessieStore.addPartitions(String dbName,
String tblName,
org.apache.hadoop.hive.metastore.partition.spec.PartitionSpecProxy partitionSpec,
boolean ifNotExists) |
|
boolean |
NessieStore.alterDatabase(String dbname,
org.apache.hadoop.hive.metastore.api.Database db) |
|
void |
NessieStore.alterPartition(String db_name,
String tbl_name,
List<String> part_vals,
org.apache.hadoop.hive.metastore.api.Partition new_part) |
|
void |
NessieStore.alterPartitions(String db_name,
String tbl_name,
List<List<String>> part_vals_list,
List<org.apache.hadoop.hive.metastore.api.Partition> new_parts) |
|
void |
NessieStore.alterTable(String dbname,
String name,
org.apache.hadoop.hive.metastore.api.Table newTable) |
|
void |
NessieStore.createDatabase(org.apache.hadoop.hive.metastore.api.Database db) |
|
void |
NessieStore.createTable(org.apache.hadoop.hive.metastore.api.Table tbl) |
|
boolean |
NessieStore.doesPartitionExist(String dbName,
String tableName,
List<String> part_vals) |
|
boolean |
NessieStore.dropDatabase(String dbname) |
|
boolean |
NessieStore.dropPartition(String dbName,
String tableName,
List<String> part_vals) |
|
void |
NessieStore.dropPartitions(String dbName,
String tblName,
List<String> partNames) |
|
boolean |
NessieStore.dropTable(String dbName,
String tableName) |
|
List<String> |
NessieStore.getAllTables(String dbName) |
|
org.apache.hadoop.hive.metastore.api.Database |
NessieStore.getDatabase(String name) |
|
int |
NessieStore.getNumPartitionsByExpr(String dbName,
String tblName,
byte[] expr) |
|
int |
NessieStore.getNumPartitionsByFilter(String dbName,
String tblName,
String filter) |
|
org.apache.hadoop.hive.metastore.api.Partition |
NessieStore.getPartition(String dbName,
String tableName,
List<String> part_vals) |
|
Map<String,List<String>> |
NessieStore.getPartitionColsWithStats(String dbName,
String tableName) |
|
List<org.apache.hadoop.hive.metastore.api.Partition> |
NessieStore.getPartitions(String dbName,
String tableName,
int max) |
|
boolean |
NessieStore.getPartitionsByExpr(String dbName,
String tblName,
byte[] expr,
String defaultPartitionName,
short maxParts,
List<org.apache.hadoop.hive.metastore.api.Partition> result) |
|
List<org.apache.hadoop.hive.metastore.api.Partition> |
NessieStore.getPartitionsByFilter(String dbName,
String tblName,
String filter,
short maxParts) |
|
List<org.apache.hadoop.hive.metastore.api.Partition> |
NessieStore.getPartitionsByNames(String dbName,
String tblName,
List<String> partNames) |
|
List<org.apache.hadoop.hive.metastore.api.Partition> |
NessieStore.getPartitionsWithAuth(String dbName,
String tblName,
short maxParts,
String userName,
List<String> groupNames) |
|
org.apache.hadoop.hive.metastore.api.Partition |
NessieStore.getPartitionWithAuth(String dbName,
String tblName,
List<String> partVals,
String user_name,
List<String> group_names) |
|
org.apache.hadoop.hive.metastore.api.Table |
NessieStore.getTable(String dbName,
String tableName) |
|
List<org.apache.hadoop.hive.metastore.api.TableMeta> |
NessieStore.getTableMeta(String dbNames,
String tableNames,
List<String> tableTypes) |
|
List<org.apache.hadoop.hive.metastore.api.Table> |
NessieStore.getTableObjectsByName(String dbname,
List<String> tableNames) |
|
List<String> |
NessieStore.getTables(String dbName,
String pattern) |
|
List<String> |
NessieStore.getTables(String dbName,
String pattern,
org.apache.hadoop.hive.metastore.TableType tableType) |
|
List<String> |
NessieStore.listPartitionNames(String db_name,
String tbl_name,
short max_parts) |
|
List<String> |
NessieStore.listPartitionNamesByFilter(String db_name,
String tbl_name,
String filter,
short max_parts) |
|
List<org.apache.hadoop.hive.metastore.api.Partition> |
NessieStore.listPartitionsPsWithAuth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String userName,
List<String> groupNames) |
|
org.apache.hadoop.hive.metastore.api.PartitionValuesResponse |
NessieStore.listPartitionValues(String db_name,
String tbl_name,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> cols,
boolean applyDistinct,
String filter,
boolean ascending,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> order,
long maxParts) |
|
List<String> |
NessieStore.listTableNamesByFilter(String dbName,
String filter,
short max_tables) |
|