@InterfaceAudience.Public
@InterfaceStability.Unstable
public interface BatchListingOperations
CommonPathCapabilities.FS_EXPERIMENTAL_BATCH_LISTING to be a supported
path capability.| Modifier and Type | Method and Description |
|---|---|
RemoteIterator<PartialListing<LocatedFileStatus>> |
batchedListLocatedStatusIterator(List<Path> paths)
Batched listing API that returns
PartialListings for the passed
Paths. |
RemoteIterator<PartialListing<FileStatus>> |
batchedListStatusIterator(List<Path> paths)
Batched listing API that returns
PartialListings for the
passed Paths. |
RemoteIterator<PartialListing<FileStatus>> batchedListStatusIterator(List<Path> paths) throws IOException
PartialListings for the
passed Paths.paths - List of paths to list.IOException - failureRemoteIterator<PartialListing<LocatedFileStatus>> batchedListLocatedStatusIterator(List<Path> paths) throws IOException
PartialListings for the passed
Paths. The PartialListing will contain LocatedFileStatus entries
with locations.paths - List of paths to list.IOException - failureCopyright © 2008–2020 Apache Software Foundation. All rights reserved.