Class DistributedCommandUtil


  • public class DistributedCommandUtil
    extends java.lang.Object
    The util class for command operations.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void getDetailedCmdStatus​(long jobControlId, alluxio.client.job.JobMasterClient client, java.util.Set<java.lang.String> failedFiles, java.util.List<java.lang.String> completedFiles)
      Get detailed information about a command.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDetailedCmdStatus

        public static void getDetailedCmdStatus​(long jobControlId,
                                                alluxio.client.job.JobMasterClient client,
                                                java.util.Set<java.lang.String> failedFiles,
                                                java.util.List<java.lang.String> completedFiles)
                                         throws java.io.IOException
        Get detailed information about a command.
        Parameters:
        jobControlId - the job control id of a command
        client - job master client
        failedFiles - all the failed files, stored in a set
        completedFiles - all the completed files
        Throws:
        java.io.IOException