com.couchbase.spark

streaming

package streaming

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. streaming
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CouchbaseInputDStream extends ReceiverInputDStream[StreamMessage] with Logging

  2. class CouchbaseReader extends AnyRef

  3. class CouchbaseReceiver extends Receiver[StreamMessage] with Logging

  4. class DStreamFunctions[D <: Document[_]] extends Serializable

  5. case class Deletion(key: String, cas: Long) extends StreamMessage with Product with Serializable

  6. case class Mutation(key: String, content: Array[Byte], expiry: Integer, cas: Long, flags: Int, lockTime: Int) extends StreamMessage with Product with Serializable

  7. case class Snapshot(seqStart: Long, seqEnd: Long, memory: Boolean, disk: Boolean, checkpoint: Boolean, ack: Boolean) extends StreamMessage with Product with Serializable

  8. class SparkStreamingFunctions extends Serializable

  9. sealed class StreamFrom extends AnyRef

  10. abstract class StreamMessage extends AnyRef

  11. sealed class StreamTo extends AnyRef

Value Members

  1. object FromBeginning extends StreamFrom with Product with Serializable

  2. object FromNow extends StreamFrom with Product with Serializable

  3. object ToInfinity extends StreamTo with Product with Serializable

  4. package state

  5. implicit def toDStreamFunctions[D <: Document[_]](ds: DStream[D]): DStreamFunctions[D]

  6. implicit def toSparkStreamingFunctions(ssc: StreamingContext): SparkStreamingFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped