org.apache.camel.component.hdfs
Class HdfsProducer.SplitStrategy

java.lang.Object
  extended by org.apache.camel.component.hdfs.HdfsProducer.SplitStrategy
Enclosing class:
HdfsProducer

public static final class HdfsProducer.SplitStrategy
extends Object


Constructor Summary
HdfsProducer.SplitStrategy(HdfsProducer.SplitStrategyType type, long value)
           
 
Method Summary
 HdfsProducer.SplitStrategyType getType()
           
 long getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdfsProducer.SplitStrategy

public HdfsProducer.SplitStrategy(HdfsProducer.SplitStrategyType type,
                                  long value)
Method Detail

getType

public HdfsProducer.SplitStrategyType getType()

getValue

public long getValue()


Apache Camel