Skip to main content

PregelTaskInfo

Type Alias PregelTaskInfo 

Source
pub type PregelTaskInfo = PregelTaskInfoExport;
Expand description

Pregel task information (re-exported from juncture-core)

Aliased Type§

pub struct PregelTaskInfo {
    pub id: String,
    pub node_name: String,
    pub error: Option<String>,
    pub interrupts: Vec<Value>,
}

Fields§

§id: String

Task identifier

§node_name: String

Node name being executed

§error: Option<String>

Error if task failed

§interrupts: Vec<Value>

Interrupt values if task was interrupted