Uses of Class
org.apache.ignite.internal.util.nodestart.IgniteRemoteStartSpecification
-
Packages that use IgniteRemoteStartSpecification Package Description org.apache.ignite.internal.util.nodestart -
-
Uses of IgniteRemoteStartSpecification in org.apache.ignite.internal.util.nodestart
Methods in org.apache.ignite.internal.util.nodestart that return types with arguments of type IgniteRemoteStartSpecification Modifier and Type Method Description static Map<String,Collection<IgniteRemoteStartSpecification>>IgniteNodeStartUtils. specifications(Collection<Map<String,Object>> hosts, @Nullable Map<String,Object> dflts)Makes specifications.Methods in org.apache.ignite.internal.util.nodestart with parameters of type IgniteRemoteStartSpecification Modifier and Type Method Description StartNodeCallableIgniteSshHelper. nodeStartCallable(IgniteRemoteStartSpecification spec, int timeout)CreatesCallablestarting node using SSH.
-