示例#1
0
 static FileSystemManager getVFS() {
   try {
     return AccumuloVFSClassLoader.generateVfs();
   } catch (FileSystemException e) {
     throw new RuntimeException("Error setting up VFS", e);
   }
 }