Package

org.hammerlab.bam

spark

Permalink

package spark

Visibility
  1. Public
  2. All

Type Members

  1. case class BAMRecordRDD(splits: Seq[Split], reads: RDD[SAMRecord]) extends Product with Serializable

    Permalink
  2. case class NoReadFoundException(path: Path, start: Long, maxReadSize: MaxReadSize) extends Exception with Product with Serializable

    Permalink
  3. sealed trait ParallelConfig extends AnyRef

    Permalink

    Wrapper around org.hammerlab.parallel.Config machinery that is easier to construct before having access to a SparkContext; exposed in org.hammerlab.bam.spark.load.CanLoadBam APIs.

  4. case class Spark(partitioningStrategy: PartitioningStrategy = ElemsPerPartition(1)) extends ParallelConfig with Product with Serializable

    Permalink
  5. case class Split(start: Pos, end: Pos) extends Product with Serializable

    Permalink
  6. case class Threads(numThreads: Int = parallel.defaultNumThreads) extends ParallelConfig with Product with Serializable

    Permalink

Value Members

  1. object BAMRecordRDD extends Serializable

    Permalink
  2. object FindRecordStart

    Permalink
  3. object ParallelConfig

    Permalink
  4. object Spark extends Serializable

    Permalink
  5. object Split extends Serializable

    Permalink

Ungrouped