public interface TwitterTokenMode
| 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) |
void perform(HadoopTwitterTokenToolOptions opts) throws Exception
opts - Exception - something went wrong!String[] finalOutput(HadoopTwitterTokenToolOptions opts) throws Exception
opts - the output can be found in opts.outputMode()Exception