Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
Modifier and Type | Method and Description |
---|---|
ContentSummary.Builder |
ContentSummary.Builder.directoryCount(long directoryCount) |
ContentSummary.Builder |
ContentSummary.Builder.fileCount(long fileCount) |
ContentSummary.Builder |
ContentSummary.Builder.length(long length) |
ContentSummary.Builder |
ContentSummary.Builder.quota(long quota) |
ContentSummary.Builder |
ContentSummary.Builder.snapshotDirectoryCount(long snapshotDirectoryCount) |
ContentSummary.Builder |
ContentSummary.Builder.snapshotFileCount(long snapshotFileCount) |
ContentSummary.Builder |
ContentSummary.Builder.snapshotLength(long snapshotLength) |
ContentSummary.Builder |
ContentSummary.Builder.snapshotSpaceConsumed(long snapshotSpaceConsumed) |
ContentSummary.Builder |
ContentSummary.Builder.spaceConsumed(long spaceConsumed) |
ContentSummary.Builder |
ContentSummary.Builder.spaceQuota(long spaceQuota) |
ContentSummary.Builder |
ContentSummary.Builder.typeConsumed(long[] typeConsumed) |
ContentSummary.Builder |
ContentSummary.Builder.typeConsumed(StorageType type,
long consumed) |
ContentSummary.Builder |
ContentSummary.Builder.typeQuota(long[] typeQuota) |
ContentSummary.Builder |
ContentSummary.Builder.typeQuota(StorageType type,
long quota) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.