Uses of Class
org.apache.ignite.internal.management.snapshot.SnapshotStatusTask.SnapshotStatus
-
Packages that use SnapshotStatusTask.SnapshotStatus Package Description org.apache.ignite.internal.management.snapshot -
-
Uses of SnapshotStatusTask.SnapshotStatus in org.apache.ignite.internal.management.snapshot
Methods in org.apache.ignite.internal.management.snapshot that return SnapshotStatusTask.SnapshotStatus Modifier and Type Method Description protected @Nullable SnapshotStatusTask.SnapshotStatusSnapshotStatusTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.Methods in org.apache.ignite.internal.management.snapshot that return types with arguments of type SnapshotStatusTask.SnapshotStatus Modifier and Type Method Description protected VisorJob<NoArg,SnapshotStatusTask.SnapshotStatus>SnapshotStatusTask. job(NoArg arg)Methods in org.apache.ignite.internal.management.snapshot with parameters of type SnapshotStatusTask.SnapshotStatus Modifier and Type Method Description voidSnapshotStatusCommand. printResult(NoArg arg, SnapshotStatusTask.SnapshotStatus status, Consumer<String> printer)Prints command result to the user.
-