Package | Description |
---|---|
alluxio.underfs | |
alluxio.underfs.cos | |
alluxio.underfs.gcs | |
alluxio.underfs.kodo | |
alluxio.underfs.oss | |
alluxio.underfs.s3a | |
alluxio.underfs.swift |
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.getObjectListingChunkForPath(String path,
boolean recursive)
Gets a (partial) object listing for the given path.
|
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 |
KodoUnderFileSystem.getObjectListingChunk(String key,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectListingChunk |
OSSUnderFileSystem.getObjectListingChunk(String key,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectListingChunk |
S3AUnderFileSystem.getObjectListingChunk(String key,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectListingChunk |
SwiftUnderFileSystem.getObjectListingChunk(String key,
boolean recursive) |
Copyright © 2023. All Rights Reserved.