Class DictWritable
- java.lang.Object
 - 
- org.apache.sysds.runtime.compress.io.DictWritable
 
 
- 
- All Implemented Interfaces:
 Serializable,org.apache.hadoop.io.Writable
public class DictWritable extends Object implements org.apache.hadoop.io.Writable, Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDictWritable.K 
- 
Field Summary
Fields Modifier and Type Field Description List<IDictionary>dicts 
- 
Constructor Summary
Constructors Constructor Description DictWritable() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadFields(DataInput in)StringtoString()voidwrite(DataOutput out) 
 - 
 
- 
- 
Field Detail
- 
dicts
public List<IDictionary> dicts
 
 - 
 
- 
Method Detail
- 
write
public void write(DataOutput out) throws IOException
- Specified by:
 writein interfaceorg.apache.hadoop.io.Writable- Throws:
 IOException
 
- 
readFields
public void readFields(DataInput in) throws IOException
- Specified by:
 readFieldsin interfaceorg.apache.hadoop.io.Writable- Throws:
 IOException
 
 - 
 
 -