@Internal public abstract class AbstractCatalogStore extends Object implements CatalogStore
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isOpen
Catalog store state.
|
| Constructor and Description |
|---|
AbstractCatalogStore() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkOpenState()
Checks whether the catalog store is currently open.
|
void |
close()
Closes the catalog store.
|
void |
open()
Opens the catalog store.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontains, getCatalog, listCatalogs, removeCatalog, storeCatalogpublic void open()
open in interface CatalogStorepublic void close()
close in interface CatalogStoreprotected void checkOpenState()
IllegalStateException - if the store is closedCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.