Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.spark.rdd Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AsyncRDDActionsA set of asynchronous RDD actions available through an implicit conversion.Classorg.apache.spark.rddApache Spark
CoGroupedRDD A RDD that cogroups its parents.Classorg.apache.spark.rddApache Spark
DoubleRDDFunctionsExtra functions available on RDDs of Doubles through an implicit conversion.Classorg.apache.spark.rddApache Spark
HadoopRDD An RDD that provides core functionality for reading data stored in Hadoop (e.Classorg.apache.spark.rddApache Spark
JdbcRDDAn RDD that executes an SQL query on a JDBC connection and reads results.Classorg.apache.spark.rddApache Spark
NewHadoopRDD An RDD that provides core functionality for reading data stored in Hadoop (e.Classorg.apache.spark.rddApache Spark
OrderedRDDFunctionsExtra functions available on RDDs of (key, value) pairs where the key is sortable through an implicit conversion.Classorg.apache.spark.rddApache Spark
PairRDDFunctionsExtra functions available on RDDs of (key, value) pairs through an implicit conversion.Classorg.apache.spark.rddApache Spark
PartitionCoalescerCoalesce the partitions of a parent RDD (prev) into fewer partitions, so that each partition of this RDD computes one or more of the parent ones.Classorg.apache.spark.rddApache Spark
PartitionGroupClassorg.apache.spark.rddApache Spark
PartitionPruningRDD A RDD used to prune RDD partitions/partitions so we can avoid launching tasks on all partitions.Classorg.apache.spark.rddApache Spark
RDDA Resilient Distributed Dataset (RDD), the basic abstraction in Spark.Classorg.apache.spark.rddApache Spark
SequenceFileRDDFunctionsExtra functions available on RDDs of (key, value) pairs to create a Hadoop SequenceFile, through an implicit conversion.Classorg.apache.spark.rddApache Spark
ShuffledRDD The resulting RDD from a shuffle (e.Classorg.apache.spark.rddApache Spark
UnionRDDClassorg.apache.spark.rddApache Spark