| Package | Description |
|---|---|
| org.jboss.hal.client.patching | |
| org.jboss.hal.core.runtime | |
| org.jboss.hal.dmr | |
| org.jboss.hal.flow |
| Modifier and Type | Method and Description |
|---|---|
rx.Completable |
HostPatchesColumn.AvailableHosts.call(FlowContext context) |
| Modifier and Type | Method and Description |
|---|---|
rx.Completable |
TopologyTasks.Topology.call(FlowContext context) |
rx.Completable |
TopologyTasks.TopologyStartedServers.call(FlowContext context) |
rx.Completable |
TopologyTasks.HostsWithServerConfigs.call(FlowContext context) |
rx.Completable |
TopologyTasks.HostsStartedServers.call(FlowContext context) |
rx.Completable |
TopologyTasks.HostWithServerConfigs.call(FlowContext context) |
rx.Completable |
TopologyTasks.HostStartedServers.call(FlowContext context) |
rx.Completable |
TopologyTasks.ServerGroupsWithServerConfigs.call(FlowContext context) |
rx.Completable |
TopologyTasks.ServerGroupsStartedServers.call(FlowContext context) |
rx.Completable |
TopologyTasks.ServerGroupWithServerConfigs.call(FlowContext context) |
rx.Completable |
TopologyTasks.ServerGroupStartedServers.call(FlowContext context) |
rx.Completable |
TopologyTasks.RunningServersQuery.call(FlowContext context) |
| Modifier and Type | Method and Description |
|---|---|
rx.Completable |
ResourceCheck.call(FlowContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Task<C extends FlowContext>
Marker interface for one work item inside a flow
|
| Modifier and Type | Method and Description |
|---|---|
static <C extends FlowContext> |
Flow.series(C context,
Collection<? extends Task<C>> tasks)
Executes multiple tasks in order.
|
static <C extends FlowContext> |
Flow.series(C context,
Task<C>... task)
Executes multiple tasks in order.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.