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

Inherits ProtoBufIExtensible.

Classes

class  ContextMessageProto
 

Public Types

enum  State { State.READY = 0, State.DONE = 1, State.FAIL = 2 }
 

Public Member Functions

 ContextStatusProto ()
 

Properties

ContextStatusProto.State context_state [get, set]
 
string context_id [get, set]
 
string parent_id [get, set]
 
byte [] error [get, set]
 
bool recovery [get, set]
 
global::System.Collections.Generic.List< ContextStatusProto.ContextMessageProtocontext_message [get]
 

Member Enumeration Documentation

◆ State

Enumerator
READY 
DONE 
FAIL 

Constructor & Destructor Documentation

◆ ContextStatusProto()

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

Property Documentation

◆ context_id

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

◆ context_message

global.System.Collections.Generic.List<ContextStatusProto.ContextMessageProto> Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto.context_message
get

◆ context_state

ContextStatusProto.State Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto.context_state
getset

◆ error

byte [] Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto.error
getset

◆ parent_id

string Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto.parent_id
getset

◆ recovery

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

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