class FlinkCatalogFactory extends CatalogFactory
A factory for catalog data access for Flink use cases.
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FlinkCatalogFactory
- CatalogFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FlinkCatalogFactory(dataClientSettings: Settings)
Constructs a new instance with custom Data Client Settings.
Constructs a new instance with custom Data Client Settings.
- dataClientSettings
Data Client settings (see the Data Client documentation)
- new FlinkCatalogFactory()
Constructs a new instance with default Data Client Settings.
- new FlinkCatalogFactory(optionalDataClientSettings: Option[Settings])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def create(hrn: HRN): Catalog
Gets the latest available version of the catalog pointed by the specified HRN.
Gets the latest available version of the catalog pointed by the specified HRN.
- Definition Classes
- FlinkCatalogFactory → CatalogFactory
- def create(hrn: HRN, version: Long): Catalog
Gets a specific version of a catalog.
Gets a specific version of a catalog.
- Definition Classes
- FlinkCatalogFactory → CatalogFactory
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def terminate(): Unit
Release the acquired resources when accessing the catalogs is not needed anymore.
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)