|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Identifier class for REEF. More...
Inherited by Org.Apache.REEF.Wake.Remote.Impl.StringIdentifier, and Org.Apache.REEF.Wake.Remote.IRemoteIdentifier.
Public Member Functions | |
| abstract override int | GetHashCode () |
| Returns a hash code for the object More... | |
| abstract override bool | Equals (object o) |
| Checks that another object is equal to this object More... | |
| abstract override string | ToString () |
| Returns a string representation of this object More... | |
Identifier class for REEF.
Identifiers are a generic naming primitive that carry some information about the type of object that they point to.
Examples include remote sockets or filenames.
|
pure virtual |
Checks that another object is equal to this object
| o | The object to compare |
Implemented in Org.Apache.REEF.Wake.Remote.Impl.SocketRemoteIdentifier, and Org.Apache.REEF.Wake.Remote.Impl.StringIdentifier.
|
pure virtual |
Returns a hash code for the object
Implemented in Org.Apache.REEF.Wake.Remote.Impl.SocketRemoteIdentifier, and Org.Apache.REEF.Wake.Remote.Impl.StringIdentifier.
|
pure virtual |
Returns a string representation of this object
Implemented in Org.Apache.REEF.Wake.Remote.Impl.SocketRemoteIdentifier, and Org.Apache.REEF.Wake.Remote.Impl.StringIdentifier.
1.8.11