public static interface WordCount.Options extends PipelineOptions
WordCount.
Inherits standard configuration options.
| Modifier and Type | Interface and Description |
|---|---|
static class |
WordCount.Options.OutputFactory
Returns gs://${STAGING_LOCATION}/"counts.txt" as the default destination.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInput() |
int |
getNumShards()
By default (numShards == 0), the system will choose the shard count.
|
java.lang.String |
getOutput() |
void |
setInput(java.lang.String value) |
void |
setNumShards(int value) |
void |
setOutput(java.lang.String value) |
as, getRunner, setRunnerjava.lang.String getInput()
void setInput(java.lang.String value)
java.lang.String getOutput()
void setOutput(java.lang.String value)
int getNumShards()
void setNumShards(int value)