public class IgniteRemoteStartSpecification extends Object
| Constructor and Description |
|---|
IgniteRemoteStartSpecification(String host,
int port,
String uname,
String passwd,
File key,
int nodes,
String igniteHome,
String cfg,
String script) |
IgniteRemoteStartSpecification(String host,
int port,
String uname,
String passwd,
File key,
int nodes,
String igniteHome,
String cfg,
String script,
IgniteLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
String |
configuration() |
String |
configurationName() |
boolean |
equals(Object o) |
void |
fixPaths(char separator)
Sets correct separator in paths.
|
int |
hashCode() |
String |
host() |
String |
igniteHome() |
File |
key() |
String |
keyName() |
IgniteLogger |
logger() |
int |
nodes() |
String |
password() |
int |
port() |
String |
script() |
String |
username() |
boolean |
valid() |
void |
valid(boolean valid) |
public IgniteRemoteStartSpecification(@Nullable String host, int port, @Nullable String uname, @Nullable String passwd, @Nullable File key, int nodes, @Nullable String igniteHome, @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.igniteHome - Ignite installation folder.cfg - Configuration path.script - Script path.public IgniteRemoteStartSpecification(@Nullable String host, int port, @Nullable String uname, @Nullable String passwd, @Nullable File key, int nodes, @Nullable String igniteHome, @Nullable String cfg, @Nullable String script, @Nullable IgniteLogger 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.igniteHome - Ignite 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 igniteHome()
public String configuration()
public String configurationName()
public String script()
public IgniteLogger logger()
public boolean valid()
public void valid(boolean valid)
valid - Valid flag.public void fixPaths(char separator)
separator - Separator.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015