@Internal public abstract class AbstractCatalogStore extends Object implements CatalogStore
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
isOpen
Catalog store state.
|
| 构造器和说明 |
|---|
AbstractCatalogStore() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 CatalogStorepublic void close()
close 在接口中 CatalogStoreprotected void checkOpenState()
IllegalStateException - if the store is closedCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.