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

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

Introduction

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

The text is from its open source code.

Constructor

HarFileSystem(FileSystem fs)
Constructor to create a HarFileSystem with an underlying filesystem.
HarFileSystem()
public construction of harfilesystem

Method

voidclose()
ConfigurationgetConf()
voidinitialize(URI name, Configuration conf)
Initialize a Har filesystem per har archive.
FileStatus[]listStatus(Path f)
liststatus returns the children of a directory after looking up the index files.
FSDataInputStreamopen(Path f)
Opens an FSDataInputStream at the indicated Path.