Task

tasks.queue.Task
class Task(inputDeserializer: Spore[AnyRef, AnyRef], outputSerializer: Spore[AnyRef, AnyRef], function: Spore[AnyRef, AnyRef], launcherActor: LauncherHandle, queueActor: QueueActor, fileServiceComponent: FileServiceComponent, cache: TaskResultCache, nodeLocalCache: State, resourceAllocated: ResourceAllocated, fileServicePrefix: FileServicePrefix, tasksConfig: TasksConfig, priority: Priority, labels: Labels, taskId: TaskId, lineage: TaskLineage, taskHash: HashedTaskDescription, val proxy: Address, messenger: Messenger)

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def start(input: InputData): IO[Unit]

Concrete fields

val proxy: Address