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

Inherits Org.Apache.REEF.Wake.IIdentifier.

Public Member Functions

 StringIdentifier (string s)
 
override int GetHashCode ()
 Returns a hash code for the object More...
 
override bool Equals (object o)
 Checks that another object is equal to this object More...
 
override string ToString ()
 Returns a string representation of this object More...
 

Constructor & Destructor Documentation

Org.Apache.REEF.Wake.Remote.Impl.StringIdentifier.StringIdentifier ( string  s)
inline

Member Function Documentation

override bool Org.Apache.REEF.Wake.Remote.Impl.StringIdentifier.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.StringIdentifier.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.StringIdentifier.ToString ( )
inlinevirtual

Returns a string representation of this object

Returns
A string representation of this object

Implements Org.Apache.REEF.Wake.IIdentifier.


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