Package | Description |
---|---|
org.apache.hadoop.hive.metastore.partition.spec | |
org.apache.hadoop.hive.metastore.utils |
Modifier and Type | Class and Description |
---|---|
static class |
CompositePartitionSpecProxy.Iterator
Iterator to iterate over all Partitions, across all PartitionSpecProxy instances within the Composite.
|
static class |
PartitionListComposingSpecProxy.Iterator |
static class |
PartitionSpecProxy.SimplePartitionWrapperIterator
Simple wrapper class for pre-constructed Partitions, to expose a PartitionIterator interface,
where the iterator-sequence consists of just one Partition.
|
static class |
PartitionSpecWithSharedSDProxy.Iterator
Iterator implementation to iterate over all Partitions within the PartitionSpecWithSharedSDProxy.
|
Modifier and Type | Method and Description |
---|---|
PartitionSpecProxy.PartitionIterator |
CompositePartitionSpecProxy.getPartitionIterator() |
PartitionSpecProxy.PartitionIterator |
PartitionSpecWithSharedSDProxy.getPartitionIterator() |
PartitionSpecProxy.PartitionIterator |
PartitionListComposingSpecProxy.getPartitionIterator() |
abstract PartitionSpecProxy.PartitionIterator |
PartitionSpecProxy.getPartitionIterator()
Iterator to the (virtual) sequence of Partitions represented by the PartitionSpec.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
MetaStoreUtils.updatePartitionStatsFast(PartitionSpecProxy.PartitionIterator part,
org.apache.hadoop.hive.metastore.api.Table table,
Warehouse wh,
boolean madeDir,
boolean forceRecompute,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
boolean isCreate)
Updates the numFiles and totalSize parameters for the passed Partition by querying
the warehouse if the passed Partition does not already have values for these parameters.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.