public abstract class TwitterTokenOutputMode extends Object
Modifier and Type | Field and Description |
---|---|
String |
outputPath |
boolean |
replace |
Constructor and Description |
---|
TwitterTokenOutputMode() |
public String outputPath
public boolean replace
public TwitterTokenOutputMode()
public abstract void write(HadoopTwitterTokenToolOptions opts, TwitterTokenMode completedMode) throws Exception
opts
- The token tool optionscompletedMode
- The mode to output fromoutputPath
- The final location of the outputreplace
- whether to replace an existing outputIOException
Exception