public class DistributedCommandUtil
extends java.lang.Object
| Constructor and Description |
|---|
DistributedCommandUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
getDetailedCmdStatus(long jobControlId,
JobMasterClient client,
java.util.Set<java.lang.String> failedFiles,
java.util.List<java.lang.String> completedFiles)
Get detailed information about a command.
|
public static void getDetailedCmdStatus(long jobControlId,
JobMasterClient client,
java.util.Set<java.lang.String> failedFiles,
java.util.List<java.lang.String> completedFiles)
throws java.io.IOException
jobControlId - the job control id of a commandclient - job master clientfailedFiles - all the failed files, stored in a setcompletedFiles - all the completed filesjava.io.IOExceptionCopyright © 2022. All Rights Reserved.