Package | Description |
---|---|
org.apache.storm |
Modifier and Type | Field and Description |
---|---|
static String |
Config.DRPC_REQUEST_TIMEOUT_SECS
The timeout on DRPC requests within the DRPC server.
|
static String |
Config.RESOURCE_AWARE_SCHEDULER_EVICTION_STRATEGY
The class that specifies the eviction strategy to use in ResourceAwareScheduler
|
static String |
Config.RESOURCE_AWARE_SCHEDULER_PRIORITY_STRATEGY
the class that specifies the scheduling priority strategy to use in ResourceAwareScheduler
|
static String |
Config.STORM_CLUSTER_METRICS_CONSUMER_PUBLISH_INTERVAL_SECS
How often cluster metrics data is published to metrics consumer.
|
static String |
Config.STORM_NETWORK_TOPOGRAPHY_PLUGIN
What Network Topography detection classes should we use.
|
static String |
Config.SUPERVISOR_SLOTS_PORTS
A list of ports that can run workers on this supervisor.
|
static String |
Config.SUPERVISOR_WORKER_START_TIMEOUT_SECS
How long a worker can go without heartbeating during the initial launch before the supervisor tries to restart the worker process.
|
static String |
Config.SUPERVISOR_WORKER_TIMEOUT_SECS
How long a worker can go without heartbeating before the supervisor tries to restart the worker process.
|
static String |
Config.TOPOLOGY_DISABLE_LOADAWARE_MESSAGING
Disable load aware grouping support.
|
static String |
Config.TOPOLOGY_DISRUPTOR_BATCH_SIZE
The number of tuples to batch before sending to the next thread.
|
static String |
Config.TOPOLOGY_DISRUPTOR_BATCH_TIMEOUT_MILLIS
The maximum age in milliseconds a batch can be before being sent to the next thread.
|
static String |
Config.TOPOLOGY_DISRUPTOR_WAIT_TIMEOUT_MILLIS
Configure timeout milliseconds used for disruptor queue wait strategy.
|
static String |
Config.TOPOLOGY_MESSAGE_TIMEOUT_SECS
The maximum amount of time given to the topology to fully process a message emitted by a spout.
|
static String |
Config.TOPOLOGY_SCHEDULER_STRATEGY
The strategy to use when scheduling a topology with Resource Aware Scheduler
|
static String |
Config.TOPOLOGY_SHELLBOLT_MAX_PENDING
Max pending tuples in one ShellBolt
|
static String |
Config.TOPOLOGY_STATE_SYNCHRONIZATION_TIMEOUT_SECS
The maximum amount of time a component gives a source of state to synchronize before it requests synchronization again.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.