This project has retired. For details please refer to its Attic page.
Apache REEF: lang/cs/Org.Apache.REEF.Common/Protobuf/ReefProtocol/ReefService.pb.cs File Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Classes | Namespaces | Enumerations
ReefService.pb.cs File Reference

Classes

class  Org.Apache.REEF.Common.Protobuf.ReefProtocol.FileResourceProto
 
class  Org.Apache.REEF.Common.Protobuf.ReefProtocol.RuntimeErrorProto
 
class  Org.Apache.REEF.Common.Protobuf.ReefProtocol.JobStatusProto
 
class  Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto
 
class  Org.Apache.REEF.Common.Protobuf.ReefProtocol.ContextStatusProto.ContextMessageProto
 
class  Org.Apache.REEF.Common.Protobuf.ReefProtocol.TaskStatusProto
 
class  Org.Apache.REEF.Common.Protobuf.ReefProtocol.TaskStatusProto.TaskMessageProto
 
class  Org.Apache.REEF.Common.Protobuf.ReefProtocol.EvaluatorStatusProto
 

Namespaces

namespace  Org.Apache.REEF.Common.Protobuf.ReefProtocol
 

Enumerations

enum  Org.Apache.REEF.Common.Protobuf.ReefProtocol.State {
  Org.Apache.REEF.Common.Protobuf.ReefProtocol.State.INIT = 0, Org.Apache.REEF.Common.Protobuf.ReefProtocol.State.RUNNING = 1, Org.Apache.REEF.Common.Protobuf.ReefProtocol.State.DONE = 2, Org.Apache.REEF.Common.Protobuf.ReefProtocol.State.SUSPEND = 3,
  Org.Apache.REEF.Common.Protobuf.ReefProtocol.State.FAILED = 4, Org.Apache.REEF.Common.Protobuf.ReefProtocol.State.KILLED = 5
}
 
enum  Org.Apache.REEF.Common.Protobuf.ReefProtocol.FileType { Org.Apache.REEF.Common.Protobuf.ReefProtocol.FileType.PLAIN = 0, Org.Apache.REEF.Common.Protobuf.ReefProtocol.FileType.LIB = 1, Org.Apache.REEF.Common.Protobuf.ReefProtocol.FileType.ARCHIVE = 2 }
 
enum  Org.Apache.REEF.Common.Protobuf.ReefProtocol.SIZE { Org.Apache.REEF.Common.Protobuf.ReefProtocol.SIZE.SMALL = 0, Org.Apache.REEF.Common.Protobuf.ReefProtocol.SIZE.MEDIUM = 1, Org.Apache.REEF.Common.Protobuf.ReefProtocol.SIZE.LARGE = 2, Org.Apache.REEF.Common.Protobuf.ReefProtocol.SIZE.XLARGE = 3 }
 
enum  Org.Apache.REEF.Common.Protobuf.ReefProtocol.ProcessType { Org.Apache.REEF.Common.Protobuf.ReefProtocol.ProcessType.JVM = 0, Org.Apache.REEF.Common.Protobuf.ReefProtocol.ProcessType.CLR = 1 }