public interface MetastoreClient extends AutoCloseable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MetastoreClient.Factory
Factory to create
MetastoreClient. |
| Modifier and Type | Method and Description |
|---|---|
void |
addPartition(LinkedHashMap<String,String> partition) |
void |
addPartitions(List<LinkedHashMap<String,String>> partitions) |
default void |
alterPartition(Partition partition) |
void |
dropPartition(LinkedHashMap<String,String> partition) |
void |
dropPartitions(List<LinkedHashMap<String,String>> partitions) |
void |
markPartitionDone(LinkedHashMap<String,String> partition) |
closevoid addPartition(LinkedHashMap<String,String> partition) throws Exception
Exceptionvoid addPartitions(List<LinkedHashMap<String,String>> partitions) throws Exception
Exceptionvoid dropPartition(LinkedHashMap<String,String> partition) throws Exception
Exceptionvoid dropPartitions(List<LinkedHashMap<String,String>> partitions) throws Exception
Exceptionvoid markPartitionDone(LinkedHashMap<String,String> partition) throws Exception
ExceptionCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.