Class UdbUtils


  • public class UdbUtils
    extends java.lang.Object
    Udb related utils.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String mountAlluxioPath​(java.lang.String tableName, alluxio.AlluxioURI ufsUri, alluxio.AlluxioURI tableUri, UdbContext udbContext, UdbConfiguration udbConfiguration)
      Mount ufs path to alluxio path.
      • Methods inherited from class java.lang.Object

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

      • mountAlluxioPath

        public static java.lang.String mountAlluxioPath​(java.lang.String tableName,
                                                        alluxio.AlluxioURI ufsUri,
                                                        alluxio.AlluxioURI tableUri,
                                                        UdbContext udbContext,
                                                        UdbConfiguration udbConfiguration)
                                                 throws java.io.IOException,
                                                        alluxio.exception.AlluxioException
        Mount ufs path to alluxio path.
        Parameters:
        tableName - Table name
        ufsUri - the uri of ufs
        tableUri - the alluxio uri for table
        udbContext - udb context
        udbConfiguration - Udb configurations
        Returns:
        table uri
        Throws:
        java.io.IOException
        alluxio.exception.AlluxioException