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

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

Introduction

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

The text is from its open source code.

Constructor

FsStatus(long capacity, long used, long remaining)
Construct a FsStatus object, using the specified statistics

Method

longgetCapacity()
Return the capacity in bytes of the file system
longgetRemaining()
Return the number of remaining bytes on the file system
longgetUsed()
Return the number of bytes used on the file system