public class WorkerBehaviorConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_KEY |
static AutoScaler |
DEFAULT_AUTOSCALER |
static WorkerSelectStrategy |
DEFAULT_STRATEGY |
Constructor and Description |
---|
WorkerBehaviorConfig(WorkerSelectStrategy selectStrategy,
AutoScaler autoScaler) |
Modifier and Type | Method and Description |
---|---|
static WorkerBehaviorConfig |
defaultConfig() |
boolean |
equals(Object o) |
AutoScaler |
getAutoScaler() |
WorkerSelectStrategy |
getSelectStrategy() |
int |
hashCode() |
String |
toString() |
public static final String CONFIG_KEY
public static WorkerSelectStrategy DEFAULT_STRATEGY
public static AutoScaler DEFAULT_AUTOSCALER
public WorkerBehaviorConfig(WorkerSelectStrategy selectStrategy, AutoScaler autoScaler)
public static WorkerBehaviorConfig defaultConfig()
public WorkerSelectStrategy getSelectStrategy()
public AutoScaler getAutoScaler()
Copyright © 2011–2015. All rights reserved.