@Internal public interface CatalogLock extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CatalogLock.Factory
Factory to create
CatalogLock. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
runWithLock(String database,
String table,
Callable<T> callable)
Run with catalog lock.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.