| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetastoreClosure.alterPartition(HiveIdentity identity,
String databaseName,
String tableName,
PartitionWithStatistics partition) |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetastoreClosure.addPartitions(HiveIdentity identity,
String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordingHiveMetastore.alterPartition(HiveIdentity identity,
String databaseName,
String tableName,
PartitionWithStatistics partition) |
void |
HiveMetastore.alterPartition(HiveIdentity identity,
String databaseName,
String tableName,
PartitionWithStatistics partition) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordingHiveMetastore.addPartitions(HiveIdentity identity,
String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
void |
HiveMetastore.addPartitions(HiveIdentity identity,
String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlluxioHiveMetastore.alterPartition(HiveIdentity identity,
String databaseName,
String tableName,
PartitionWithStatistics partition) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlluxioHiveMetastore.addPartitions(HiveIdentity identity,
String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachingHiveMetastore.alterPartition(HiveIdentity identity,
String databaseName,
String tableName,
PartitionWithStatistics partition) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachingHiveMetastore.addPartitions(HiveIdentity identity,
String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileHiveMetastore.alterPartition(HiveIdentity identity,
String databaseName,
String tableName,
PartitionWithStatistics partitionWithStatistics) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileHiveMetastore.addPartitions(HiveIdentity identity,
String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
| Constructor and Description |
|---|
PartitionMetadata(Table table,
PartitionWithStatistics partitionWithStatistics) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlueHiveMetastore.alterPartition(HiveIdentity identity,
String databaseName,
String tableName,
PartitionWithStatistics partition) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlueHiveMetastore.addPartitions(HiveIdentity identity,
String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
| Modifier and Type | Method and Description |
|---|---|
static com.amazonaws.services.glue.model.PartitionInput |
GlueInputConverter.convertPartition(PartitionWithStatistics partitionWithStatistics,
GlueColumnStatisticsProvider columnStatisticsProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.alterPartition(HiveIdentity identity,
String databaseName,
String tableName,
PartitionWithStatistics partitionWithStatistics) |
void |
BridgingHiveMetastore.alterPartition(HiveIdentity identity,
String databaseName,
String tableName,
PartitionWithStatistics partition) |
void |
ThriftMetastore.alterPartition(HiveIdentity identity,
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(HiveIdentity identity,
String databaseName,
String tableName,
List<PartitionWithStatistics> partitionsWithStatistics) |
void |
BridgingHiveMetastore.addPartitions(HiveIdentity identity,
String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
void |
ThriftMetastore.addPartitions(HiveIdentity identity,
String databaseName,
String tableName,
List<PartitionWithStatistics> partitions) |
Copyright © 2012–2020. All rights reserved.