Uses of Interface
org.apache.hadoop.record.OutputArchive

Packages that use OutputArchive
org.apache.hadoop.record Hadoop record I/O contains classes and a record description language translator for simplifying serialization and deserialization of records in a language-neutral manner. 
 

Uses of OutputArchive in org.apache.hadoop.record
 

Classes in org.apache.hadoop.record that implement OutputArchive
 class BinaryOutputArchive
           
 class CsvOutputArchive
           
 

Methods in org.apache.hadoop.record with parameters of type OutputArchive
 void Record.serialize(OutputArchive archive, String tag)
           
 



Copyright © 2006 The Apache Software Foundation