Uses of Interface
p2pMapReduce.mapreduceModule.io.Writable

Packages that use Writable
p2pMapReduce.mapreduceModule Collection of class to implement a map reduce framework. 
p2pMapReduce.mapreduceModule.conf   
p2pMapReduce.mapreduceModule.input   
p2pMapReduce.mapreduceModule.io   
p2pMapReduce.mapreduceModule.io.serializer   
 

Uses of Writable in p2pMapReduce.mapreduceModule
 

Classes in p2pMapReduce.mapreduceModule that implement Writable
 class JobConf
          A map/reduce job configuration.
 

Uses of Writable in p2pMapReduce.mapreduceModule.conf
 

Classes in p2pMapReduce.mapreduceModule.conf that implement Writable
 class Configuration
          Provides access to configuration parameters.
 

Uses of Writable in p2pMapReduce.mapreduceModule.input
 

Classes in p2pMapReduce.mapreduceModule.input that implement Writable
 class InputSplit
          InputSplit represents the data to be processed by an individual Mapper.
 class TextFileInputSplit
           
 class TextFileInputSplit_old
           
 

Uses of Writable in p2pMapReduce.mapreduceModule.io
 

Subinterfaces of Writable in p2pMapReduce.mapreduceModule.io
 interface WritableComparable<T>
          A Writable which is also Comparable.
 

Classes in p2pMapReduce.mapreduceModule.io that implement Writable
 class IntWritable
           
 class LongWritable
           
 class NullWritable
          Singleton Writable with no data.
 class StringWritable
          A writable that represent a string.
 

Uses of Writable in p2pMapReduce.mapreduceModule.io.serializer
 

Methods in p2pMapReduce.mapreduceModule.io.serializer that return types with arguments of type Writable
 Deserializer<Writable> WritableSerialization.getDeserializer(java.lang.Class<Writable> c)
           
 Serializer<Writable> WritableSerialization.getSerializer(java.lang.Class<Writable> c)
           
 

Method parameters in p2pMapReduce.mapreduceModule.io.serializer with type arguments of type Writable
 Deserializer<Writable> WritableSerialization.getDeserializer(java.lang.Class<Writable> c)
           
 Serializer<Writable> WritableSerialization.getSerializer(java.lang.Class<Writable> c)