Package org.apache.flink.table.catalog
Interface CatalogLock.Factory
-
- All Superinterfaces:
Serializable
- Enclosing interface:
- CatalogLock
@Deprecated @Internal public static interface CatalogLock.Factory extends Serializable
Deprecated.This interface will be removed soon. Please see FLIP-346 for more details.Factory to createCatalogLock
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CatalogLock
create()
Deprecated.
-
-
-
Method Detail
-
create
CatalogLock create()
Deprecated.
-
-