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