class DeltaCatalogFactory extends CatalogFactory
The catalog factory implementation for Delta Catalog. This factory will be discovered by Flink runtime using Java’s Service Provider Interfaces (SPI) based on resources/META-INF/services/org.apache.flink.table.factories.Factory file.
Flink runtime will call #createCatalog(Context) method that will return new Delta Catalog
instance.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeltaCatalogFactory
- CatalogFactory
- Factory
- TableFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DeltaCatalogFactory()
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createCatalog(context: Context): Catalog
Creates and configures a Catalog using the given context
Creates and configures a Catalog using the given context
- context
Contextobject containing catalog properties.- returns
new instance of Delta Catalog.
- Definition Classes
- DeltaCatalogFactory → CatalogFactory
- Annotations
- @Override()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
factoryIdentifier(): String
- Definition Classes
- DeltaCatalogFactory → CatalogFactory → Factory
- Annotations
- @Override()
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
optionalOptions(): Set[ConfigOption[_]]
- Definition Classes
- CatalogFactory → Factory
-
def
requiredOptions(): Set[ConfigOption[_]]
- Definition Classes
- CatalogFactory → Factory
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
def
createCatalog(arg0: String, arg1: Map[String, String]): Catalog
- Definition Classes
- CatalogFactory
- Annotations
- @Deprecated
- Deprecated
-
def
requiredContext(): Map[String, String]
- Definition Classes
- CatalogFactory → TableFactory
- Annotations
- @Deprecated
- Deprecated
-
def
supportedProperties(): List[String]
- Definition Classes
- CatalogFactory → TableFactory
- Annotations
- @Deprecated
- Deprecated