Package

org.apache.spark.streaming.kafka

producer

Permalink

package producer

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. producer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class PairRDDFunctions[K, V] extends AnyRef

    Permalink
  2. case class ProducerConf(bootstrapServers: List[String] = List("localhost:9092"), acks: String = "1", bufferMemory: Long = 33554432L, compressionType: Option[String] = None, retries: Int = 0, batchSize: Int = 16384, linger: Long = 0, others: Map[String, String] = Map.empty[String, String]) extends Product with Serializable

    Permalink
  3. class RDDFunctions[T] extends AnyRef

    Permalink

Value Members

  1. object ProducerConf extends Serializable

    Permalink
  2. implicit def toPairRDDFunctions[K, V](rdd: RDD[(K, V)]): PairRDDFunctions[K, V]

    Permalink
  3. implicit def toRDDFunctions[T](rdd: RDD[T]): RDDFunctions[T]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped