Packages

case class DeltaLakeTableConnection(id: ConnectionId, catalog: Option[String] = None, db: String, pathPrefix: String, acl: Option[AclDef] = None, checkDeltaLakeSparkOptions: Boolean = true, metadata: Option[ConnectionMetadata] = None) extends Connection with Product with Serializable

Connection information for DeltaLake tables

id

unique id of this connection

catalog

optional catalog to be used for this connection

db

hive db

pathPrefix

schema, authority and base path for tables directory on hadoop

acl

permissions for files created with this connection

Annotations
@Scaladoc()
Linear Supertypes
Serializable, Product, Equals, Connection, AtlasExportable, ParsableFromConfig[Connection], SdlConfigObject, ConfigHolder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeltaLakeTableConnection
  2. Serializable
  3. Product
  4. Equals
  5. Connection
  6. AtlasExportable
  7. ParsableFromConfig
  8. SdlConfigObject
  9. ConfigHolder
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DeltaLakeTableConnection(id: ConnectionId, catalog: Option[String] = None, db: String, pathPrefix: String, acl: Option[AclDef] = None, checkDeltaLakeSparkOptions: Boolean = true, metadata: Option[ConnectionMetadata] = None)

    id

    unique id of this connection

    catalog

    optional catalog to be used for this connection

    db

    hive db

    pathPrefix

    schema, authority and base path for tables directory on hadoop

    acl

    permissions for files created with this connection

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val acl: Option[AclDef]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def atlasName: String
    Definition Classes
    Connection → AtlasExportable
  7. def atlasQualifiedName(prefix: String): String
    Definition Classes
    AtlasExportable
  8. val catalog: Option[String]
  9. val checkDeltaLakeSparkOptions: Boolean
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. val db: String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def factory: FromConfigFactory[Connection]
    Definition Classes
    DeltaLakeTableConnection → ParsableFromConfig
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. val id: ConnectionId
    Definition Classes
    DeltaLakeTableConnection → Connection → SdlConfigObject
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val metadata: Option[ConnectionMetadata]
    Definition Classes
    DeltaLakeTableConnection → Connection
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. val pathPrefix: String
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toStringShort: String
    Definition Classes
    Connection
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Connection

Inherited from AtlasExportable

Inherited from ParsableFromConfig[Connection]

Inherited from SdlConfigObject

Inherited from ConfigHolder

Inherited from AnyRef

Inherited from Any

Ungrouped