This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Network.NetworkService Namespace Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Namespaces | Classes | Enumerations
Org.Apache.REEF.Network.NetworkService Namespace Reference

Namespaces

namespace  Codec
 

Classes

interface  IConnection
 Represents a connection between two endpoints named by identifiers More...
 
interface  INetworkService
 Network service used for Reef Task communication. More...
 
class  NetworkService
 Network service used for Reef Task communication. More...
 
class  NetworkServiceOptions
 
class  NsConnection
 Represents a connection between two hosts using the NetworkService. More...
 
class  NsMessage
 Message sent between NetworkServices More...
 
class  StreamingNetworkService
 Writable Network service used for Reef Task communication. More...
 

Enumerations

enum  ControlMessage { ControlMessage.UNDEFINED = 0, ControlMessage.RECEIVE = 1, ControlMessage.STOP = 2 }
 

Enumeration Type Documentation

Enumerator
UNDEFINED 

default state

RECEIVE 

expecting data to be sent/received

STOP 

stop group communications