| Package | Description |
|---|---|
| com.hotels.hcommon.hive.metastore.iterator |
| Modifier and Type | Method and Description |
|---|---|
static PartitionIterator.Ordering |
PartitionIterator.Ordering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionIterator.Ordering[] |
PartitionIterator.Ordering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PartitionIterator(org.apache.hadoop.hive.metastore.IMetaStoreClient metastore,
org.apache.hadoop.hive.metastore.api.Table table,
short batchSize,
List<String> partitionNames,
PartitionIterator.Ordering ordering) |
PartitionIterator(org.apache.hadoop.hive.metastore.IMetaStoreClient metastore,
org.apache.hadoop.hive.metastore.api.Table table,
short batchSize,
PartitionIterator.Ordering ordering) |
Copyright © 2018–2020 Hotels.com (Data Platform Team). All rights reserved.