(cassandraJavaRDD: RDD[R]).aggregate(zeroValue)(seqOp, combOp)(arg0)
(cassandraJavaRDD: RDD[R]).cache()
(cassandraJavaRDD: RDD[R]).cartesian(other)(arg0)
(cassandraJavaRDD: RDD[R]).checkpoint()
(cassandraJavaRDD: RDD[R]).coalesce(numPartitions, shuffle)(ord)
(cassandraJavaRDD: RDD[R]).collect(f)(arg0)
(cassandraJavaRDD: RDD[R]).collect()
(cassandraJavaRDD: RDD[R]).context
(cassandraJavaRDD: RDD[R]).count()
(cassandraJavaRDD: RDD[R]).countApprox(timeout, confidence)
(cassandraJavaRDD: RDD[R]).countApproxDistinct(relativeSD)
(cassandraJavaRDD: RDD[R]).countApproxDistinct(p, sp)
(cassandraJavaRDD: RDD[R]).countByValue()(ord)
(cassandraJavaRDD: RDD[R]).countByValueApprox(timeout, confidence)(ord)
(cassandraJavaRDD: RDD[R]).distinct()
(cassandraJavaRDD: RDD[R]).distinct(numPartitions)(ord)
(cassandraJavaRDD: RDD[R]).filter(f)
(cassandraJavaRDD: RDD[R]).first()
(cassandraJavaRDD: RDD[R]).flatMap(f)(arg0)
(cassandraJavaRDD: RDD[R]).fold(zeroValue)(op)
(cassandraJavaRDD: RDD[R]).foreach(f)
(cassandraJavaRDD: RDD[R]).foreachPartition(f)
(cassandraJavaRDD: RDD[R]).getCheckpointFile
(cassandraJavaRDD: RDD[R]).getStorageLevel
(cassandraJavaRDD: RDD[R]).glom()
(cassandraJavaRDD: RDD[R]).groupBy(f, p)(kt, ord)
(cassandraJavaRDD: RDD[R]).groupBy(f, numPartitions)(kt)
(cassandraJavaRDD: RDD[R]).groupBy(f)(kt)
(cassandraJavaRDD: RDD[R]).id
(cassandraJavaRDD: RDD[R]).intersection(other, numPartitions)
(cassandraJavaRDD: RDD[R]).intersection(other, partitioner)(ord)
(cassandraJavaRDD: RDD[R]).intersection(other)
(cassandraJavaRDD: RDD[R]).isCheckpointed
(cassandraJavaRDD: RDD[R]).isEmpty()
(cassandraJavaRDD: RDD[R]).iterator(split, context)
(cassandraJavaRDD: RDD[R]).keyBy(f)
(cassandraJavaRDD: RDD[R]).map(f)(arg0)
(cassandraJavaRDD: RDD[R]).mapPartitions(f, preservesPartitioning)(arg0)
(cassandraJavaRDD: RDD[R]).mapPartitionsWithIndex(f, preservesPartitioning)(arg0)
(cassandraJavaRDD: RDD[R]).max()(ord)
(cassandraJavaRDD: RDD[R]).min()(ord)
(cassandraJavaRDD: RDD[R]).name
(cassandraJavaRDD: RDD[R]).partitions
(cassandraJavaRDD: RDD[R]).persist()
(cassandraJavaRDD: RDD[R]).persist(newLevel)
(cassandraJavaRDD: RDD[R]).pipe(command, env, printPipeContext, printRDDElement, separateWorkingDir)
(cassandraJavaRDD: RDD[R]).pipe(command, env)
(cassandraJavaRDD: RDD[R]).pipe(command)
(cassandraJavaRDD: RDD[R]).randomSplit(weights, seed)
(cassandraJavaRDD: RDD[R]).reduce(f)
(cassandraJavaRDD: RDD[R]).repartition(numPartitions)(ord)
(cassandraJavaRDD: RDD[R]).sample(withReplacement, fraction, seed)
(cassandraJavaRDD: RDD[R]).saveAsObjectFile(path)
(cassandraJavaRDD: RDD[R]).saveAsTextFile(path, codec)
(cassandraJavaRDD: RDD[R]).saveAsTextFile(path)
(cassandraJavaRDD: StringAdd).self
(cassandraJavaRDD: StringFormat).self
(cassandraJavaRDD: RDD[R]).setName(_name)
(cassandraJavaRDD: RDD[R]).sortBy(f, ascending, numPartitions)(ord, ctag)
(cassandraJavaRDD: RDD[R]).subtract(other, p)(ord)
(cassandraJavaRDD: RDD[R]).subtract(other, numPartitions)
(cassandraJavaRDD: RDD[R]).subtract(other)
(cassandraJavaRDD: RDD[R]).take(num)
(cassandraJavaRDD: RDD[R]).takeOrdered(num)(ord)
(cassandraJavaRDD: RDD[R]).takeSample(withReplacement, num, seed)
(cassandraJavaRDD: RDD[R]).toDebugString
(cassandraJavaRDD: RDD[R]).toLocalIterator
(cassandraJavaRDD: RDD[R]).toString()
(cassandraJavaRDD: RDD[R]).top(num)(ord)
(cassandraJavaRDD: RDD[R]).treeAggregate(zeroValue)(seqOp, combOp, depth)(arg0)
(cassandraJavaRDD: RDD[R]).treeReduce(f, depth)
(cassandraJavaRDD: RDD[R]).union(other)
(cassandraJavaRDD: RDD[R]).unpersist(blocking)
(cassandraJavaRDD: RDD[R]).zip(other)(arg0)
(cassandraJavaRDD: RDD[R]).zipPartitions(rdd2, rdd3, rdd4)(f)(arg0, arg1, arg2, arg3)
(cassandraJavaRDD: RDD[R]).zipPartitions(rdd2, rdd3, rdd4, preservesPartitioning)(f)(arg0, arg1, arg2, arg3)
(cassandraJavaRDD: RDD[R]).zipPartitions(rdd2, rdd3)(f)(arg0, arg1, arg2)
(cassandraJavaRDD: RDD[R]).zipPartitions(rdd2, rdd3, preservesPartitioning)(f)(arg0, arg1, arg2)
(cassandraJavaRDD: RDD[R]).zipPartitions(rdd2)(f)(arg0, arg1)
(cassandraJavaRDD: RDD[R]).zipPartitions(rdd2, preservesPartitioning)(f)(arg0, arg1)
(cassandraJavaRDD: RDD[R]).zipWithIndex()
(cassandraJavaRDD: RDD[R]).zipWithUniqueId()
(Since version 1.0.0) use mapPartitionsWithIndex and filter
(Since version 1.0.0) use mapPartitionsWithIndex and flatMap
(Since version 1.0.0) use mapPartitionsWithIndex and foreach
(Since version 1.2.0) use TaskContext.get
(Since version 0.7.0) use mapPartitionsWithIndex
(Since version 1.0.0) use mapPartitionsWithIndex
(Since version 1.1.0) Use partitions() instead.
(cassandraJavaRDD: RDD[R]).toArray()
(Since version 1.0.0) use collect
(cassandraJavaRDD: ArrowAssoc[CassandraJavaRDD[R]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(cassandraJavaRDD: Ensuring[CassandraJavaRDD[R]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead