See: Description
| Interface | Description |
|---|---|
| Boxed<T> |
Boxed interface
|
| Class | Description |
|---|---|
| DataInputWrapperStream |
Thin wrapper around DataInput so it can be used as an
InputStream
For use with Input |
| DataOutputWrapperStream |
Thin wrapper around a DataOutput so it can be used as an
OutputStream
For use with Output) |
| GiraphClassResolver |
In order to avoid writing class names to the stream, this class resolver
assigns unique integers to each class name and writes/reads those integers
to/from the stream.
|
| HadoopKryo |
Kryo instance that provides serialization through DataInput/DataOutput
that org.apache.hadoop.io.Writable uses.
|
| KryoSimpleWrapper<T> |
Generic wrapper object, making any object writable.
|
| KryoSimpleWritable |
Class which you can extend to get all serialization/deserialization
done automagically.
|
| KryoWritable |
Class which you can extend to get all serialization/deserialization
done automagically
|
| KryoWritableWrapper<T> |
Generic wrapper object, making any object writable.
|
| TransientRandom |
Transient Random class.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.