public final class ExecutorPlacementProperty extends ExecutionProperty<String>
ExecutionProperty.Key
Modifier and Type | Field and Description |
---|---|
static String |
COMPUTE |
static String |
NONE |
static String |
RESERVED |
static String |
TRANSIENT |
Modifier and Type | Method and Description |
---|---|
static ExecutorPlacementProperty |
of(String value)
Static method exposing the constructor.
|
getKey, getValue
public static final String NONE
public static final String TRANSIENT
public static final String RESERVED
public static final String COMPUTE
public static ExecutorPlacementProperty of(String value)
value
- value of the new execution property.Copyright © 2018. All rights reserved.