public class TopologyTasks extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TopologyTasks.HostsStartedServers
Reads the
server resource attributes for started servers across connected hosts. |
static class |
TopologyTasks.HostStartedServers
Reads the
server resource attributes for started servers of a host. |
static class |
TopologyTasks.HostsWithServerConfigs
Reads the hosts as order list with the domain controller as first element.
|
static class |
TopologyTasks.HostWithServerConfigs
Reads one host and its server configs.
|
static class |
TopologyTasks.RunningServersQuery
Returns a list of running servers which satisfy the specified query.
|
static class |
TopologyTasks.ServerGroupsStartedServers
Reads the
server resource attributes for started servers across server groups. |
static class |
TopologyTasks.ServerGroupStartedServers
Reads the
server resource attributes for started servers of a server groups. |
static class |
TopologyTasks.ServerGroupsWithServerConfigs
Reads the server groups as order list.
|
static class |
TopologyTasks.ServerGroupWithServerConfigs
Reads one server group and its server configs.
|
static class |
TopologyTasks.Topology
Reads the topology (hosts, server groups and servers).
|
static class |
TopologyTasks.TopologyStartedServers
Adds the
server resource attributes and the server bootstrap errors for started servers. |
| Modifier and Type | Field and Description |
|---|---|
static String |
HOST |
static String |
HOSTS |
static String |
RUNNING_SERVERS |
static String |
SERVER_GROUP |
static String |
SERVER_GROUPS |
static String |
SERVERS |
public static final String SERVER_GROUP
public static final String SERVER_GROUPS
public static final String HOST
public static final String HOSTS
public static final String SERVERS
public static final String RUNNING_SERVERS
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.