Package scfs.cache

Examples of scfs.cache.MetadataCacheOnSyncDirectoryService.removeMetadata()


      }
    }

    try {
      for(int i = 0; i<NUM_FILES_DIR ; i++){
        dis.removeMetadata("/DIR/000000000000000000000000000000"+i);
      }
      dis.removeMetadata("/DIR");
    } catch (DirectoryServiceException e) {
      e.printStackTrace();
    }
View Full Code Here


    try {
      for(int i = 0; i<NUM_FILES_DIR ; i++){
        dis.removeMetadata("/DIR/000000000000000000000000000000"+i);
      }
      dis.removeMetadata("/DIR");
    } catch (DirectoryServiceException e) {
      e.printStackTrace();
    }
   
   
View Full Code Here

    System.out.println("\t5 - DELETE FILES.");
    for(int i = 0 ; i<NUM_IT ; i++) {
      try {

        start = System.currentTimeMillis();
        dis.removeMetadata(list.get(i));
        if(i>=NUM_START)
          del[i-NUM_START] = (int)(System.currentTimeMillis()-start);
      } catch (DirectoryServiceException e) {
        e.printStackTrace();
      }
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.