public final class ShardedJobSettings extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ShardedJobSettings.Builder
ShardedJobSettings builder.
|
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_SLICE_TIMEOUT_MILLIS |
Modifier and Type | Method and Description |
---|---|
String |
getBackend() |
String |
getControllerPath() |
String |
getMapReduceStatusUrl() |
int |
getMaxShardRetries() |
int |
getMaxSliceRetries() |
String |
getModule() |
String |
getPipelineStatusUrl() |
String |
getQueueName() |
int |
getSliceTimeoutMillis() |
String |
getTaskQueueTarget() |
String |
getVersion() |
String |
getWorkerPath() |
String |
toString() |
public static final int DEFAULT_SLICE_TIMEOUT_MILLIS
public String getTaskQueueTarget()
public String getMapReduceStatusUrl()
public String getPipelineStatusUrl()
public String getBackend()
public String getModule()
public String getVersion()
public String getControllerPath()
public String getWorkerPath()
public String getQueueName()
public int getMaxShardRetries()
public int getMaxSliceRetries()
public int getSliceTimeoutMillis()
Copyright © 2015 Google. All rights reserved.