Package com.hdfsTools.dao

Examples of com.hdfsTools.dao.deleteDao.deleteDirector()


   * @return
   */
  public boolean deleteDirector(String directorUrl) {
    deleteDao delete = new deleteImpl();
    try {
      return delete.deleteDirector(getConf(), directorUrl);
    } catch (IOException e) {
      System.out.println("throw the IOEception...");
      return false;
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.