Uses of Class
org.apache.hadoop.io.ObjectWritable

Packages that use ObjectWritable
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.metadata A Multi-valued Metadata container, and set of constant fields for Nutch Metadata. 
 

Uses of ObjectWritable in org.apache.hadoop.io
 

Methods in org.apache.hadoop.io with parameters of type ObjectWritable
static Object ObjectWritable.readObject(DataInput in, ObjectWritable objectWritable, Configuration conf)
          Read a Writable, String, primitive type, or an array of the preceding.
 

Uses of ObjectWritable in org.apache.nutch.metadata
 

Subclasses of ObjectWritable in org.apache.nutch.metadata
 class MetaWrapper
          This is a simple decorator that adds metadata to any Object-s that can be serialized by ObjectWritable.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.