Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
StreamingSetupTask |
StreamingSetupTask.clone() |
StreamingSetupTask |
WorkItem.getStreamingSetupTask()
Additional information for StreamingSetupTask WorkItems.
|
StreamingSetupTask |
StreamingSetupTask.set(java.lang.String fieldName,
java.lang.Object value) |
StreamingSetupTask |
StreamingSetupTask.setDrain(java.lang.Boolean drain)
The user has requested drain.
|
StreamingSetupTask |
StreamingSetupTask.setReceiveWorkPort(java.lang.Integer receiveWorkPort)
The TCP port on which the worker should listen for messages from other streaming computation
workers.
|
StreamingSetupTask |
StreamingSetupTask.setStreamingComputationTopology(TopologyConfig streamingComputationTopology)
The global topology of the streaming Dataflow job.
|
StreamingSetupTask |
StreamingSetupTask.setWorkerHarnessPort(java.lang.Integer workerHarnessPort)
The TCP port used by the worker to communicate with the Dataflow worker harness.
|
Modifier and Type | Method and Description |
---|---|
WorkItem |
WorkItem.setStreamingSetupTask(StreamingSetupTask streamingSetupTask)
Additional information for StreamingSetupTask WorkItems.
|