Package org.apache.storm.hdfs.spout
Class HdfsSpoutTopology
- java.lang.Object
-
- org.apache.storm.hdfs.spout.HdfsSpoutTopology
-
public class HdfsSpoutTopology extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HdfsSpoutTopology.ConstBolt
-
Constructor Summary
Constructors Constructor Description HdfsSpoutTopology()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Copies text file content from sourceDir to destinationDir.
-
-
-
Field Detail
-
SPOUT_ID
public static final String SPOUT_ID
- See Also:
- Constant Field Values
-
BOLT_ID
public static final String BOLT_ID
- See Also:
- Constant Field Values
-
-