case class SinkImpl(identifier: TableIdentifier, format: String, options: Map[String, String], origin: QueryOrigin) extends Sink with Product with Serializable
- Source
- elements.scala
- Alphabetic
- By Inheritance
- SinkImpl
- Serializable
- Product
- Equals
- Sink
- Output
- GraphElement
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
-  new SinkImpl(identifier: TableIdentifier, format: String, options: Map[String, String], origin: QueryOrigin)
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 displayName: StringReturns a user-visible name for the element. Returns a user-visible name for the element. - Definition Classes
- GraphElement
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    val format: Stringformat of the sink 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
 
-    val identifier: TableIdentifierReturns the unique identifier for this GraphElement. Returns the unique identifier for this GraphElement. - Definition Classes
- SinkImpl → GraphElement
 
-   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()
 
-    val options: Map[String, String]options defined for the sink 
-    val origin: QueryOriginContains 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
- SinkImpl → GraphElement
 
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-    def spark: classic.SparkSession- Attributes
- protected
- Definition Classes
- GraphElement
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-   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)