Packages

sealed trait CompileMode extends AnyRef

Defines the mode in which compilation should run.

There are currently four modes: 1. Sequential (no inputs are required). 2. Parallel (requires the number of batches of source files to parallelize). 3. Pipelined (requires the pickle URI to trigger the dependent compilations and a task to signal the compilation of Java). 4. Parallel + Pipelined.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompileMode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All