public static interface ObjectUnderFileSystem.ObjectListingChunk
Modifier and Type | Method and Description |
---|---|
String[] |
getCommonPrefixes()
Use common prefixes to infer pseudo-directories in object store.
|
ObjectUnderFileSystem.ObjectListingChunk |
getNextChunk()
Gets next chunk of object listings.
|
ObjectUnderFileSystem.ObjectStatus[] |
getObjectStatuses()
Returns objects in a pseudo-directory which may be a file or a directory.
|
ObjectUnderFileSystem.ObjectStatus[] getObjectStatuses()
String[] getCommonPrefixes()
@Nullable ObjectUnderFileSystem.ObjectListingChunk getNextChunk() throws IOException
ObjectUnderFileSystem.ObjectListingChunk
for the next chunkIOException
Copyright © 2023. All Rights Reserved.