Package | Description |
---|---|
org.apache.hadoop.hive.metastore.api |
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) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.