Package | Description |
---|---|
net.bluemind.system.api.hot.upgrade |
Modifier and Type | Method and Description |
---|---|
HotUpgradeTask |
HotUpgradeTask.failed() |
HotUpgradeTask |
HotUpgradeTask.setParameters(java.util.Map<java.lang.String,java.lang.Object> parameters) |
HotUpgradeTask |
HotUpgradeTask.succeed() |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.util.List<HotUpgradeTask>> |
IHotUpgradePromise.list(HotUpgradeTaskFilter filter) |
java.util.concurrent.CompletableFuture<java.util.List<HotUpgradeTask>> |
IInternalHotUpgradePromise.list(HotUpgradeTaskFilter filter) |
java.util.List<HotUpgradeTask> |
IHotUpgrade.list(HotUpgradeTaskFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
IInternalHotUpgrade.create(HotUpgradeTask task)
Create an
HotUpgradeTask
HotUpgradeTask status, createdAt and updatedAt properties are optional. |
void |
IInternalHotUpgrade.update(HotUpgradeTask task)
Update
HotUpgradeTask status, failure and updatedAt properties |
Modifier and Type | Method and Description |
---|---|
void |
IHotUpgradeAsync.list(HotUpgradeTaskFilter filter,
AsyncHandler<java.util.List<HotUpgradeTask>> handler) |
void |
IInternalHotUpgradeAsync.list(HotUpgradeTaskFilter filter,
AsyncHandler<java.util.List<HotUpgradeTask>> handler) |
Copyright © 2021. All Rights Reserved.