public class IgniteSshRemoteExecutor extends IgniteLocalExecutor
agents, group, ignite, shutdowns| Constructor and Description |
|---|
IgniteSshRemoteExecutor(Agent agent) |
IgniteSshRemoteExecutor(UUID group,
AgentID agentID,
org.apache.ignite.Ignite ignite) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
IgniteSshRemoteExecutor |
setPort(int port) |
IgniteSshRemoteExecutor |
setRemoteUserName(String remoteUserName) |
IgniteSshRemoteExecutor |
setRemoteUserNameKeyPath(String remoteUserNameKeyPath) |
IgniteSshRemoteExecutor |
setStrictHostKeyChecking(boolean strictHostKeyChecking) |
IgniteSshRemoteExecutor |
setTcEnv(TerracottaCommandLineEnvironment tcEnv) |
Optional<AgentID> |
startRemoteAgent(String hostname)
Returns the new agentId that has been spawned.
|
executeAsync, executeAsync, findAgentID, getCluster, getCluster, getFileTransferQueue, getGroup, getIgnite, getLocalAgentID, shutdown, toString, uploadClientJars, uploadKitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdownloadFiles, execute, execute, forAgent, getAgentID, uploadFilespublic IgniteSshRemoteExecutor(Agent agent)
public IgniteSshRemoteExecutor setTcEnv(TerracottaCommandLineEnvironment tcEnv)
public IgniteSshRemoteExecutor setRemoteUserName(String remoteUserName)
public IgniteSshRemoteExecutor setRemoteUserNameKeyPath(String remoteUserNameKeyPath)
public IgniteSshRemoteExecutor setPort(int port)
public IgniteSshRemoteExecutor setStrictHostKeyChecking(boolean strictHostKeyChecking)
public Optional<AgentID> startRemoteAgent(String hostname)
ExecutorstartRemoteAgent in interface ExecutorstartRemoteAgent in class IgniteLocalExecutorpublic void close()
close in interface AutoCloseableclose in interface Executorclose in class IgniteLocalExecutorCopyright © 2022. All rights reserved.