public class IgniteRemoteStartSpecification extends Object
| Constructor and Description |
|---|
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) |
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) |
| 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
@Nullable String host,
int port,
@Nullable
@Nullable String uname,
@Nullable
@Nullable String passwd,
@Nullable
@Nullable File key,
int nodes,
@Nullable
@Nullable String igniteHome,
@Nullable
@Nullable String cfg,
@Nullable
@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
@Nullable String host,
int port,
@Nullable
@Nullable String uname,
@Nullable
@Nullable String passwd,
@Nullable
@Nullable File key,
int nodes,
@Nullable
@Nullable String igniteHome,
@Nullable
@Nullable String cfg,
@Nullable
@Nullable String script,
@Nullable
@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 Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020