| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| 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 |
|---|---|
default Catalog |
MetaStoreFilterHook.filterCatalog(Catalog catalog)
Filter a catalog object.
|
Catalog |
HiveMetaStoreClient.getCatalog(String catName) |
Catalog |
IMetaStoreClient.getCatalog(String catName)
Get a catalog object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetaStoreClient.alterCatalog(String catalogName,
Catalog newCatalog) |
void |
IMetaStoreClient.alterCatalog(String catalogName,
Catalog newCatalog)
Alter an existing catalog.
|
void |
HiveMetaStoreClient.createCatalog(Catalog catalog) |
void |
IMetaStoreClient.createCatalog(Catalog catalog)
Create a new catalog.
|
org.apache.hadoop.fs.Path |
Warehouse.determineDatabasePath(Catalog cat,
Database db)
Build the database path based on catalog name and database name.
|
default Catalog |
MetaStoreFilterHook.filterCatalog(Catalog catalog)
Filter a catalog object.
|
| 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(String name,
Catalog newCat) |
Catalog(Catalog other)
Performs a deep copy on other.
|
CreateCatalogRequest(Catalog catalog) |
GetCatalogResponse(Catalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
static Catalog |
FilterUtils.filterCatalogIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
Catalog catalog)
Filter the catalog if filtering is enabled; Otherwise, return original object
|
| Modifier and Type | Method and Description |
|---|---|
static Catalog |
FilterUtils.filterCatalogIfEnabled(boolean isFilterEnabled,
MetaStoreFilterHook filterHook,
Catalog catalog)
Filter the catalog if filtering is enabled; Otherwise, return original object
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.