org.apache.camel.component.hdfs
Class HdfsWritableFactories.HdfsTextWritableFactory

java.lang.Object
  extended by org.apache.camel.component.hdfs.HdfsWritableFactories.HdfsTextWritableFactory
Enclosing class:
HdfsWritableFactories

public static final class HdfsWritableFactories.HdfsTextWritableFactory
extends Object


Constructor Summary
HdfsWritableFactories.HdfsTextWritableFactory()
           
 
Method Summary
 org.apache.hadoop.io.Writable create(Object value, org.apache.camel.TypeConverter typeConverter, Holder<Integer> size)
           
 Object read(org.apache.hadoop.io.Writable writable, Holder<Integer> size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdfsWritableFactories.HdfsTextWritableFactory

public HdfsWritableFactories.HdfsTextWritableFactory()
Method Detail

create

public org.apache.hadoop.io.Writable create(Object value,
                                            org.apache.camel.TypeConverter typeConverter,
                                            Holder<Integer> size)

read

public Object read(org.apache.hadoop.io.Writable writable,
                   Holder<Integer> size)


Apache Camel