Uses of Class
org.apache.ignite.internal.management.diagnostic.ConnectivityResult
-
Packages that use ConnectivityResult Package Description org.apache.ignite.internal.management.diagnostic -
-
Uses of ConnectivityResult in org.apache.ignite.internal.management.diagnostic
Methods in org.apache.ignite.internal.management.diagnostic that return types with arguments of type ConnectivityResult Modifier and Type Method Description protected VisorJob<DiagnosticConnectivityCommandArg,ConnectivityResult>ConnectivityTask. job(DiagnosticConnectivityCommandArg arg)protected @Nullable Map<ClusterNode,ConnectivityResult>ConnectivityTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.Method parameters in org.apache.ignite.internal.management.diagnostic with type arguments of type ConnectivityResult Modifier and Type Method Description voidDiagnosticConnectivityCommand. printResult(DiagnosticConnectivityCommandArg arg, Map<ClusterNode,ConnectivityResult> res, Consumer<String> printer)Prints command result to the user.
-