portals.runtime.SuspendingRuntime$
See theSuspendingRuntime companion trait
object SuspendingRuntime
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SuspendingRuntime.type
Members list
Type members
Classlikes
case class Completed(path: Path, outputs: List[EventBatch]) extends StepResult
Complete output
from processing an atom to completion.
Complete output
from processing an atom to completion.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StepResultclass Objecttrait Matchableclass AnyShow all
case class Suspended(path: Path, shuffle: List[ShuffleBatch[_]], intermediate: List[EventBatch]) extends StepResult
Suspended processing of path
with shuffle
side-effects and intermediate
output.
Suspended processing of path
with shuffle
side-effects and intermediate
output.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StepResultclass Objecttrait Matchableclass AnyShow all
In this article