| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
Catalog.deepCopy() |
Catalog |
CreateCatalogRequest.getCatalog() |
Catalog |
GetCatalogResponse.getCatalog() |
Catalog |
AlterCatalogRequest.getNewCat() |
| Modifier and Type | Method and Description |
|---|---|
int |
Catalog.compareTo(Catalog other) |
boolean |
Catalog.equals(Catalog that) |
void |
CreateCatalogRequest.setCatalog(Catalog catalog) |
void |
GetCatalogResponse.setCatalog(Catalog catalog) |
void |
AlterCatalogRequest.setNewCat(Catalog newCat) |
| Constructor and Description |
|---|
AlterCatalogRequest(java.lang.String name,
Catalog newCat) |
Catalog(Catalog other)
Performs a deep copy on other.
|
CreateCatalogRequest(Catalog catalog) |
GetCatalogResponse(Catalog catalog) |
Copyright © 2013-2021. All Rights Reserved.