Package org.apache.flink.table.catalog
Interface CatalogLock
-
- All Superinterfaces:
AutoCloseable
,Closeable
@Deprecated @Internal public interface CatalogLock extends Closeable
Deprecated.This interface will be removed soon. Please see FLIP-346 for more details.An interface that allows source and sink to use global lock to some transaction-related things.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CatalogLock.Factory
Deprecated.This interface will be removed soon.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description <T> T
runWithLock(String database, String table, Callable<T> callable)
Deprecated.Run with catalog lock.
-