@Deprecated @Internal public interface CatalogLock extends Closeable
Modifier and Type | Interface and Description |
---|---|
static interface |
CatalogLock.Factory
Deprecated.
This interface will be removed soon. Please see FLIP-346 for more details.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
runWithLock(String database,
String table,
Callable<T> callable)
Deprecated.
Run with catalog lock.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.