Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Classes | Public Member Functions | Properties | List of all members
Org.Apache.REEF.Common.Protobuf.ReefProtocol.TaskStatusProto Class Reference

Inherits ProtoBufIExtensible.

Classes

class  TaskMessageProto
 

Public Member Functions

 TaskStatusProto ()
 

Properties

string task_id [get, set]
 
string context_id [get, set]
 
State state [get, set]
 
byte [] result [get, set]
 
bool recovery [get, set]
 
global::System.Collections.Generic.List< TaskStatusProto.TaskMessagePrototask_message [get]
 

Constructor & Destructor Documentation

◆ TaskStatusProto()

Org.Apache.REEF.Common.Protobuf.ReefProtocol.TaskStatusProto.TaskStatusProto ( )
inline

Property Documentation

◆ context_id

string Org.Apache.REEF.Common.Protobuf.ReefProtocol.TaskStatusProto.context_id
getset

◆ recovery

bool Org.Apache.REEF.Common.Protobuf.ReefProtocol.TaskStatusProto.recovery
getset

◆ result

byte [] Org.Apache.REEF.Common.Protobuf.ReefProtocol.TaskStatusProto.result
getset

◆ state

State Org.Apache.REEF.Common.Protobuf.ReefProtocol.TaskStatusProto.state
getset

◆ task_id

string Org.Apache.REEF.Common.Protobuf.ReefProtocol.TaskStatusProto.task_id
getset

◆ task_message

global.System.Collections.Generic.List<TaskStatusProto.TaskMessageProto> Org.Apache.REEF.Common.Protobuf.ReefProtocol.TaskStatusProto.task_message
get

The documentation for this class was generated from the following file: