de.hpi.fgis.voidgen.hadoop.closure
Class CloneableText

java.lang.Object
  extended by org.apache.hadoop.io.BinaryComparable
      extended by org.apache.hadoop.io.Text
          extended by de.hpi.fgis.voidgen.hadoop.closure.CloneableText
All Implemented Interfaces:
java.lang.Comparable<org.apache.hadoop.io.BinaryComparable>, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable<org.apache.hadoop.io.BinaryComparable>
Direct Known Subclasses:
ClusterId

public class CloneableText
extends org.apache.hadoop.io.Text

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.

Author:
Johannes Gosda, Hasso Plattner Institute at University of Potsdam, Germany

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

CloneableText

public CloneableText()
Default constructor.


CloneableText

public CloneableText(java.lang.String string)
Constructor that applies the given String.

Parameters:
string - the String value to take.

CloneableText

public CloneableText(CloneableText text)
Method Detail

clone

public CloneableText clone()
Overrides:
clone in class java.lang.Object