class RDDFunctions[T] extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RDDFunctions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RDDFunctions(rdd: RDD[T])
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def couchbaseAnalytics(bucketName: String = null, timeout: Option[Duration] = None)(implicit evidence: <:<[RDD[T], RDD[AnalyticsQuery]]): RDD[CouchbaseAnalyticsRow]
-
def
couchbaseGet[D <: Document[_]](bucketName: String = null, timeout: Option[Duration] = None)(implicit ct: ClassTag[D], evidence: <:<[RDD[T], RDD[String]]): RDD[D]
Convert a RDD[String] to a RDD[D].
Convert a RDD[String] to a RDD[D]. It's available if T is String.
- def couchbaseQuery(bucketName: String = null, timeout: Option[Duration] = None)(implicit evidence: <:<[RDD[T], RDD[N1qlQuery]]): RDD[CouchbaseQueryRow]
- def couchbaseSpatialView(bucketName: String = null, timeout: Option[Duration] = None)(implicit evidence: <:<[RDD[T], RDD[SpatialViewQuery]]): RDD[CouchbaseSpatialViewRow]
- def couchbaseSubdocLookup(get: Seq[String], exists: Seq[String], bucketName: String, timeout: Option[Duration] = None)(implicit evidence: <:<[RDD[T], RDD[String]]): RDD[SubdocLookupResult]
- def couchbaseSubdocLookup(get: Seq[String], exists: Seq[String])(implicit evidence: <:<[RDD[T], RDD[String]]): RDD[SubdocLookupResult]
- def couchbaseSubdocLookup(get: Seq[String])(implicit evidence: <:<[RDD[T], RDD[String]]): RDD[SubdocLookupResult]
- def couchbaseSubdocLookup(get: Seq[String], exists: Seq[String], timeout: Option[Duration])(implicit evidence: <:<[RDD[T], RDD[String]]): RDD[SubdocLookupResult]
- def couchbaseSubdocLookup(get: Seq[String], timeout: Option[Duration])(implicit evidence: <:<[RDD[T], RDD[String]]): RDD[SubdocLookupResult]
- def couchbaseSubdocMutate(specs: Seq[SubdocMutationSpec], bucketName: String, timeout: Option[Duration] = None)(implicit evidence: <:<[RDD[T], RDD[String]]): RDD[SubdocMutationResult]
- def couchbaseSubdocMutate(specs: Seq[SubdocMutationSpec])(implicit evidence: <:<[RDD[T], RDD[String]]): RDD[SubdocMutationResult]
- def couchbaseSubdocMutate(specs: Seq[SubdocMutationSpec], timeout: Option[Duration])(implicit evidence: <:<[RDD[T], RDD[String]]): RDD[SubdocMutationResult]
- def couchbaseView(bucketName: String = null, timeout: Option[Duration] = None)(implicit evidence: <:<[RDD[T], RDD[ViewQuery]]): RDD[CouchbaseViewRow]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )