Class SerText
- java.lang.Object
-
- org.apache.hadoop.io.BinaryComparable
-
- org.apache.hadoop.io.Text
-
- org.apache.sysds.runtime.instructions.spark.data.SerText
-
- All Implemented Interfaces:
Serializable
,Comparable<org.apache.hadoop.io.BinaryComparable>
,org.apache.hadoop.io.Writable
,org.apache.hadoop.io.WritableComparable<org.apache.hadoop.io.BinaryComparable>
public class SerText extends org.apache.hadoop.io.Text implements Serializable
Wrapper for Text in order to make it serializable as required for shuffle in spark instructions.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class org.apache.hadoop.io.Text
append, bytesToCodePoint, charAt, clear, copyBytes, decode, decode, decode, encode, encode, equals, find, find, getBytes, getLength, hashCode, readFields, readFields, readString, readString, readWithKnownLength, set, set, set, set, skip, toString, utf8Length, validateUTF8, validateUTF8, write, write, writeString, writeString
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Constructor Detail
-
SerText
public SerText(String in)
-
-