Uses of Class
org.apache.storm.utils.SimpleVersion
Packages that use SimpleVersion
Package
Description
-
Uses of SimpleVersion in org.apache.storm.daemon.nimbus
Fields in org.apache.storm.daemon.nimbus declared as SimpleVersion -
Uses of SimpleVersion in org.apache.storm.daemon.supervisor
Methods in org.apache.storm.daemon.supervisor with parameters of type SimpleVersionModifier and TypeMethodDescriptionBasicContainer.frameworkClasspath
(SimpleVersion topoVersion) protected String
BasicContainer.getWorkerClassPath
(String stormJar, List<String> dependencyLocations, SimpleVersion topoVersion) Compute the classpath for the worker process.protected String
BasicContainer.getWorkerLogWriter
(SimpleVersion topoVersion) protected String
BasicContainer.getWorkerMain
(SimpleVersion topoVersion) -
Uses of SimpleVersion in org.apache.storm.utils
Fields in org.apache.storm.utils declared as SimpleVersionMethods in org.apache.storm.utils that return types with arguments of type SimpleVersionModifier and TypeMethodDescriptionstatic NavigableMap<SimpleVersion,
List<String>> Get a map of version to classpath from the conf Config.SUPERVISOR_WORKER_VERSION_CLASSPATH_MAPstatic NavigableMap<SimpleVersion,
String> Utils.getConfiguredWorkerLogWriterVersions
(Map<String, Object> conf) Get a map of version to worker log writer from the conf Config.SUPERVISOR_WORKER_VERSION_LOGWRITER_MAPstatic NavigableMap<SimpleVersion,
String> Utils.getConfiguredWorkerMainVersions
(Map<String, Object> conf) Get a map of version to worker main from the conf Config.SUPERVISOR_WORKER_VERSION_MAIN_MAPMethods in org.apache.storm.utils with parameters of type SimpleVersionModifier and TypeMethodDescriptionint
SimpleVersion.compareTo
(SimpleVersion o) static <T> T
Utils.getCompatibleVersion
(NavigableMap<SimpleVersion, T> versionedMap, SimpleVersion desiredVersion, String what, T defaultValue) Method parameters in org.apache.storm.utils with type arguments of type SimpleVersionModifier and TypeMethodDescriptionstatic <T> T
Utils.getCompatibleVersion
(NavigableMap<SimpleVersion, T> versionedMap, SimpleVersion desiredVersion, String what, T defaultValue)