Package com.hdfsTools.impl

Examples of com.hdfsTools.impl.mkdirImpl


   * @return
   * @throws IOException
   */

  public boolean createDir(String dirUrl) throws IOException {
    mkdirDao mkdir = new mkdirImpl();
    return mkdir.createDir(getConf(), dirUrl);

  }
View Full Code Here

TOP

Related Classes of com.hdfsTools.impl.mkdirImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.