|
||||||||||
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
public class CloneableText
This class represents vertices in textual form during execution of the different steps of the transitive closure job. Satisfies that the vertices can be cloned.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.hadoop.io.Text |
---|
org.apache.hadoop.io.Text.Comparator |
Constructor Summary | |
---|---|
CloneableText()
Default constructor. |
|
CloneableText(CloneableText text)
|
|
CloneableText(java.lang.String string)
Constructor that applies the given String. |
Method Summary | |
---|---|
CloneableText |
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 CloneableText()
public CloneableText(java.lang.String string)
string
- the String value to take.public CloneableText(CloneableText text)
Method Detail |
---|
public CloneableText clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |