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 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 -
Uses of UpgradeTaskVersion in org.opends.server.util
Methods in org.opends.server.util that return UpgradeTaskVersionModifier and TypeMethodDescriptionstatic 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.