public class GridRemoteStartSpecification extends Object
| Constructor and Description |
|---|
GridRemoteStartSpecification(String host,
int port,
String uname,
String passwd,
File key,
int nodes,
String ggHome,
String cfg,
String script) |
GridRemoteStartSpecification(String host,
int port,
String uname,
String passwd,
File key,
int nodes,
String ggHome,
String cfg,
String script,
GridLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
String |
configuration() |
String |
configurationName() |
boolean |
equals(Object o) |
void |
fixPaths(char separator)
Sets correct separator in paths.
|
String |
ggHome() |
int |
hashCode() |
String |
host() |
File |
key() |
String |
keyName() |
GridLogger |
logger() |
int |
nodes() |
String |
password() |
int |
port() |
String |
script() |
String |
username() |
boolean |
valid() |
void |
valid(boolean valid) |
public GridRemoteStartSpecification(@Nullable String host, int port, @Nullable String uname, @Nullable String passwd, @Nullable File key, int nodes, @Nullable String ggHome, @Nullable String cfg, @Nullable String script)
host - Hostname.port - Port number.uname - Username.passwd - Password (can be null if private key authentication is used).key - Private key file path.nodes - Number of nodes to start.ggHome - GridGain installation folder.cfg - Configuration path.script - Script path.public GridRemoteStartSpecification(@Nullable String host, int port, @Nullable String uname, @Nullable String passwd, @Nullable File key, int nodes, @Nullable String ggHome, @Nullable String cfg, @Nullable String script, @Nullable GridLogger logger)
host - Hostname.port - Port number.uname - Username.passwd - Password (can be null if private key authentication is used).key - Private key file path.nodes - Number of nodes to start.ggHome - GridGain installation folder.cfg - Configuration path.script - Script path.logger - Custom logger.public String host()
public int port()
public String username()
public String password()
public File key()
public String keyName()
public int nodes()
public String ggHome()
public String configuration()
public String configurationName()
public String script()
public GridLogger logger()
public boolean valid()
public void valid(boolean valid)
valid - Valid flag.public void fixPaths(char separator)
separator - Separator.Copyright © 2014. All rights reserved.