Package | Description |
---|---|
alluxio.concurrent | |
alluxio.underfs | |
alluxio.underfs.cephfs | |
alluxio.underfs.hdfs | |
alluxio.underfs.local | |
alluxio.underfs.web |
Modifier and Type | Method and Description |
---|---|
long |
ManagedBlockingUfsForwarder.getSpace(String path,
UnderFileSystem.SpaceType type) |
Modifier and Type | Method and Description |
---|---|
static UnderFileSystem.SpaceType |
UnderFileSystem.SpaceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnderFileSystem.SpaceType[] |
UnderFileSystem.SpaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
ObjectUnderFileSystem.getSpace(String path,
UnderFileSystem.SpaceType type) |
long |
UnderFileSystemWithLogging.getSpace(String path,
UnderFileSystem.SpaceType type) |
long |
UnderFileSystem.getSpace(String path,
UnderFileSystem.SpaceType type)
Queries the under file system about the space of the indicated path (e.g., space left, space
used and etc).
|
Modifier and Type | Method and Description |
---|---|
long |
CephFSUnderFileSystem.getSpace(String path,
UnderFileSystem.SpaceType type) |
Modifier and Type | Method and Description |
---|---|
long |
HdfsUnderFileSystem.getSpace(String path,
UnderFileSystem.SpaceType type) |
Modifier and Type | Method and Description |
---|---|
long |
LocalUnderFileSystem.getSpace(String path,
UnderFileSystem.SpaceType type) |
Modifier and Type | Method and Description |
---|---|
long |
WebUnderFileSystem.getSpace(String path,
UnderFileSystem.SpaceType type) |
Copyright © 2023. All Rights Reserved.