FileSystemAccess.FileSystemExecutor<java.util.Map>@Private public static class FSOperations.FSContentSummary extends java.lang.Object implements FileSystemAccess.FileSystemExecutor<java.util.Map>
| Constructor | Description |
|---|---|
FSContentSummary(java.lang.String path) |
Creates a content-summary executor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map |
execute(org.apache.hadoop.fs.FileSystem fs) |
Executes the filesystem operation.
|
public FSContentSummary(java.lang.String path)
path - the path to retrieve the content-summary.public java.util.Map execute(org.apache.hadoop.fs.FileSystem fs)
throws java.io.IOException
execute in interface FileSystemAccess.FileSystemExecutor<java.util.Map>fs - filesystem instance to use.java.io.IOException - thrown if an IO error occurred.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.