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 |
---|---|
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 |
KodoUnderFileSystem.getObjectStatus(String key)
Gets metadata information about object.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected ObjectUnderFileSystem.ObjectStatus |
SwiftUnderFileSystem.getObjectStatus(String key) |
Copyright © 2023. All Rights Reserved.