com.couchbase.spark

rdd

package rdd

Visibility
  1. Public
  2. All

Type Members

  1. class CouchbasePartition extends Partition

  2. case class CouchbaseQueryRow(value: JsonObject) extends Product with Serializable

  3. case class CouchbaseSpatialViewRow(id: String, key: Any, value: Any, geometry: JsonObject) extends Product with Serializable

  4. case class CouchbaseViewRow(id: String, key: Any, value: Any) extends Product with Serializable

  5. class KeyValuePartition extends Partition

  6. class KeyValueRDD[D <: Document[_]] extends RDD[D] with Logging

  7. class QueryRDD extends RDD[CouchbaseQueryRow] with Logging

  8. class SpatialViewRDD extends RDD[CouchbaseSpatialViewRow]

  9. class SubdocLookupPartition extends Partition

  10. class SubdocLookupRDD extends RDD[SubdocLookupResult] with Logging

  11. class ViewRDD extends RDD[CouchbaseViewRow]

Value Members

  1. object QueryRDD extends Serializable

  2. object SpatialViewRDD extends Serializable

  3. object ViewRDD extends Serializable

Ungrouped