| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.messaging | |
| org.apache.hadoop.hive.metastore.messaging.json |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterable<PartitionFiles> |
AddPartitionMessage.getPartitionFilesIter()
Get iterable of partition name and file lists created as a result of this DDL operation
|
| Modifier and Type | Method and Description |
|---|---|
AddPartitionMessage |
MessageBuilder.buildAddPartitionMessage(Table table,
Iterator<Partition> partitionsIterator,
Iterator<PartitionFiles> partitionFileIter) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PartitionFiles> |
JSONAddPartitionMessage.getPartitionFilesIter() |
| Constructor and Description |
|---|
JSONAddPartitionMessage(String server,
String servicePrincipal,
Table tableObj,
Iterator<Partition> partitionsIterator,
Iterator<PartitionFiles> partitionFileIter,
Long timestamp)
Note that we get an Iterator rather than an Iterable here: so we can only walk thru the list once
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.