| Modifier and Type | Method and Description |
|---|---|
Cluster |
Server.getCluster()
Returns the cluster instance this instance is referenced in or null
if there is no cluster referencing this server instance.
|
static Cluster |
Clusters.Duck.getCluster(Clusters clusters,
String name) |
static Cluster |
Server.Duck.getCluster(Server server) |
Cluster |
Clusters.getCluster(String name)
Return the cluster with the given name, or null if no such cluster exists.
|
static Cluster |
Domain.Duck.getClusterForInstance(Domain d,
String instanceName) |
Cluster |
Domain.getClusterForInstance(String instanceName) |
static Cluster |
Domain.Duck.getClusterNamed(Domain d,
String name) |
Cluster |
Domain.getClusterNamed(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
Clusters.getCluster()
Return the list of clusters currently configured
|
static List<Cluster> |
Domain.Duck.getClustersOnNode(Domain domain,
String nodeName) |
List<Cluster> |
Domain.getClustersOnNode(String nodeName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Cluster.Duck.createResourceRef(Cluster cluster,
String enabled,
String refName) |
void |
Cluster.Decorator.decorate(AdminCommandContext context,
Cluster instance)
Decorates the newly CRUD created cluster configuration instance.
|
void |
Cluster.DeleteDecorator.decorate(AdminCommandContext context,
Clusters parent,
Cluster child) |
static void |
Cluster.Duck.deleteResourceRef(Cluster cluster,
String refName) |
static ApplicationRef |
Cluster.Duck.getApplicationRef(Cluster cluster,
String appName) |
static <T extends ClusterExtension> |
Cluster.Duck.getExtensionsByType(Cluster cluster,
Class<T> type) |
static <T extends ClusterExtension> |
Cluster.Duck.getExtensionsByTypeAndName(Cluster cluster,
Class<T> type,
String name) |
static List<Server> |
Cluster.Duck.getInstances(Cluster cluster) |
static String |
Cluster.Duck.getReference(Cluster cluster) |
static ResourceRef |
Cluster.Duck.getResourceRef(Cluster cluster,
String refName) |
static ServerRef |
Cluster.Duck.getServerRefByRef(Cluster c,
String name) |
static boolean |
Cluster.Duck.isCluster(Cluster me) |
static boolean |
Cluster.Duck.isDas(Cluster me) |
static boolean |
Cluster.Duck.isDeploymentGroup(Cluster me) |
static boolean |
Cluster.Duck.isInstance(Cluster me) |
static boolean |
Cluster.Duck.isResourceRefExists(Cluster cluster,
String refName) |
static boolean |
Cluster.Duck.isServer(Cluster me) |
static boolean |
Cluster.Duck.isVirtual(Cluster me) |
| Constructor and Description |
|---|
PortManager(Cluster cluster,
Config config,
Domain theDomain,
Server theNewServer) |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
MQAddressList.getClusterByName(String clusterName) |
Cluster |
MQAddressList.getClusterForServer(String instanceName) |
| Modifier and Type | Method and Description |
|---|---|
Server[] |
MQAddressList.getServersInCluster(Cluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
static Cluster |
JmsRaUtil.getClusterForServer(List clusters,
String instanceName) |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Target.getCluster(String targetName)
Returns the Cluster element for a given cluster name
|
Cluster |
Target.getClusterForInstance(String targetName)
Given an instance that is part of a cluster, returns the Cluster element of the cluster to which the
given instance belongs
|
| Modifier and Type | Method and Description |
|---|---|
ResourceStatus |
JDBCConnectionPoolManager.delete(Iterable<Server> servers,
Iterable<Cluster> clusters,
Resources resources,
String cascade,
String poolName) |
| Constructor and Description |
|---|
ClusterReaderImpl(Domain domain,
ApplicationRegistry appRegistry,
Cluster cluster) |
Copyright © 2019. All rights reserved.