Java 类org.apache.hadoop.fs.glusterfs.GlusterVolume 实例源码
项目:hdp2-glusterfs
文件:GlusterVol.java
GlusterVol(final Configuration conf) throws IOException, URISyntaxException {
this(GlusterVolume.NAME, conf);
}
项目:hdp2-glusterfs
文件:GlusterVol.java
/**
* 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);
}
项目:glusterfs-hadoop
文件:GlusterVol.java
GlusterVol(final Configuration conf) throws IOException, URISyntaxException {
this(GlusterVolume.NAME, conf);
}
项目:glusterfs-hadoop
文件:GlusterVol.java
/**
* 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);
}
项目:glusterfs-hpi
文件:GlusterVol.java
GlusterVol(final Configuration conf) throws IOException, URISyntaxException {
this(GlusterVolume.NAME, conf);
}
项目:glusterfs-hpi
文件:GlusterVol.java
/**
* 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);
}