| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CachingGetSpaceUsed |
Interface for class that can tell estimate much space
is used in a directory.
|
class |
DFCachingGetSpaceUsed |
Fast but inaccurate class to tell how much space HDFS is using.
|
class |
DU |
Filesystem disk space usage statistics.
|
class |
WindowsGetSpaceUsed |
Class to tell the size of a path on windows.
|
| Modifier and Type | Method | Description |
|---|---|---|
GetSpaceUsed |
GetSpaceUsed.Builder.build() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.reflect.Constructor<? extends GetSpaceUsed> |
GetSpaceUsed.Builder.getCons() |
|
java.lang.Class<? extends GetSpaceUsed> |
GetSpaceUsed.Builder.getKlass() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GetSpaceUsed.Builder.setCons(java.lang.reflect.Constructor<? extends GetSpaceUsed> cons) |
|
GetSpaceUsed.Builder |
GetSpaceUsed.Builder.setKlass(java.lang.Class<? extends GetSpaceUsed> klass) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.