Interface IgniteSshHelper
-
public interface IgniteSshHelperSSH processor, interface was introduced to avoid mandatory runtime dependency on SSH library.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartNodeCallablenodeStartCallable(IgniteRemoteStartSpecification spec, int timeout)CreatesCallablestarting node using SSH.
-
-
-
Method Detail
-
nodeStartCallable
StartNodeCallable nodeStartCallable(IgniteRemoteStartSpecification spec, int timeout)
CreatesCallablestarting node using SSH.- Parameters:
spec- Specification.timeout- Connection timeout.- Returns:
Callablestarting node using SSH.
-
-