GlusterVol(final Configuration conf) throws IOException, URISyntaxException { this(GlusterVolume.NAME, conf); }
/** * This constructor has the signature needed by * {@link AbstractFileSystem#createFileSystem(URI, Configuration)}. * * @param theUri which must be that of localFs * @param conf * @throws IOException * @throws URISyntaxException */ GlusterVol(final URI theUri, final Configuration conf) throws IOException, URISyntaxException { super(theUri, new GlusterVolume(), conf, false); }