Uses of Class
org.opends.server.tools.upgrade.UpgradeTaskVersion
-
Packages that use UpgradeTaskVersion Package Description org.opends.server.tools.upgrade Defines the specific classes that are used by the upgrade tool.org.opends.server.util Contains implementations for various Directory Server utility classes and methods which may be used throughout the server but do not necessarily fit in elsewhere. -
-
Uses of UpgradeTaskVersion in org.opends.server.tools.upgrade
Methods in org.opends.server.tools.upgrade that return UpgradeTaskVersion Modifier and Type Method Description static UpgradeTaskVersionUpgradeTaskVersion. upgradeVersion(com.forgerock.opendj.util.Version version)Creates and returns a new upgrade version with no meaningful upgrade number.static UpgradeTaskVersionUpgradeTaskVersion. upgradeVersion(com.forgerock.opendj.util.Version version, int upgradeNumber)Creates and returns a new upgrade version set with provided parameters.Methods in org.opends.server.tools.upgrade with parameters of type UpgradeTaskVersion Modifier and Type Method Description intUpgradeTaskVersion. compareTo(UpgradeTaskVersion other) -
Uses of UpgradeTaskVersion in org.opends.server.util
Methods in org.opends.server.util that return UpgradeTaskVersion Modifier and Type Method Description static UpgradeTaskVersionBuildVersion. binaryUpgradeVersion()Returns the build upgrade version of the running binaries.static UpgradeTaskVersionBuildVersion. configUpgradeVersion()Returns the configuration upgrade version of the instance.static UpgradeTaskVersionBuildVersion. dataUpgradeVersion()Returns the data upgrade version of the instance.
-