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

Remote identifier based on a socket address More...

Inherits Org.Apache.REEF.Wake.Remote.IRemoteIdentifier.

Public Member Functions

 SocketRemoteIdentifier (IPEndPoint addr)
 
 SocketRemoteIdentifier (string str)
 
override int GetHashCode ()
 Returns a hash code for the object More...
 
override bool Equals (object obj)
 Checks that another object is equal to this object More...
 
override string ToString ()
 Returns a string representation of this object More...
 

Properties

IPEndPoint Addr [get]
 

Detailed Description

Remote identifier based on a socket address

Constructor & Destructor Documentation

Org.Apache.REEF.Wake.Remote.Impl.SocketRemoteIdentifier.SocketRemoteIdentifier ( IPEndPoint  addr)
inline
Org.Apache.REEF.Wake.Remote.Impl.SocketRemoteIdentifier.SocketRemoteIdentifier ( string  str)
inline

Member Function Documentation

override bool Org.Apache.REEF.Wake.Remote.Impl.SocketRemoteIdentifier.Equals ( object  o)
inlinevirtual

Checks that another object is equal to this object

Parameters
oThe object to compare
Returns
True if the object is the same as the object argument; false, otherwise

Implements Org.Apache.REEF.Wake.IIdentifier.

override int Org.Apache.REEF.Wake.Remote.Impl.SocketRemoteIdentifier.GetHashCode ( )
inlinevirtual

Returns a hash code for the object

Returns
The hash code value for this object

Implements Org.Apache.REEF.Wake.IIdentifier.

override string Org.Apache.REEF.Wake.Remote.Impl.SocketRemoteIdentifier.ToString ( )
inlinevirtual

Returns a string representation of this object

Returns
A string representation of this object

Implements Org.Apache.REEF.Wake.IIdentifier.

Property Documentation

IPEndPoint Org.Apache.REEF.Wake.Remote.Impl.SocketRemoteIdentifier.Addr
get

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