Uses of Class
io.streamthoughts.azkarra.api.util.Version
-
-
Uses of Version in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return Version Modifier and Type Method Description VersionStreamsLifecycleContext. topologyVersion() -
Uses of Version in io.streamthoughts.azkarra.api.components
Methods in io.streamthoughts.azkarra.api.components that return Version Modifier and Type Method Description VersionComponentDescriptor. version()Gets the version of the described component.VersionSimpleComponentDescriptor. version()Gets the version of the described component. -
Uses of Version in io.streamthoughts.azkarra.api.components.qualifier
Methods in io.streamthoughts.azkarra.api.components.qualifier with parameters of type Version Modifier and Type Method Description static <T> Qualifier<T>Qualifiers. byVersion(Version version) -
Uses of Version in io.streamthoughts.azkarra.api.streams.internal
Methods in io.streamthoughts.azkarra.api.streams.internal that return Version Modifier and Type Method Description VersionInternalStreamsLifecycleContext. topologyVersion() -
Uses of Version in io.streamthoughts.azkarra.api.util
Methods in io.streamthoughts.azkarra.api.util that return Version Modifier and Type Method Description static VersionVersion. getLatest(Version... versions)Static helper for returning the latest version from a list ofVersion.static VersionVersion. parse(String version)Static helper for creating a new version based on the specified string.Methods in io.streamthoughts.azkarra.api.util with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version that)static VersionVersion. getLatest(Version... versions)Static helper for returning the latest version from a list ofVersion.static booleanVersion. isEqual(Version v1, String v2)
-