Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.apache.spark.rdd Classes and Interfaces - 15 results found.
| Name | Description | Type | Package | Framework |
| AsyncRDDActions | A set of asynchronous RDD actions available through an implicit conversion. | Class | org.apache.spark.rdd | Apache Spark |
|
| CoGroupedRDD | A RDD that cogroups its parents. | Class | org.apache.spark.rdd | Apache Spark |
|
| DoubleRDDFunctions | Extra functions available on RDDs of Doubles through an implicit conversion. | Class | org.apache.spark.rdd | Apache Spark |
|
| HadoopRDD | An RDD that provides core functionality for reading data stored in Hadoop (e. | Class | org.apache.spark.rdd | Apache Spark |
|
| JdbcRDD | An RDD that executes an SQL query on a JDBC connection and reads results. | Class | org.apache.spark.rdd | Apache Spark |
|
| NewHadoopRDD | An RDD that provides core functionality for reading data stored in Hadoop (e. | Class | org.apache.spark.rdd | Apache Spark |
|
| OrderedRDDFunctions | Extra functions available on RDDs of (key, value) pairs where the key is sortable through an implicit conversion. | Class | org.apache.spark.rdd | Apache Spark |
|
| PairRDDFunctions | Extra functions available on RDDs of (key, value) pairs through an implicit conversion. | Class | org.apache.spark.rdd | Apache Spark |
|
| PartitionCoalescer | Coalesce 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. | Class | org.apache.spark.rdd | Apache Spark |
|
| PartitionGroup | | Class | org.apache.spark.rdd | Apache Spark |
|
| PartitionPruningRDD | A RDD used to prune RDD partitions/partitions so we can avoid launching tasks on all partitions. | Class | org.apache.spark.rdd | Apache Spark |
|
| RDD | A Resilient Distributed Dataset (RDD), the basic abstraction in Spark. | Class | org.apache.spark.rdd | Apache Spark |
|
| SequenceFileRDDFunctions | Extra functions available on RDDs of (key, value) pairs to create a Hadoop SequenceFile, through an implicit conversion. | Class | org.apache.spark.rdd | Apache Spark |
|
| ShuffledRDD | The resulting RDD from a shuffle (e. | Class | org.apache.spark.rdd | Apache Spark |
|
| UnionRDD | | Class | org.apache.spark.rdd | Apache Spark |