Uses of Interface
org.apache.storm.utils.IVersionInfo
Packages that use IVersionInfo
-
Uses of IVersionInfo in org.apache.storm.utils
Fields in org.apache.storm.utils declared as IVersionInfoMethods in org.apache.storm.utils that return IVersionInfoModifier and TypeMethodDescriptionstatic IVersionInfo
VersionInfo.getFromClasspath
(String cp) Look for the version of storm defined by the given classpath.static IVersionInfo
VersionInfo.getFromClasspath
(List<String> classpath) Look for the version of storm defined by the given classpath.Methods in org.apache.storm.utils that return types with arguments of type IVersionInfoModifier and TypeMethodDescriptionstatic NavigableMap<String,
IVersionInfo> Utils.getAlternativeVersionsMap
(Map<String, Object> conf) Get a mapping of the configured supported versions of storm to their actual versions.