Package com.hdfsTools.action

Examples of com.hdfsTools.action.deleteAction


    String result = "";
    HdfsFile file = filedao.findFile(fileId);
    if (filedao.findFile(fileId) == null)
      System.out.println("kongduixiang");// 获得文件的url
    System.out.println("url is :" + file.getFileUrl());
    deleteAction delete = new deleteAction();
    boolean deletehdfs = delete.deleteDirector(file.getFileUrl());
    if (deletehdfs) {
      int delmem = filedao.deleteFilesmem(file.getFileUrl());
      deletedb = filedao.deleteFiles(file.getFileUrl());// 删除数据库中该文件和子文件的记
      // Users user = new Users();
      // System.out.println(hfile.getFileId());
View Full Code Here

TOP

Related Classes of com.hdfsTools.action.deleteAction

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.