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) |
close
void addPartition(LinkedHashMap<String,String> partition) throws Exception
Exception
void addPartitions(List<LinkedHashMap<String,String>> partitions) throws Exception
Exception
void dropPartition(LinkedHashMap<String,String> partition) throws Exception
Exception
void dropPartitions(List<LinkedHashMap<String,String>> partitions) throws Exception
Exception
void markPartitionDone(LinkedHashMap<String,String> partition) throws Exception
Exception
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.