@Internal public interface Catalog
MetaStore
to manage tables and table
providers.Modifier and Type | Method and Description |
---|---|
MetaStore |
metaStore()
The underlying
MetaStore that actually manages tables. |
java.lang.String |
name()
The name of this catalog, specified by the user.
|
java.util.Map<java.lang.String,java.lang.String> |
properties()
User-specified configuration properties.
|
java.lang.String |
type()
A type that defines this catalog.
|