Package | Description |
---|---|
org.apache.hadoop.io |
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
|
org.apache.hadoop.io.serializer |
This package provides a mechanism for using different serialization frameworks
in Hadoop.
|
org.apache.hadoop.io.serializer.avro |
This package provides Avro serialization in Hadoop.
|
Class and Description |
---|
Serializer
Provides a facility for serializing objects of type
OutputStream . |
Class and Description |
---|
Deserializer
Provides a facility for deserializing objects of type
InputStream . |
DeserializerComparator
A
RawComparator that uses a Deserializer to deserialize
the objects to be compared so that the standard Comparator can
be used to compare them. |
Serialization
Encapsulates a
Serializer /Deserializer pair. |
Serializer
Provides a facility for serializing objects of type
OutputStream . |
Class and Description |
---|
Deserializer
Provides a facility for deserializing objects of type
InputStream . |
Serialization
Encapsulates a
Serializer /Deserializer pair. |
Serializer
Provides a facility for serializing objects of type
OutputStream . |
Copyright © 2013 Apache Software Foundation. All rights reserved.