@InterfaceAudience.Private public static class FileSystem.DirectoryEntries extends Object
For internal use by FileSystem subclasses that override
FileSystem.listStatusBatch(Path, byte[]) to implement iterative
listing.
| Constructor and Description |
|---|
DirectoryEntries(org.apache.hadoop.fs.FileStatus[] entries,
byte[] token,
boolean hasMore) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.FileStatus[] |
getEntries() |
byte[] |
getToken() |
boolean |
hasMore() |
Copyright © 2013–2024. All rights reserved.