Uses of Enum Class
net.bluemind.system.api.hot.upgrade.HotUpgradeTaskExecutionMode
-
Uses of HotUpgradeTaskExecutionMode in net.bluemind.system.api.hot.upgrade
Modifier 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.Modifier 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)