This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto Class Reference
Apache REEF  0.15.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

Enumerator
READY 
DONE 
FAIL 

Constructor & Destructor Documentation

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

Property Documentation

string Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto.context_id
getset
global.System.Collections.Generic.List<ContextStatusProto.ContextMessageProto> Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto.context_message
get
ContextStatusProto.State Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto.context_state
getset
byte [] Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto.error
getset
string Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto.parent_id
getset
bool Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto.recovery
getset

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