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 |
---|---|
protected abstract ObjectUnderFileSystem.ObjectStatus |
ObjectUnderFileSystem.getObjectStatus(String key)
Get metadata information about object.
|
ObjectUnderFileSystem.ObjectStatus[] |
ObjectUnderFileSystem.ObjectListingChunk.getObjectStatuses()
Returns objects in a pseudo-directory which may be a file or a directory.
|
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectStatus |
COSUnderFileSystem.getObjectStatus(String key) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectStatus |
GCSUnderFileSystem.getObjectStatus(String key) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectStatus |
GCSV2UnderFileSystem.getObjectStatus(String key) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectStatus |
OBSUnderFileSystem.getObjectStatus(String key) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectStatus |
OSSUnderFileSystem.getObjectStatus(String key) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectStatus |
S3AUnderFileSystem.getObjectStatus(String key) |
ObjectUnderFileSystem.ObjectStatus[] |
S3AUnderFileSystem.S3AObjectListingChunk.getObjectStatuses() |
ObjectUnderFileSystem.ObjectStatus[] |
S3AUnderFileSystem.S3AObjectListingChunkV1.getObjectStatuses() |
Copyright © 2023. All Rights Reserved.