Uses of Annotation Type
org.apache.storm.validation.ConfigValidationAnnotations.NotNull
Packages that use ConfigValidationAnnotations.NotNull
-
Uses of ConfigValidationAnnotations.NotNull in org.apache.storm
Fields in org.apache.storm with annotations of type ConfigValidationAnnotations.NotNullModifier and TypeFieldDescriptionstatic final String
DaemonConfig.BLACKLIST_SCHEDULER_REPORTER
The class that the blacklist scheduler will report the blacklist.static final String
DaemonConfig.BLACKLIST_SCHEDULER_STRATEGY
The class that specifies the eviction strategy to use in blacklist scheduler.static final String
DaemonConfig.DRPC_REQUEST_TIMEOUT_SECS
The timeout on DRPC requests within the DRPC server.static final String
DaemonConfig.RESOURCE_AWARE_SCHEDULER_PRIORITY_STRATEGY
the class that specifies the scheduling priority strategy to use in ResourceAwareScheduler.static final String
DaemonConfig.STORM_CLUSTER_METRICS_CONSUMER_PUBLISH_INTERVAL_SECS
How often cluster metrics data is published to metrics consumer.static final String
DaemonConfig.STORM_METRIC_PROCESSOR_CLASS
Class implementing WorkerMetricsProcessor.static final String
DaemonConfig.STORM_METRIC_STORE_CLASS
Class implementing MetricStore.static final String
What Network Topography detection classes should we use.static String
DaemonConfig.STORM_OCI_CGROUP_PARENT
The cgroup root for oci container.static String
Config.STORM_OCI_CGROUP_ROOT
The root of cgroup for oci to use.static String
DaemonConfig.STORM_OCI_NSCD_DIR
The directory of nscd - name service cache daemon, e.g.static final String
DaemonConfig.SUPERVISOR_SLOTS_PORTS
A list of ports that can run workers on this supervisor.static final String
DaemonConfig.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 final String
How long a worker can go without heartbeating before the supervisor tries to restart the worker process.static final String
How often a worker should check and notify upstream workers about its tasks that are no longer experiencing BP and able to receive new messages.static final String
Configures park time if using WaitStrategyPark for BackPressure.static final String
Configures steps used to determine progression to the next level of wait .. if using WaitStrategyProgressive for BackPressure.static final String
Configures steps used to determine progression to the next level of wait .. if using WaitStrategyProgressive for BackPressure.static final String
Configures sleep time if using WaitStrategyProgressive for BackPressure.static final String
How often to send flush tuple to the executors for flushing out batched events.static final String
Configures park time for WaitStrategyPark.static final String
Configures number of iterations to spend in level 1 of WaitStrategyProgressive, before progressing to level 2.static final String
Configures number of iterations to spend in level 2 of WaitStrategyProgressive, before progressing to level 3.static final String
Configures sleep time for WaitStrategyProgressive.static final String
Disable load aware grouping support.static final String
If number of items in task's overflowQ exceeds this, new messages coming from other workers to this task will be dropped This prevents OutOfMemoryException that can occur in rare scenarios in the presence of BackPressure.static final String
This signifies the load congestion among target tasks in scope.static final String
This signifies the load congestion among target tasks in scope.static final String
The maximum amount of time given to the topology to fully process a message emitted by a spout.static final String
Config.TOPOLOGY_PRODUCER_BATCH_SIZE
The number of tuples to batch before sending to the destination executor.static final String
Config.TOPOLOGY_SCHEDULER_STRATEGY
The strategy to use when scheduling a topology with Resource Aware Scheduler.static final String
Max pending tuples in one ShellBolt.static final String
Config.TOPOLOGY_SPOUT_RECVQ_SKIPS
Check recvQ after every N invocations of Spout's nextTuple() [when ACKing is disabled].static final String
Configures park time for WaitStrategyPark for spout.static final String
Configures number of iterations to spend in level 1 of WaitStrategyProgressive, before progressing to level 2.static final String
Configures number of iterations to spend in level 2 of WaitStrategyProgressive, before progressing to level 3.static final String
Configures sleep time for WaitStrategyProgressive.static final String
The maximum amount of time a component gives a source of state to synchronize before it requests synchronization again.static final String
Config.TOPOLOGY_WORKER_TIMEOUT_SECS
Topology configurable worker heartbeat timeout before the supervisor tries to restart the worker process.static final String
Config.WORKER_MAX_TIMEOUT_SECS
Enforce maximum onConfig.TOPOLOGY_WORKER_TIMEOUT_SECS
.