Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
WorkerSettings |
WorkerSettings.clone() |
WorkerSettings |
TaskRunnerSettings.getParallelWorkerSettings()
Settings to pass to the parallel worker harness.
|
WorkerSettings |
WorkerSettings.set(java.lang.String fieldName,
java.lang.Object value) |
WorkerSettings |
WorkerSettings.setBaseUrl(java.lang.String baseUrl)
The base URL for accessing Google Cloud APIs.
|
WorkerSettings |
WorkerSettings.setReportingEnabled(java.lang.Boolean reportingEnabled)
Send work progress updates to service.
|
WorkerSettings |
WorkerSettings.setServicePath(java.lang.String servicePath)
The Dataflow service path relative to the root URL, for example, "dataflow/v1b3/projects".
|
WorkerSettings |
WorkerSettings.setShuffleServicePath(java.lang.String shuffleServicePath)
The Shuffle service path relative to the root URL, for example, "shuffle/v1beta1".
|
WorkerSettings |
WorkerSettings.setTempStoragePrefix(java.lang.String tempStoragePrefix)
The prefix of the resources the system should use for temporary storage.
|
WorkerSettings |
WorkerSettings.setWorkerId(java.lang.String workerId)
ID of the worker running this pipeline.
|
Modifier and Type | Method and Description |
---|---|
TaskRunnerSettings |
TaskRunnerSettings.setParallelWorkerSettings(WorkerSettings parallelWorkerSettings)
Settings to pass to the parallel worker harness.
|