Package | Description |
---|---|
alluxio.underfs | |
alluxio.underfs.cos | |
alluxio.underfs.gcs | |
alluxio.underfs.gcs.v2 | |
alluxio.underfs.obs | |
alluxio.underfs.oss | |
alluxio.underfs.s3a |
Modifier and Type | Method and Description |
---|---|
ObjectUnderFileSystem.ObjectListingChunk |
ObjectUnderFileSystem.ObjectListingChunk.getNextChunk()
Gets next chunk of object listings.
|
protected abstract ObjectUnderFileSystem.ObjectListingChunk |
ObjectUnderFileSystem.getObjectListingChunk(String key,
boolean recursive)
Gets a (partial) object listing result for the given key.
|
protected ObjectUnderFileSystem.ObjectListingChunk |
ObjectUnderFileSystem.getObjectListingChunk(String key,
boolean recursive,
String startAfter,
int batchSize)
Gets a (partial) object listing result for the given key.
|
protected ObjectUnderFileSystem.ObjectListingChunk |
ObjectUnderFileSystem.getObjectListingChunkForPath(String path,
boolean recursive) |
protected ObjectUnderFileSystem.ObjectListingChunk |
ObjectUnderFileSystem.getObjectListingChunkForPath(String path,
boolean recursive,
String startAfter,
int batchSize)
Gets a (partial) object listing for the given path.
|
Constructor and Description |
---|
UfsStatusIterator(String path,
boolean isRecursive,
ObjectUnderFileSystem.ObjectListingChunk firstChunk)
Creates the iterator.
|
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectListingChunk |
COSUnderFileSystem.getObjectListingChunk(String key,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectListingChunk |
GCSUnderFileSystem.getObjectListingChunk(String key,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectListingChunk |
GCSV2UnderFileSystem.getObjectListingChunk(String key,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectListingChunk |
OBSUnderFileSystem.getObjectListingChunk(String key,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectListingChunk |
OSSUnderFileSystem.getObjectListingChunk(String key,
boolean recursive) |
Modifier and Type | Class and Description |
---|---|
protected class |
S3AUnderFileSystem.S3AObjectListingChunk
Wrapper over S3
ListObjectsV2Request . |
protected class |
S3AUnderFileSystem.S3AObjectListingChunkV1
Wrapper over S3
ListObjectsRequest . |
Modifier and Type | Method and Description |
---|---|
ObjectUnderFileSystem.ObjectListingChunk |
S3AUnderFileSystem.S3AObjectListingChunk.getNextChunk() |
ObjectUnderFileSystem.ObjectListingChunk |
S3AUnderFileSystem.S3AObjectListingChunkV1.getNextChunk() |
protected ObjectUnderFileSystem.ObjectListingChunk |
S3AUnderFileSystem.getObjectListingChunk(String key,
boolean recursive) |
protected ObjectUnderFileSystem.ObjectListingChunk |
S3AUnderFileSystem.getObjectListingChunk(String key,
boolean recursive,
String startAfter,
int batchSize) |
Copyright © 2023. All Rights Reserved.