Uses of Annotation Type
org.apache.storm.validation.ConfigValidationAnnotations.IsImplementationOfClass
-
Uses of ConfigValidationAnnotations.IsImplementationOfClass in org.apache.storm
Modifier 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_HTTP_CREDS_PLUGIN
Class name of the HTTP credentials plugin for DRPC.static final String
Nimbus assignments backend for storing local assignments.static final String
DaemonConfig.NIMBUS_TOPOLOGY_ACTION_NOTIFIER_PLUGIN
FQCN of a class that implementsI
@see org.apache.storm.nimbus.ITopologyActionNotifierPlugin for details.static final String
DaemonConfig.RESOURCE_AWARE_SCHEDULER_PRIORITY_STRATEGY
the class that specifies the scheduling priority strategy to use in ResourceAwareScheduler.static final String
What Network Topography detection classes should we use.static final String
DaemonConfig.STORM_OCI_IMAGE_TAG_TO_MANIFEST_PLUGIN
The plugin to be used to get the image-tag to manifest mappings.static final String
DaemonConfig.STORM_OCI_MANIFEST_TO_RESOURCES_PLUGIN
The plugin to be used to get oci resource according to the manifest.static final String
DaemonConfig.STORM_OCI_RESOURCES_LOCALIZER
The plugin to use for oci resources localization.static final String
DaemonConfig.STORM_RESOURCE_ISOLATION_PLUGIN
The plugin to be used for resource isolation.static final String
DaemonConfig.SUPERVISOR_AUTHORIZER
Class name for authorization plugin for supervisor.static final String
DaemonConfig.UI_HTTP_CREDS_PLUGIN
Class name of the HTTP credentials plugin for the UI.static final String
DaemonConfig.VALIDATE_TOPOLOGY_SCHEDULER_STRATEGY
Server side validation that @{see Config#TOPOLOGY_SCHEDULER_STRATEGY} is set ot a subclass of IStrategy.