public interface PartitionHandler extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
alterPartitions(List<PartitionStatistics> partitions) |
static PartitionHandler |
create(Catalog catalog,
Identifier identifier) |
void |
createPartitions(List<Map<String,String>> partitions) |
void |
dropPartitions(List<Map<String,String>> partitions) |
void |
markDonePartitions(List<Map<String,String>> partitions) |
closevoid createPartitions(List<Map<String,String>> partitions) throws Catalog.TableNotExistException
Catalog.TableNotExistExceptionvoid dropPartitions(List<Map<String,String>> partitions) throws Catalog.TableNotExistException
Catalog.TableNotExistExceptionvoid alterPartitions(List<PartitionStatistics> partitions) throws Catalog.TableNotExistException
Catalog.TableNotExistExceptionvoid markDonePartitions(List<Map<String,String>> partitions) throws Catalog.TableNotExistException
Catalog.TableNotExistExceptionstatic PartitionHandler create(Catalog catalog, Identifier identifier)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.