org.apache.spark.api.java

function

package function

Set of interfaces to represent functions in Spark's Java API. Users create implementations of these interfaces to pass functions to various Java API methods for Spark. Please visit Spark's Java programming guide for more details.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. function
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait DoubleFlatMapFunction[T] extends Serializable

  2. trait DoubleFunction[T] extends Serializable

  3. trait FlatMapFunction[T, R] extends Serializable

  4. trait FlatMapFunction2[T1, T2, R] extends Serializable

  5. trait Function[T1, R] extends Serializable

  6. trait Function0[R] extends Serializable

  7. trait Function2[T1, T2, R] extends Serializable

  8. trait Function3[T1, T2, T3, R] extends Serializable

  9. trait PairFlatMapFunction[T, K, V] extends Serializable

  10. trait PairFunction[T, K, V] extends Serializable

  11. trait VoidFunction[T] extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped