Uses of Annotation Type
org.apache.storm.validation.ConfigValidationAnnotations.CustomValidator
-
Uses of ConfigValidationAnnotations.CustomValidator in org.apache.storm
Modifier and TypeFieldDescriptionstatic final String
Config.PACEMAKER_AUTH_METHOD
This should be one of "DIGEST", "KERBEROS", or "NONE" Determines the mode of authentication the pacemaker server and client use.static final String
Config.TOPOLOGY_BLOBSTORE_MAP
A map with blobstore keys mapped to each filename the worker will have access to in the launch directory to the blob by local file name, uncompress flag, and if the worker should restart when the blob is updated. localname, workerRestart, and uncompress are optional. -
Uses of ConfigValidationAnnotations.CustomValidator in org.apache.storm.hdfs.spout
HdfsSpout.setReaderType(String)