public class DFIDFTokenMode extends Object implements TwitterTokenMode
Constructor and Description |
---|
DFIDFTokenMode() |
Modifier and Type | Method and Description |
---|---|
String[] |
finalOutput(HadoopTwitterTokenToolOptions opts)
Drive the provided output mode with the final product of the tool
|
void |
perform(HadoopTwitterTokenToolOptions opts) |
public DFIDFTokenMode()
public void perform(HadoopTwitterTokenToolOptions opts) throws Exception
perform
in interface TwitterTokenMode
Exception
- something went wrong!public String[] finalOutput(HadoopTwitterTokenToolOptions opts) throws Exception
TwitterTokenMode
finalOutput
in interface TwitterTokenMode
opts
- the output can be found in opts.outputMode()Exception