|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.io.BinaryComparable
org.apache.hadoop.io.Text
de.hpi.fgis.voidgen.hadoop.closure.CloneableText
de.hpi.fgis.voidgen.hadoop.closure.ClusterId
public class ClusterId
This class represents the unique identifier
of a cluster.
It only wraps CloneableText
for downward-compatibility.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.hadoop.io.Text |
---|
org.apache.hadoop.io.Text.Comparator |
Constructor Summary | |
---|---|
ClusterId()
Default constructor. |
|
ClusterId(ClusterId clusterId)
Constructor using the given cluster identifier. |
|
ClusterId(java.lang.String string)
Constructor using the given String representation of a cluster identifier. |
Method Summary | |
---|---|
ClusterId |
clone()
|
Methods inherited from class org.apache.hadoop.io.Text |
---|
append, bytesToCodePoint, charAt, clear, decode, decode, decode, encode, encode, equals, find, find, getBytes, getLength, hashCode, readFields, readString, set, set, set, set, skip, toString, utf8Length, validateUTF8, validateUTF8, write, writeString |
Methods inherited from class org.apache.hadoop.io.BinaryComparable |
---|
compareTo, compareTo |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Constructor Detail |
---|
public ClusterId()
public ClusterId(ClusterId clusterId)
clusterId
- the ID to use.public ClusterId(java.lang.String string)
string
- String representation of a cluster identifier.Method Detail |
---|
public ClusterId clone()
clone
in class CloneableText
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |