|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Creates new instances of IRemoteManager. More...
Inherited by Org.Apache.REEF.Wake.Impl.DefaultRemoteManagerFactory.
Public Member Functions | |
| IRemoteManager< T > | GetInstance< T > (IPAddress localAddress, int port, ICodec< T > codec) |
| Constructs a DefaultRemoteManager listening on the specified address and any available port. More... | |
| IRemoteManager< T > | GetInstance< T > (IPAddress localAddress, ICodec< T > codec) |
| Constructs a DefaultRemoteManager listening on the specified address and any available port. More... | |
| IRemoteManager< T > | GetInstance< T > (ICodec< T > codec) |
| Constructs a DefaultRemoteManager. More... | |
Creates new instances of IRemoteManager.
| IRemoteManager<T> Org.Apache.REEF.Wake.Remote.IRemoteManagerFactory.GetInstance< T > | ( | IPAddress | localAddress, |
| int | port, | ||
| ICodec< T > | codec | ||
| ) |
Constructs a DefaultRemoteManager listening on the specified address and any available port.
| localAddress | The address to listen on |
| port | The port to listen on |
| codec | The codec used for serializing messages |
| IRemoteManager<T> Org.Apache.REEF.Wake.Remote.IRemoteManagerFactory.GetInstance< T > | ( | ICodec< T > | codec | ) |
Constructs a DefaultRemoteManager.
Does not listen for incoming messages.
| codec | The codec used for serializing messages |
| IRemoteManager<T> Org.Apache.REEF.Wake.Remote.IRemoteManagerFactory.GetInstance< T > | ( | IPAddress | localAddress, |
| ICodec< T > | codec | ||
| ) |
Constructs a DefaultRemoteManager listening on the specified address and any available port.
| localAddress | The address to listen on |
| codec | The codec used for serializing messages |
1.8.11