Package alluxio.cli

Class ValidationUtils


  • public final class ValidationUtils
    extends java.lang.Object
    Utilities to run the validation tests.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ValidationUtils.State
      Task State.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isHdfsScheme​(java.lang.String path)
      Checks if a path is HDFS.
      • Methods inherited from class java.lang.Object

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

      • isHdfsScheme

        public static boolean isHdfsScheme​(java.lang.String path)
        Checks if a path is HDFS.
        Parameters:
        path - the UFS path
        Returns:
        true if the path is HDFS