Packages

class DistributedHTTPSink extends Sink with Logging with Serializable

Linear Supertypes
Serializable, Serializable, Logging, Sink, Table, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DistributedHTTPSink
  2. Serializable
  3. Serializable
  4. Logging
  5. Sink
  6. Table
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DistributedHTTPSink(options: Map[String, String])

Value Members

  1. def addBatch(batchId: Long, data: DataFrame): Unit
    Definition Classes
    DistributedHTTPSink → Sink
  2. def capabilities(): Set[TableCapability]
    Definition Classes
    Sink → Table
  3. def getServerAddresses: List[String]
  4. def name(): String
    Definition Classes
    DistributedHTTPSink → Sink → Table
  5. val options: Map[String, String]
  6. def partitioning(): Array[Transform]
    Definition Classes
    Table
  7. def properties(): Map[String, String]
    Definition Classes
    Table
  8. def schema(): StructType
    Definition Classes
    Sink → Table