Java org.apache.hadoop.fs.viewfs ViewFileSystem fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.fs.viewfs ViewFileSystem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.fs.viewfs ViewFileSystem.

The text is from its open source code.

Constructor

ViewFileSystem()
This is the constructor with the signature needed by FileSystem#createFileSystem(URI,Configuration) After this constructor is called initialize() is called.

Method