Package org.apache.ignite.cluster
Interface ClusterStartNodeResult
-
public interface ClusterStartNodeResult
Cluster start node result information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable String
getError()
Gets error message if any.String
getHostName()
Gets host name.boolean
isSuccess()
Gets result of success or failure.
-