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(BinaryRow partition) |
void |
addPartition(LinkedHashMap<String,String> partitionSpec) |
void |
deletePartition(LinkedHashMap<String,String> partitionSpec) |
void |
markDone(LinkedHashMap<String,String> partitionSpec) |
closevoid addPartition(LinkedHashMap<String,String> partitionSpec) throws Exception
Exceptionvoid deletePartition(LinkedHashMap<String,String> partitionSpec) throws Exception
Exceptionvoid markDone(LinkedHashMap<String,String> partitionSpec) throws Exception
ExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.