Uses of Enum Class
net.bluemind.system.api.hot.upgrade.HotUpgradeTaskExecutionMode
Packages that use HotUpgradeTaskExecutionMode
-
Uses of HotUpgradeTaskExecutionMode in net.bluemind.system.api.hot.upgrade
Fields in net.bluemind.system.api.hot.upgrade declared as HotUpgradeTaskExecutionModeFields in net.bluemind.system.api.hot.upgrade with type parameters of type HotUpgradeTaskExecutionModeMethods in net.bluemind.system.api.hot.upgrade that return HotUpgradeTaskExecutionModeModifier and TypeMethodDescriptionstatic HotUpgradeTaskExecutionMode
Returns the enum constant of this class with the specified name.static HotUpgradeTaskExecutionMode[]
HotUpgradeTaskExecutionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.system.api.hot.upgrade that return types with arguments of type HotUpgradeTaskExecutionModeMethods in net.bluemind.system.api.hot.upgrade with parameters of type HotUpgradeTaskExecutionModeModifier and TypeMethodDescriptionHotUpgradeTaskFilter.mode
(HotUpgradeTaskExecutionMode... mode) IInternalHotUpgrade.start
(boolean onlyReady, HotUpgradeTaskExecutionMode mode) void
IInternalHotUpgradeAsync.start
(boolean onlyReady, HotUpgradeTaskExecutionMode mode, AsyncHandler<TaskRef> handler) IInternalHotUpgradePromise.start
(boolean onlyReady, HotUpgradeTaskExecutionMode mode) IInternalHotUpgrade.startLimited
(long maxDuration, HotUpgradeTaskExecutionMode mode) void
IInternalHotUpgradeAsync.startLimited
(long maxDuration, HotUpgradeTaskExecutionMode mode, AsyncHandler<TaskRef> handler) IInternalHotUpgradePromise.startLimited
(long maxDuration, HotUpgradeTaskExecutionMode mode)