public class StreamingDataflowWorker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingDataflowWorker.KeyTokenInvalidException
Indicates that the key token was invalid when data was attempted to be fetched.
|
| Constructor and Description |
|---|
StreamingDataflowWorker(List<com.google.api.services.dataflow.model.MapTask> mapTasks,
WindmillServerStub server,
DataflowWorkerHarnessOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
inPushback(Runtime rt) |
static boolean |
isKeyTokenInvalidException(Throwable t)
Returns whether an exception was caused by a
StreamingDataflowWorker.KeyTokenInvalidException. |
static void |
main(String[] args) |
void |
runStatusServer(int statusPort) |
void |
start() |
void |
stop() |
public StreamingDataflowWorker(List<com.google.api.services.dataflow.model.MapTask> mapTasks, WindmillServerStub server, DataflowWorkerHarnessOptions options)
public static boolean isKeyTokenInvalidException(Throwable t)
StreamingDataflowWorker.KeyTokenInvalidException.public void start()
public void stop()
public void runStatusServer(int statusPort)
protected static boolean inPushback(Runtime rt)