| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api | |
| org.apache.hadoop.hive.metastore.utils |
Package consisting the utility methods for metastore.
|
| Modifier and Type | Method and Description |
|---|---|
ShowCompactResponseElement |
ShowCompactResponseElement.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<ShowCompactResponseElement> |
ShowCompactResponse.getCompacts() |
Iterator<ShowCompactResponseElement> |
ShowCompactResponse.getCompactsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShowCompactResponse.addToCompacts(ShowCompactResponseElement elem) |
int |
ShowCompactResponseElement.compareTo(ShowCompactResponseElement other) |
boolean |
ShowCompactResponseElement.equals(ShowCompactResponseElement that) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShowCompactResponse.setCompacts(List<ShowCompactResponseElement> compacts) |
| Constructor and Description |
|---|
ShowCompactResponseElement(ShowCompactResponseElement other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ShowCompactResponse(List<ShowCompactResponseElement> compacts) |
| Modifier and Type | Method and Description |
|---|---|
static List<ShowCompactResponseElement> |
FilterUtils.filterCompactionsIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
String catName,
List<ShowCompactResponseElement> compactions)
Filter the list of compactions if filtering is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ShowCompactResponseElement> |
FilterUtils.filterCompactionsIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
String catName,
List<ShowCompactResponseElement> compactions)
Filter the list of compactions if filtering is enabled.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.