Package | Description |
---|---|
org.apache.storm |
Modifier and Type | Field and Description |
---|---|
static String |
Config.DRPC_MAX_BUFFER_SIZE
The maximum buffer size thrift should use when reading messages for DRPC.
|
static String |
Config.PACEMAKER_CLIENT_MAX_THREADS
The maximum number of threads that should be used by the Pacemaker client.
|
static String |
DaemonConfig.PACEMAKER_MAX_THREADS
The maximum number of threads that should be used by the Pacemaker.
|
static String |
Config.PACEMAKER_PORT
The port Pacemaker should run on.
|
static String |
DaemonConfig.STORM_HEALTH_CHECK_TIMEOUT_MS
The time to allow any given healthcheck script to run before it is marked failed due to timeout.
|
static String |
Config.STORM_NIMBUS_RETRY_INTERVAL
The starting interval between exponential backoff retries of a Nimbus operation.
|
static String |
Config.STORM_NIMBUS_RETRY_INTERVAL_CEILING
The ceiling of the interval between retries of a client connect to Nimbus operation.
|
static String |
Config.STORM_NIMBUS_RETRY_TIMES
The number of times to retry a Nimbus operation.
|
static String |
Config.SUPERVISOR_THRIFT_MAX_BUFFER_SIZE |
static String |
Config.TOPOLOGY_MAX_REPLICATION_WAIT_TIME_SEC
Maximum wait time for the nimbus host replication to achieve the nimbus.min.replication.count.
|
static String |
Config.TOPOLOGY_MIN_REPLICATION_COUNT
Minimum number of nimbus hosts where the code must be replicated before leader nimbus is allowed to perform topology activation tasks like setting up heartbeats/assignments and marking the topology as active.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.