Uses of Class
org.apache.storm.utils.SimpleVersion
Package
Description
-
Uses of SimpleVersion in org.apache.storm.daemon.nimbus
-
Uses of SimpleVersion in org.apache.storm.daemon.supervisor
Modifier 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
Modifier 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_MAPModifier and TypeMethodDescriptionint
SimpleVersion.compareTo
(SimpleVersion o) static <T> T
Utils.getCompatibleVersion
(NavigableMap<SimpleVersion, T> versionedMap, SimpleVersion desiredVersion, String what, T defaultValue) Modifier and TypeMethodDescriptionstatic <T> T
Utils.getCompatibleVersion
(NavigableMap<SimpleVersion, T> versionedMap, SimpleVersion desiredVersion, String what, T defaultValue)