public class RolloutOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RolloutOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PARALLELISM |
static long |
DEFAULT_TIMEOUT |
| Constructor and Description |
|---|
RolloutOptions(long timeout,
int parallelism,
boolean migrate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
getMigrate() |
int |
getParallelism() |
long |
getTimeout() |
int |
hashCode() |
static RolloutOptions.Builder |
newBuilder() |
RolloutOptions.Builder |
toBuilder() |
String |
toString() |
public static final long DEFAULT_TIMEOUT
public static final int DEFAULT_PARALLELISM
public RolloutOptions(long timeout,
int parallelism,
boolean migrate)
public static RolloutOptions.Builder newBuilder()
public RolloutOptions.Builder toBuilder()
public long getTimeout()
public int getParallelism()
public boolean getMigrate()
Copyright © 2015. All rights reserved.