Package org.apache.ignite.cluster
Interface ClusterStartNodeResult
- 
 public interface ClusterStartNodeResultCluster start node result information.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable StringgetError()Gets error message if any.StringgetHostName()Gets host name.booleanisSuccess()Gets result of success or failure.
 
-