| Modifier and Type | Method and Description |
|---|---|
Node |
Nodes.getDefaultLocalNode()
Return the default local node, localhost-<domain_name>, or null if no such node exists.
|
static Node |
Nodes.Duck.getDefaultLocalNode(Nodes nodes) |
static Node |
Nodes.Duck.getNode(Nodes nodes,
String name) |
Node |
Nodes.getNode(String name)
Return the node with the given name, or null if no such node exists.
|
static Node |
Domain.Duck.getNodeNamed(Domain d,
String name) |
Node |
Domain.getNodeNamed(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Nodes.getNode()
Return the list of nodes currently configured
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.Decorator.decorate(AdminCommandContext context,
Node instance)
Decorates the newly CRUD created cluster configuration instance.
|
void |
Node.DeleteDecorator.decorate(AdminCommandContext context,
Nodes parent,
Node child) |
static String |
Node.Duck.getInstallDirUnixStyle(Node node) |
static String |
Node.Duck.getNodeDirAbsolute(Node node) |
static String |
Node.Duck.getNodeDirAbsoluteUnixStyle(Node node) |
static String |
Node.Duck.getNodeDirUnixStyle(Node node) |
List<Server> |
Servers.getServersOnNode(Node node)
Return the list of Servers that reference a Node
|
static List<Server> |
Servers.Duck.getServersOnNode(Servers servers,
Node node) |
static boolean |
Node.Duck.instanceCreationAllowed(Node node) |
static boolean |
Node.Duck.isDefaultLocalNode(Node node) |
static boolean |
Node.Duck.isLocal(Node node) |
static boolean |
Node.Duck.nodeInUse(Node node) |
| Modifier and Type | Method and Description |
|---|---|
String |
LogFilterForInstance.getLoggingDirectoryForNode(String instanceLogFileDirectory,
Node node,
String sNode,
String instanceName) |
String |
LogFilterForInstance.getLoggingDirectoryForNodeWhenNoFilesFound(String instanceLogFileDirectory,
Node node,
String sNode,
String instanceName) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Paths.getDasPropsPath(Node node) |
static String |
Paths.getInstanceDirPath(Node node,
String instanceName) |
static String |
Paths.getNodeDir(Node node) |
static String |
Paths.getNodesDir(Node node) |
| Modifier and Type | Method and Description |
|---|---|
static SecureAdminBootstrapHelper |
SecureAdminBootstrapHelper.getRemoteHelper(org.glassfish.hk2.api.ServiceLocator habitat,
File DASInstanceDir,
String remoteNodeDir,
String instance,
Node node,
Logger logger)
Creates a new helper for delivering files needed for secure admin to
the remote instance.
|
static boolean |
NodeUtils.isDcomNode(Node node) |
void |
ValidateNodeCommand.validateNode(Node node) |
protected String |
PingNodeSshCommand.validateSubType(Node node) |
protected abstract String |
PingNodeRemoteCommand.validateSubType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
PingNodeDcomCommand.validateSubType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
static javax.json.JsonObject |
JsonRequestConstructor.constructJsonRequest(Properties containerConfig,
Node node,
Server server,
String dasHost,
String dasPort)
Builds the Json Object from all supplied configuration to send to Docker.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NodeRunner.isDcomNode(Node node) |
boolean |
NodeRunner.isSshNode(Node node) |
boolean |
NodeRunnerSsh.isSshNode(Node node) |
int |
NodeRunner.runAdminCommandOnNode(Node node,
StringBuilder output,
boolean waitForReaderThreads,
List<String> args,
AdminCommandContext context) |
int |
NodeRunner.runAdminCommandOnNode(Node node,
StringBuilder output,
List<String> args,
AdminCommandContext context)
Run an asadmin command on a Node.
|
int |
NodeRunnerDcom.runAdminCommandOnRemoteNode(Node thisNode,
StringBuilder output,
List<String> args,
List<String> stdinLines) |
int |
NodeRunnerSsh.runAdminCommandOnRemoteNode(Node node,
StringBuilder output,
List<String> args,
List<String> stdinLines) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSHLauncher.init(Node node,
Logger logger)
Initialize the SSHLauncher use a Node config object
|
| Modifier and Type | Method and Description |
|---|---|
Node |
DcomInfo.getNode() |
| Constructor and Description |
|---|
DcomInfo(Node theNode) |
| Modifier and Type | Method and Description |
|---|---|
Node |
Target.getNode(String targetName) |
Copyright © 2019. All rights reserved.