@Deprecated public class MesosOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ConfigOption<Integer> |
ARTIFACT_SERVER_PORT
Deprecated.
The config parameter defining the Mesos artifact server port to use.
|
static ConfigOption<Boolean> |
ARTIFACT_SERVER_SSL_ENABLED
Deprecated.
Config parameter to override SSL support for the Artifact Server.
|
static ConfigOption<Long> |
DECLINED_OFFER_REFUSE_DURATION
Deprecated.
Config parameter to configure the amount of time refuse a particular offer for.
|
static ConfigOption<Integer> |
FAILOVER_TIMEOUT_SECONDS
Deprecated.
The failover timeout for the Mesos scheduler, after which running tasks are automatically
shut down.
|
static ConfigOption<String> |
MASTER_URL
Deprecated.
The Mesos master URL.
|
static ConfigOption<String> |
PORT_ASSIGNMENTS
Deprecated.
Config parameter to configure which configuration keys will dynamically get a port assigned
through Mesos.
|
static ConfigOption<String> |
RESOURCEMANAGER_FRAMEWORK_NAME
Deprecated.
|
static ConfigOption<String> |
RESOURCEMANAGER_FRAMEWORK_PRINCIPAL
Deprecated.
|
static ConfigOption<String> |
RESOURCEMANAGER_FRAMEWORK_ROLE
Deprecated.
|
static ConfigOption<String> |
RESOURCEMANAGER_FRAMEWORK_SECRET
Deprecated.
|
static ConfigOption<String> |
RESOURCEMANAGER_FRAMEWORK_USER
Deprecated.
|
static ConfigOption<Long> |
UNUSED_OFFER_EXPIRATION
Deprecated.
Config parameter to configure the amount of time to wait for unused expired Mesos offers
before they are declined.
|
Constructor and Description |
---|
MesosOptions()
Deprecated.
|
public static final ConfigOption<String> MASTER_URL
The value should be in one of the following forms:
host:port
zk://host1:port1,host2:port2,.../path
zk://username:password@host1:port1,host2:port2,.../path
file:///path/to/file (where file contains one of the above)
public static final ConfigOption<Integer> FAILOVER_TIMEOUT_SECONDS
public static final ConfigOption<Integer> ARTIFACT_SERVER_PORT
public static final ConfigOption<String> RESOURCEMANAGER_FRAMEWORK_NAME
public static final ConfigOption<String> RESOURCEMANAGER_FRAMEWORK_ROLE
public static final ConfigOption<String> RESOURCEMANAGER_FRAMEWORK_PRINCIPAL
public static final ConfigOption<String> RESOURCEMANAGER_FRAMEWORK_SECRET
public static final ConfigOption<String> RESOURCEMANAGER_FRAMEWORK_USER
public static final ConfigOption<Boolean> ARTIFACT_SERVER_SSL_ENABLED
public static final ConfigOption<String> PORT_ASSIGNMENTS
public static final ConfigOption<Long> UNUSED_OFFER_EXPIRATION
public static final ConfigOption<Long> DECLINED_OFFER_REFUSE_DURATION
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.