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

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

Introduction

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

The text is from its open source code.

Constructor

ContentSummary(long length, long fileCount, long directoryCount, long quota, long spaceConsumed, long spaceQuota)
Constructor, deprecated by ContentSummary.Builder
ContentSummary(long length, long fileCount, long directoryCount)
Constructor, deprecated by ContentSummary.Builder This constructor implicitly set spaceConsumed the same as length.

Method

longgetDirectoryCount()
longgetFileCount()
longgetLength()
StringtoString(boolean qOption)
Return the string representation of the object in the output format.