Uses of Record Class
org.opends.server.tools.upgrade.UpgradeTaskVersion
Packages that use UpgradeTaskVersion
Package
Description
Defines the specific classes that are used by the upgrade tool.
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 UpgradeTaskVersionModifier and TypeMethodDescriptionstatic UpgradeTaskVersion
UpgradeTaskVersion.upgradeVersion
(com.forgerock.opendj.util.Version version) Creates and returns a new upgrade version with no meaningful upgrade number.static UpgradeTaskVersion
UpgradeTaskVersion.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 -
Uses of UpgradeTaskVersion in org.opends.server.util
Methods in org.opends.server.util that return UpgradeTaskVersionModifier and TypeMethodDescriptionstatic UpgradeTaskVersion
BuildVersion.binaryUpgradeVersion()
Returns the build upgrade version of the running binaries.static UpgradeTaskVersion
BuildVersion.configUpgradeVersion()
Returns the configuration upgrade version of the instance.static UpgradeTaskVersion
BuildVersion.dataUpgradeVersion()
Returns the data upgrade version of the instance.