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.nutch.crawl |
Crawl control code.
|
org.apache.nutch.fetcher |
The Nutch robot.
|
org.apache.nutch.metadata |
A Multi-valued Metadata container, and set
of constant fields for Nutch Metadata.
|
org.apache.nutch.parse | |
org.apache.nutch.protocol |
Class and Description |
---|
BytesWritable
A byte sequence that is usable as a key or value.
|
DataOutputBuffer
A reusable
DataOutput implementation that writes to an in-memory
buffer. |
LongWritable.Comparator
A Comparator optimized for LongWritable.
|
MD5Hash
A Writable for MD5 hash values.
|
NullWritable
Singleton Writable with no data.
|
ObjectWritable
A polymorphic Writable that writes an instance with it's class name.
|
Text
This class stores text using standard UTF8 encoding.
|
Writable
A simple, efficient, serialization protocol, based on
DataInput and
DataOutput . |
WritableComparable
An interface which extends both
Writable and Comparable . |
WritableComparator
A Comparator for
WritableComparable s. |
WritableFactory
A factory for a class of Writable.
|
Class and Description |
---|
Writable
A simple, efficient, serialization protocol, based on
DataInput and
DataOutput . |
WritableComparable
An interface which extends both
Writable and Comparable . |
WritableComparator
A Comparator for
WritableComparable s. |
Class and Description |
---|
Writable
A simple, efficient, serialization protocol, based on
DataInput and
DataOutput . |
Class and Description |
---|
ObjectWritable
A polymorphic Writable that writes an instance with it's class name.
|
Text
This class stores text using standard UTF8 encoding.
|
Writable
A simple, efficient, serialization protocol, based on
DataInput and
DataOutput . |
Class and Description |
---|
VersionedWritable
A base class for Writables that provides version checking.
|
Writable
A simple, efficient, serialization protocol, based on
DataInput and
DataOutput . |
Class and Description |
---|
CompressedWritable
A base-class for Writables which store themselves compressed and lazily
inflate on field access.
|
Text
This class stores text using standard UTF8 encoding.
|
VersionedWritable
A base class for Writables that provides version checking.
|
Writable
A simple, efficient, serialization protocol, based on
DataInput and
DataOutput . |
Copyright © 2007, 2017, Oracle and/or its affiliates. All rights reserved.