Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.spark.api.java Classes and Interfaces - 30 results found.
NameDescriptionTypePackageFramework
CoGroupFunctionInterfaceorg.apache.spark.api.java.functionApache Spark
DoubleFlatMapFunctionA function that returns zero or more records of type Double from each input record.Interfaceorg.apache.spark.api.java.functionApache Spark
DoubleFunctionA function that returns Doubles, and can be used to construct DoubleRDDs.Interfaceorg.apache.spark.api.java.functionApache Spark
FilterFunctionBase interface for a function used in Dataset's filter function.Interfaceorg.apache.spark.api.java.functionApache Spark
FlatMapFunctionA function that returns zero or more output records from each input record.Interfaceorg.apache.spark.api.java.functionApache Spark
FlatMapFunction2A function that takes two inputs and returns zero or more output records.Interfaceorg.apache.spark.api.java.functionApache Spark
FlatMapGroupsFunctionA function that returns zero or more output records from each grouping key and its values.Interfaceorg.apache.spark.api.java.functionApache Spark
ForeachFunctionBase interface for a function used in Dataset's foreach function.Interfaceorg.apache.spark.api.java.functionApache Spark
ForeachPartitionFunctionBase interface for a function used in Dataset's foreachPartition function.Interfaceorg.apache.spark.api.java.functionApache Spark
FunctionBase interface for functions whose return types do not create special RDDs.Interfaceorg.apache.spark.api.java.functionApache Spark
Function2A two-argument function that takes arguments of type T1 and T2 and returns an R.Interfaceorg.apache.spark.api.java.functionApache Spark
Function3A three-argument function that takes arguments of type T1, T2 and T3 and returns an R.Interfaceorg.apache.spark.api.java.functionApache Spark
Function4A four-argument function that takes arguments of type T1, T2, T3 and T4 and returns an R.Interfaceorg.apache.spark.api.java.functionApache Spark
JavaDoubleRDDClassorg.apache.spark.api.javaApache Spark
JavaFutureActionInterfaceorg.apache.spark.api.javaApache Spark
JavaHadoopRDDClassorg.apache.spark.api.javaApache Spark
JavaNewHadoopRDDClassorg.apache.spark.api.javaApache Spark
JavaPairRDDClassorg.apache.spark.api.javaApache Spark
JavaRDDClassorg.apache.spark.api.javaApache Spark
JavaRDDLikeDefines operations common to several Java RDD implementations.Interfaceorg.apache.spark.api.javaApache Spark
JavaSparkContextA Java-friendly version of SparkContext that returns JavaRDDs and works with Java collections instead of Scala ones.Classorg.apache.spark.api.javaApache Spark
JavaSparkStatusTrackerLow-level status reporting APIs for monitoring job and stage progress.Classorg.apache.spark.api.javaApache Spark
MapFunctionBase interface for a map function used in Dataset's map function.Interfaceorg.apache.spark.api.java.functionApache Spark
MapGroupsFunctionBase interface for a map function used in GroupedDataset's mapGroup function.Interfaceorg.apache.spark.api.java.functionApache Spark
MapPartitionsFunctionBase interface for function used in Dataset's mapPartitions.Interfaceorg.apache.spark.api.java.functionApache Spark
PairFlatMapFunctionA function that returns zero or more key-value pair records from each input record.Interfaceorg.apache.spark.api.java.functionApache Spark
PairFunctionA function that returns key-value pairs (Tuple2), and can be used to construct PairRDDs.Interfaceorg.apache.spark.api.java.functionApache Spark
ReduceFunctionBase interface for function used in Dataset's reduce.Interfaceorg.apache.spark.api.java.functionApache Spark
StorageLevelsExpose some commonly useful storage level constants.Classorg.apache.spark.api.javaApache Spark
VoidFunction2A two-argument function that takes arguments of type T1 and T2 with no return value.Interfaceorg.apache.spark.api.java.functionApache Spark