Package org.apache.storm.starter
Class BlobStoreAPIWordCountTopology
java.lang.Object
org.apache.storm.starter.BlobStoreAPIWordCountTopology
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidstatic FilecreateFile(String fileName) static voidstatic voidprepare()static FileupdateFile(File file) static voidwriteToFile(File file, Set<String> content) 
- 
Constructor Details- 
BlobStoreAPIWordCountTopologypublic BlobStoreAPIWordCountTopology()
 
- 
- 
Method Details- 
preparepublic static void prepare()
- 
createFile- Throws:
- IOException
 
- 
updateFile- Throws:
- IOException
 
- 
writeToFile- Throws:
- IOException
 
- 
main
- 
buildAndLaunchWordCountTopology
 
-