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>
Wrapper for Text in order to make it serializable as required for
shuffle in spark instructions.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.io.Text
org.apache.hadoop.io.Text.Comparator -
Field Summary
Fields inherited from class org.apache.hadoop.io.Text
DEFAULT_MAX_LEN -
Constructor Summary
Constructors -
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, writeStringMethods inherited from class org.apache.hadoop.io.BinaryComparable
compareTo, compareToMethods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
SerText
-