Package com.alibaba.graphscope.format
Class LongLong
- java.lang.Object
-
- com.alibaba.graphscope.format.LongLong
-
- All Implemented Interfaces:
org.apache.hadoop.io.Writable
public class LongLong extends Object implements org.apache.hadoop.io.Writable
-
-
Constructor Summary
Constructors Constructor Description LongLong()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
readFields(DataInput dataInput)
String
toString()
void
write(DataOutput dataOutput)
-
-
-
Method Detail
-
write
public void write(DataOutput dataOutput) throws IOException
- Specified by:
write
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
readFields
public void readFields(DataInput dataInput) throws IOException
- Specified by:
readFields
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
-