Package | Description |
---|---|
net.bluemind.system.api.hot.upgrade |
Modifier and Type | Field and Description |
---|---|
HotUpgradeTaskExecutionMode |
HotUpgradeTask.executionMode |
Modifier and Type | Method and Description |
---|---|
static HotUpgradeTaskExecutionMode |
HotUpgradeTaskExecutionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HotUpgradeTaskExecutionMode[] |
HotUpgradeTaskExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HotUpgradeTaskExecutionMode> |
HotUpgradeTaskFilter.getMode() |
Modifier and Type | Method and Description |
---|---|
HotUpgradeTaskFilter |
HotUpgradeTaskFilter.mode(HotUpgradeTaskExecutionMode... mode) |
TaskRef |
IInternalHotUpgrade.start(HotUpgradeTaskExecutionMode mode) |
java.util.concurrent.CompletableFuture<TaskRef> |
IInternalHotUpgradePromise.start(HotUpgradeTaskExecutionMode mode) |
void |
IInternalHotUpgradeAsync.start(HotUpgradeTaskExecutionMode mode,
AsyncHandler<TaskRef> handler) |
TaskRef |
IInternalHotUpgrade.startLimited(long maxDuration,
HotUpgradeTaskExecutionMode mode) |
java.util.concurrent.CompletableFuture<TaskRef> |
IInternalHotUpgradePromise.startLimited(long maxDuration,
HotUpgradeTaskExecutionMode mode) |
void |
IInternalHotUpgradeAsync.startLimited(long maxDuration,
HotUpgradeTaskExecutionMode mode,
AsyncHandler<TaskRef> handler) |
Copyright © 2022. All Rights Reserved.