This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Wake.Remote.IRemoteManagerFactory Interface Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Wake.Remote.IRemoteManagerFactory Interface Reference

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...
 

Detailed Description

Creates new instances of IRemoteManager.

Member Function Documentation

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.

Parameters
localAddressThe address to listen on
portThe port to listen on
codecThe 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.

Parameters
codecThe 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.

Parameters
localAddressThe address to listen on
codecThe codec used for serializing messages

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