public class NodeParameters extends Object
Constructor and Description |
---|
NodeParameters(NodeParameters np) |
NodeParameters(String userIn,
String hostIn,
NodeShell shellIn,
String execPath,
String filePath,
NodeParametersFactory factory) |
NodeParameters(String userIn,
String hostIn,
NodeShell shellIn,
String execPath,
String filePath,
NodeParametersFactory factory,
long id) |
Modifier and Type | Method and Description |
---|---|
String |
getExecRoot() |
NodeParametersFactory |
getFactory() |
String |
getFileRoot() |
String |
getHost() |
long |
getID() |
NodeShell |
getShell() |
NodeShellParameters |
getShellParams() |
int |
getThreadLimit() |
String |
getUser() |
void |
merge(NodeParameters params)
Sets default-empty values for parameters that are different between this NodeParameters and
params.
|
void |
setExecRoot(String execRoot) |
void |
setFileRoot(String fileRoot) |
void |
setHost(String host) |
void |
setShell(NodeShell shell,
NodeShellParameters params) |
void |
setShell(String className) |
void |
setShellParams(NodeShellParameters shellParams) |
void |
setThreadLimit(int numThreads) |
void |
setUser(String user) |
String |
toString() |
public NodeParameters(NodeParameters np)
public NodeParameters(String userIn, String hostIn, NodeShell shellIn, String execPath, String filePath, NodeParametersFactory factory)
public void setUser(String user)
public void setHost(String host)
public void setShell(NodeShell shell, NodeShellParameters params)
public void setShell(String className)
public void setExecRoot(String execRoot)
public void setFileRoot(String fileRoot)
public void setShellParams(NodeShellParameters shellParams)
public void setThreadLimit(int numThreads)
public void merge(NodeParameters params)
params
- a NodeParameters to merge to this onepublic String getUser()
public String getHost()
public NodeShell getShell()
public NodeShellParameters getShellParams()
public String getExecRoot()
public String getFileRoot()
public long getID()
public int getThreadLimit()
public NodeParametersFactory getFactory()
Copyright © 2015–2021 Fiji. All rights reserved.