Package | Description |
---|---|
org.apache.storm |
Modifier and Type | Field and Description |
---|---|
static String |
Config.DRPC_SERVERS
List of DRPC servers so that the DRPCSpout knows who to talk to.
|
static String |
Config.NIMBUS_ADMINS
A list of users that are cluster admins and can run any command.
|
static String |
Config.NIMBUS_ADMINS_GROUPS
A list of groups that are cluster admins and can run any command.
|
static String |
Config.NIMBUS_AUTO_CRED_PLUGINS
A list of plugins that nimbus should load during submit topology to populate credentials on user’s behalf.
|
static String |
Config.NIMBUS_CREDENTIAL_RENEWERS
A list of credential renewers that nimbus should load.
|
static String |
Config.NIMBUS_DAEMON_USERS
A list of users that nimbus runs as and should be authorized to interact with the supervisor as nimbus would.
|
static String |
Config.NIMBUS_GROUPS
A list of groups , users belong to these groups are the only ones allowed to run user operation on storm cluster.
|
static String |
Config.NIMBUS_SCHEDULER_STRATEGY_CLASS_WHITELIST
A whitelist of the RAS scheduler strategies allowed by nimbus.
|
static String |
Config.NIMBUS_SEEDS
List of seed nimbus hosts to use for leader nimbus discovery.
|
static String |
Config.NIMBUS_SUPERVISOR_USERS
A list of users that run the supervisors and should be authorized to interact with nimbus as a supervisor would.
|
static String |
Config.NIMBUS_USERS
A list of users that are the only ones allowed to run user operation on storm cluster.
|
static String |
Config.PACEMAKER_SERVERS
The list of servers that Pacemaker is running on.
|
static String |
DaemonConfig.STORM_CGROUP_RESOURCES
resources to to be controlled by cgroups.
|
static String |
DaemonConfig.STORM_DAEMON_METRICS_REPORTER_PLUGINS
A list of daemon metrics reporter plugin class names.
|
static String |
Config.STORM_EXHIBITOR_SERVERS
A list of hosts of Exhibitor servers used to discover/maintain connection to ZooKeeper cluster.
|
static String |
Config.STORM_ZOOKEEPER_SERVERS
A list of hosts of ZooKeeper servers used to manage the cluster.
|
static String |
Config.TOPOLOGY_AUTO_CREDENTIALS
A list of IAutoCredentials that the topology should load and use.
|
static String |
Config.TOPOLOGY_AUTO_TASK_HOOKS
A list of task hooks that are automatically added to every spout and bolt in the topology.
|
static String |
Config.TOPOLOGY_KRYO_DECORATORS
A list of classes that customize storm’s kryo instance during start-up.
|
static String |
Config.TOPOLOGY_SCHEDULER_FAVORED_NODES
A list of host names that this topology would prefer to be scheduled on (no guarantee is given though).
|
static String |
Config.TOPOLOGY_SCHEDULER_UNFAVORED_NODES
A list of host names that this topology would prefer to NOT be scheduled on (no guarantee is given though).
|
static String |
Config.TOPOLOGY_SPREAD_COMPONENTS
Deprecated.
|
static String |
Config.TOPOLOGY_STATE_KRYO_REGISTER
List of classes to register during state serialization.
|
static String |
Config.TRANSACTIONAL_ZOOKEEPER_SERVERS
The list of zookeeper servers in which to keep the transactional state.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.