| Modifier and Type | Method and Description |
|---|---|
void |
RecordingHiveMetastore.alterPartition(String databaseName,
String tableName,
PartitionWithStatistics partition) |
void |
CachingHiveMetastore.alterPartition(String databaseName,
String tableName,
PartitionWithStatistics partition) |
void |
HiveMetastore.alterPartition(String databaseName,
String tableName,
PartitionWithStatistics partition) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordingHiveMetastore.addPartitions(String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
void |
CachingHiveMetastore.addPartitions(String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
void |
HiveMetastore.addPartitions(String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileHiveMetastore.alterPartition(String databaseName,
String tableName,
PartitionWithStatistics partitionWithStatistics) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileHiveMetastore.addPartitions(String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
| Constructor and Description |
|---|
PartitionMetadata(Table table,
PartitionWithStatistics partitionWithStatistics) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlueHiveMetastore.alterPartition(String databaseName,
String tableName,
PartitionWithStatistics partition) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlueHiveMetastore.addPartitions(String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
| Modifier and Type | Method and Description |
|---|---|
static com.amazonaws.services.glue.model.PartitionInput |
GlueInputConverter.convertPartition(PartitionWithStatistics partitionWithStatistics) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.alterPartition(String databaseName,
String tableName,
PartitionWithStatistics partitionWithStatistics) |
void |
BridgingHiveMetastore.alterPartition(String databaseName,
String tableName,
PartitionWithStatistics partition) |
void |
ThriftMetastore.alterPartition(String databaseName,
String tableName,
PartitionWithStatistics partition) |
static org.apache.hadoop.hive.metastore.api.Partition |
ThriftMetastoreUtil.toMetastoreApiPartition(PartitionWithStatistics partitionWithStatistics) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.addPartitions(String databaseName,
String tableName,
List<PartitionWithStatistics> partitionsWithStatistics) |
void |
BridgingHiveMetastore.addPartitions(String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
void |
ThriftMetastore.addPartitions(String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
Copyright © 2012–2019. All rights reserved.