This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Common.Protobuf.ReefProtocol.EvaluatorHeartbeatProto Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | Static Public Member Functions | Properties | List of all members
Org.Apache.REEF.Common.Protobuf.ReefProtocol.EvaluatorHeartbeatProto Class Reference

Add serializer/deserializer to EvaluatorHeartbeatProto More...

Inherits ProtoBufIExtensible.

Public Member Functions

 EvaluatorHeartbeatProto ()
 
byte[] Serialize ()
 
override string ToString ()
 

Static Public Member Functions

static EvaluatorHeartbeatProto Deserialize (byte[] bytes)
 

Properties

long timestamp [get, set]
 
EvaluatorStatusProto evaluator_status [get, set]
 
global::System.Collections.Generic.List< ContextStatusProtocontext_status [get]
 
TaskStatusProto task_status [get, set]
 
bool recovery [get, set]
 

Detailed Description

Add serializer/deserializer to EvaluatorHeartbeatProto

Constructor & Destructor Documentation

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

Member Function Documentation

static EvaluatorHeartbeatProto Org.Apache.REEF.Common.Protobuf.ReefProtocol.EvaluatorHeartbeatProto.Deserialize ( byte[]  bytes)
inlinestatic
byte [] Org.Apache.REEF.Common.Protobuf.ReefProtocol.EvaluatorHeartbeatProto.Serialize ( )
inline
override string Org.Apache.REEF.Common.Protobuf.ReefProtocol.EvaluatorHeartbeatProto.ToString ( )
inline

Property Documentation

global.System.Collections.Generic.List<ContextStatusProto> Org.Apache.REEF.Common.Protobuf.ReefProtocol.EvaluatorHeartbeatProto.context_status
get
EvaluatorStatusProto Org.Apache.REEF.Common.Protobuf.ReefProtocol.EvaluatorHeartbeatProto.evaluator_status
getset
bool Org.Apache.REEF.Common.Protobuf.ReefProtocol.EvaluatorHeartbeatProto.recovery
getset
TaskStatusProto Org.Apache.REEF.Common.Protobuf.ReefProtocol.EvaluatorHeartbeatProto.task_status
getset
long Org.Apache.REEF.Common.Protobuf.ReefProtocol.EvaluatorHeartbeatProto.timestamp
getset

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