| Interface | Description |
|---|---|
| JavaFutureAction<T> | |
| JavaRDDLike<T,This extends JavaRDDLike<T,This>> |
Defines operations common to several Java RDD implementations.
|
| Class | Description |
|---|---|
| JavaDoubleRDD | |
| JavaHadoopRDD<K,V> | |
| JavaNewHadoopRDD<K,V> | |
| JavaPairRDD<K,V> | |
| JavaRDD<T> | |
| JavaSparkContext |
A Java-friendly version of
SparkContext that returns
JavaRDDs and works with Java collections instead of Scala ones. |
| JavaSparkStatusTracker |
Low-level status reporting APIs for monitoring job and stage progress.
|
| StorageLevels |
Expose some commonly useful storage level constants.
|