Uses of Class
net.bluemind.system.api.hot.upgrade.HotUpgradeTaskFilter
Packages that use HotUpgradeTaskFilter
-
Uses of HotUpgradeTaskFilter in net.bluemind.system.api.hot.upgrade
Methods in net.bluemind.system.api.hot.upgrade that return HotUpgradeTaskFilterModifier and TypeMethodDescriptionstatic HotUpgradeTaskFilterHotUpgradeTaskFilter.all()static HotUpgradeTaskFilterHotUpgradeTaskFilter.filter(HotUpgradeTaskStatus... statuses) HotUpgradeTaskFilter.mode(HotUpgradeTaskExecutionMode... mode) HotUpgradeTaskFilter.onlyMandatory(boolean onlyMandatory) HotUpgradeTaskFilter.onlyReady(boolean onlyReady) HotUpgradeTaskFilter.onlyRetryable(boolean onlyRetryable) Methods in net.bluemind.system.api.hot.upgrade with parameters of type HotUpgradeTaskFilterModifier and TypeMethodDescriptionIHotUpgrade.list(HotUpgradeTaskFilter filter) voidIHotUpgradeAsync.list(HotUpgradeTaskFilter filter, AsyncHandler<List<HotUpgradeTask>> handler) IHotUpgradePromise.list(HotUpgradeTaskFilter filter) voidIInternalHotUpgradeAsync.list(HotUpgradeTaskFilter filter, AsyncHandler<List<HotUpgradeTask>> handler) IInternalHotUpgradePromise.list(HotUpgradeTaskFilter filter)