org.apache.spark

rdd

package rdd

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

Type Members

  1. class FunctionRecorder extends Serializable

  2. class InstrumentedOrderedRDDFunctions[K, V] extends Serializable

    A version of OrderedRDDFunctions which enables instrumentation of its operations.

  3. abstract class InstrumentedOutputFormat[K, V] extends OutputFormat[K, V]

    Implementation of org.apache.hadoop.mapreduce.OutputFormat, which instruments its RecordWriter's write method.

  4. class InstrumentedPairRDDFunctions[K, V] extends Serializable

    A version of PairRDDFunctions which enables instrumentation of its operations.

  5. class InstrumentedRDD[T] extends RDD[T]

    An RDD which instruments its operations.

  6. class InstrumentedRDDFunctions[T] extends AnyRef

    Functions which permit creation of instrumented RDDs, as well as the ability to stop instrumentation by calling the unInstrument method.

  7. class Timer extends Serializable

    Represents a timer, for timing a function.

Value Members

  1. object InstrumentedPairRDDFunctions extends Serializable

  2. object InstrumentedRDD extends Serializable

  3. object MetricsContext

    Contains implicit conversions which enable instrumentation of Spark operations.

Inherited from AnyRef

Inherited from Any

Ungrouped