Uses of Interface
org.apache.ignite.cluster.ClusterStartNodeResult
-
Packages that use ClusterStartNodeResult Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal.cluster -
-
Uses of ClusterStartNodeResult in org.apache.ignite
Methods in org.apache.ignite that return types with arguments of type ClusterStartNodeResult Modifier and Type Method Description Collection<ClusterStartNodeResult>IgniteCluster. startNodes(File file, boolean restart, int timeout, int maxConn)Starts one or more nodes on remote host(s).Collection<ClusterStartNodeResult>IgniteCluster. startNodes(Collection<Map<String,Object>> hosts, @Nullable Map<String,Object> dflts, boolean restart, int timeout, int maxConn)Starts one or more nodes on remote host(s).IgniteFuture<Collection<ClusterStartNodeResult>>IgniteCluster. startNodesAsync(File file, boolean restart, int timeout, int maxConn)Starts one or more nodes on remote host(s) asynchronously.IgniteFuture<Collection<ClusterStartNodeResult>>IgniteCluster. startNodesAsync(Collection<Map<String,Object>> hosts, @Nullable Map<String,Object> dflts, boolean restart, int timeout, int maxConn)Starts one or more nodes on remote host(s) asynchronously. -
Uses of ClusterStartNodeResult in org.apache.ignite.internal.cluster
Classes in org.apache.ignite.internal.cluster that implement ClusterStartNodeResult Modifier and Type Class Description classClusterStartNodeResultImplImplementation for cluster start node result.Methods in org.apache.ignite.internal.cluster that return types with arguments of type ClusterStartNodeResult Modifier and Type Method Description Collection<ClusterStartNodeResult>IgniteClusterAsyncImpl. startNodes(File file, boolean restart, int timeout, int maxConn)Starts one or more nodes on remote host(s).Collection<ClusterStartNodeResult>IgniteClusterAsyncImpl. startNodes(Collection<Map<String,Object>> hosts, @Nullable Map<String,Object> dflts, boolean restart, int timeout, int maxConn)Starts one or more nodes on remote host(s).Collection<ClusterStartNodeResult>IgniteClusterImpl. startNodes(File file, boolean restart, int timeout, int maxConn)Starts one or more nodes on remote host(s).Collection<ClusterStartNodeResult>IgniteClusterImpl. startNodes(Collection<Map<String,Object>> hosts, @Nullable Map<String,Object> dflts, boolean restart, int timeout, int maxConn)Starts one or more nodes on remote host(s).IgniteFuture<Collection<ClusterStartNodeResult>>IgniteClusterAsyncImpl. startNodesAsync(File file, boolean restart, int timeout, int maxConn)Starts one or more nodes on remote host(s) asynchronously.IgniteFuture<Collection<ClusterStartNodeResult>>IgniteClusterAsyncImpl. startNodesAsync(Collection<Map<String,Object>> hosts, @Nullable Map<String,Object> dflts, boolean restart, int timeout, int maxConn)Starts one or more nodes on remote host(s) asynchronously.IgniteFuture<Collection<ClusterStartNodeResult>>IgniteClusterImpl. startNodesAsync(File file, boolean restart, int timeout, int maxConn)Starts one or more nodes on remote host(s) asynchronously.IgniteFuture<Collection<ClusterStartNodeResult>>IgniteClusterImpl. startNodesAsync(Collection<Map<String,Object>> hosts, @Nullable Map<String,Object> dflts, boolean restart, int timeout, int maxConn)Starts one or more nodes on remote host(s) asynchronously.
-