Uses of Interface
org.apache.storm.utils.IVersionInfo
-
Packages that use IVersionInfo Package Description org.apache.storm.utils -
-
Uses of IVersionInfo in org.apache.storm.utils
Fields in org.apache.storm.utils declared as IVersionInfo Modifier and Type Field Description static IVersionInfo
VersionInfo. OUR_FULL_VERSION
Methods in org.apache.storm.utils that return IVersionInfo Modifier and Type Method Description static 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 IVersionInfo Modifier and Type Method Description static NavigableMap<String,IVersionInfo>
Utils. getAlternativeVersionsMap(Map<String,Object> conf)
Get a mapping of the configured supported versions of storm to their actual versions.
-