Uses of Class
org.apache.ignite.internal.IgniteDiagnosticInfo
-
Packages that use IgniteDiagnosticInfo Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cluster -
-
Uses of IgniteDiagnosticInfo in org.apache.ignite.internal
Method parameters in org.apache.ignite.internal with type arguments of type IgniteDiagnosticInfo Modifier and Type Method Description static IgniteDiagnosticMessageIgniteDiagnosticMessage. createRequest(Marshaller marsh, IgniteClosure<GridKernalContext,IgniteDiagnosticInfo> c, long futId) -
Uses of IgniteDiagnosticInfo in org.apache.ignite.internal.processors.cluster
Method parameters in org.apache.ignite.internal.processors.cluster with type arguments of type IgniteDiagnosticInfo Modifier and Type Method Description IgniteInternalFuture<String>ClusterProcessor. requestDiagnosticInfo(UUID nodeId, IgniteClosure<GridKernalContext,IgniteDiagnosticInfo> c, String baseMsg)Sends diagnostic message closure to remote node.
-