Packages

case class SinkImpl(identifier: TableIdentifier, format: String, options: Map[String, String], origin: QueryOrigin) extends Sink with Product with Serializable

Source
elements.scala
Linear Supertypes
Serializable, Product, Equals, Sink, Output, GraphElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SinkImpl
  2. Serializable
  3. Product
  4. Equals
  5. Sink
  6. Output
  7. GraphElement
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SinkImpl(identifier: TableIdentifier, format: String, options: Map[String, String], origin: QueryOrigin)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def displayName: String

    Returns a user-visible name for the element.

    Returns a user-visible name for the element.

    Definition Classes
    GraphElement
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. val format: String

    format of the sink

    format of the sink

    Definition Classes
    SinkImplSink
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. val identifier: TableIdentifier

    Returns the unique identifier for this GraphElement.

    Returns the unique identifier for this GraphElement.

    Definition Classes
    SinkImplGraphElement
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. val options: Map[String, String]

    options defined for the sink

    options defined for the sink

    Definition Classes
    SinkImplSink
  16. val origin: QueryOrigin

    Contains provenance to tie back this GraphElement to the user code that defined it.

    Contains provenance to tie back this GraphElement to the user code that defined it.

    This must be set when a GraphElement is directly created by some user code. Subsequently, this initial origin must be propagated as is without modification. If this GraphElement is copied or converted to a different type, then this origin must be copied as is.

    Definition Classes
    SinkImplGraphElement
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. def spark: classic.SparkSession
    Attributes
    protected
    Definition Classes
    GraphElement
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. 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 Sink

Inherited from Output

Inherited from GraphElement

Inherited from AnyRef

Inherited from Any

Ungrouped