JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.gravitino
Interface CatalogProvider
@Evolving
public interface
CatalogProvider
A Catalog provider is a class that provides a short name for a catalog. This short name is used when creating a catalog.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
shortName
()
The string that represents the catalog that this provider uses.
Method Detail
shortName
java.lang.String shortName()
The string that represents the catalog that this provider uses. This is overridden by children to provide a nice alias for the catalog.
Returns:
The string that represents the catalog that this provider uses.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method