final class FlinkDataClient extends AnyRef
- Alphabetic
- By Inheritance
- FlinkDataClient
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FlinkDataClient()
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
- def adminApi(settings: Settings = defaultSettings): FlinkAdminApi
Create a catalog and configuration administration API object
Create a catalog and configuration administration API object
- settings
setting to be used while using admin API
- returns
catalog admin API
- 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()
- val defaultSettings: Settings
Default setting which will be used if no overrides is provided
- 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()
- def invalidateCache(hrn: HRN): Unit
Invalidate internal caches for catalog
Invalidate internal caches for catalog
- hrn
catalog identifier
- 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()
- def publishApi(hrn: HRN, settings: Settings = defaultSettings): FlinkPublishApi
Create a catalog publish API object
Create a catalog publish API object
- hrn
catalog identifier
- settings
setting to be used while using publish API
- returns
catalog publish API if catalog exists, return error if catalog does not exists
- def queryApi(hrn: HRN, settings: Settings = defaultSettings): FlinkQueryApi
Create a catalog query API object
Create a catalog query API object
- hrn
catalog identifier
- settings
setting to be used while using query API
- returns
catalog query API if catalog exists, return error if catalog does not exists
- def readEngine(hrn: HRN, settings: Settings = defaultSettings): FlinkReadEngine
Read engine supporting read operations in Flink from underlying storage
Read engine supporting read operations in Flink from underlying storage
- hrn
catalog identifier
- settings
DataClient settings
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def terminate(): Unit
Terminates the underlying context
- 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])
- def writeEngine(hrn: HRN, blobIdGenerator: BlobIdGenerator = new UUIDBlobIdGenerator(), settings: Settings = defaultSettings): FlinkWriteEngine
Write engine supporting write operations from Flink to the underlying storage
Write engine supporting write operations from Flink to the underlying storage
- hrn
catalog identifier
- settings
DataClient settings
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)