public class IcebergCatalog extends InMemoryCatalog
Constructor and Description |
---|
IcebergCatalog(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> properties) |
Modifier and Type | Method and Description |
---|---|
InMemoryMetaStore |
metaStore()
The underlying
MetaStore that actually manages tables. |
java.lang.String |
type()
A type that defines this catalog.
|
name, properties
public IcebergCatalog(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> properties)
public InMemoryMetaStore metaStore()
Catalog
MetaStore
that actually manages tables.metaStore
in interface Catalog
metaStore
in class InMemoryCatalog
public java.lang.String type()
Catalog
type
in interface Catalog
type
in class InMemoryCatalog