Uses of Annotation Type
org.apache.storm.validation.ConfigValidationAnnotations.IsStringList
Packages that use ConfigValidationAnnotations.IsStringList
-
Uses of ConfigValidationAnnotations.IsStringList in org.apache.storm
Fields in org.apache.storm with annotations of type ConfigValidationAnnotations.IsStringListModifier and TypeFieldDescriptionstatic final String
Config.DRPC_SERVERS
List of DRPC servers so that the DRPCSpout knows who to talk to.static final String
Config.NIMBUS_ADMINS
A list of users that are cluster admins and can run any command.static final String
Config.NIMBUS_ADMINS_GROUPS
A list of groups that are cluster admins and can run any command.static final 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 final String
Config.NIMBUS_CREDENTIAL_RENEWERS
A list of credential renewers that nimbus should load.static final 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 final 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 final String
A whitelist of the RAS scheduler strategies allowed by nimbus.static final String
Config.NIMBUS_SEEDS
List of seed nimbus hosts to use for leader nimbus discovery.static final 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 final String
Config.NIMBUS_USERS
A list of users that are the only ones allowed to run user operation on storm cluster.static final String
Config.PACEMAKER_SERVERS
The list of servers that Pacemaker is running on.static final String
DaemonConfig.STORM_CGROUP_RESOURCES
resources to to be controlled by cgroups.static final String
DaemonConfig.STORM_DAEMON_METRICS_REPORTER_PLUGINS
A list of daemon metrics reporter plugin class names.static String
DaemonConfig.STORM_OCI_ALLOWED_IMAGES
A list of oci image that are allowed.static String
DaemonConfig.STORM_OCI_READONLY_BINDMOUNTS
A list of read only bind mounted directories.static String
DaemonConfig.STORM_OCI_READWRITE_BINDMOUNTS
A list of read-write bind mounted directories.static final String
Config.STORM_ZOOKEEPER_SERVERS
A list of hosts of ZooKeeper servers used to manage the cluster.static final String
Config.TOPOLOGY_AUTO_CREDENTIALS
A list of IAutoCredentials that the topology should load and use.static final String
Config.TOPOLOGY_AUTO_TASK_HOOKS
A list of task hooks that are automatically added to every spout and bolt in the topology.static final String
Config.TOPOLOGY_KRYO_DECORATORS
A list of classes that customize storm's kryo instance during start-up.static final String
A list of host names that this topology would prefer to be scheduled on (no guarantee is given though).static final String
A list of host names that this topology would prefer to NOT be scheduled on (no guarantee is given though).static final String
Config.TOPOLOGY_SPREAD_COMPONENTS
Deprecated.static final String
Config.TOPOLOGY_STATE_KRYO_REGISTER
List of classes to register during state serialization.static final String
The list of zookeeper servers in which to keep the transactional state.