Search in sources :

Example 1 with AlluxioJniFuseFileSystem

use of alluxio.fuse.AlluxioJniFuseFileSystem in project alluxio by Alluxio.

the class JNIFuseIntegrationTest method mountFuse.

@Override
public void mountFuse(FileSystem fileSystem, String mountPoint, String alluxioRoot) {
    FuseMountOptions options = new FuseMountOptions(mountPoint, alluxioRoot, false, new ArrayList<>());
    mFuseFileSystem = new AlluxioJniFuseFileSystem(fileSystem, options, ServerConfiguration.global());
    mFuseFileSystem.mount(false, false, new String[] {});
}
Also used : AlluxioJniFuseFileSystem(alluxio.fuse.AlluxioJniFuseFileSystem) FuseMountOptions(alluxio.fuse.FuseMountOptions)

Aggregations

AlluxioJniFuseFileSystem (alluxio.fuse.AlluxioJniFuseFileSystem)1 FuseMountOptions (alluxio.fuse.FuseMountOptions)1