| Package | Description |
|---|---|
| tachyon.underfs |
| 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 |
|---|---|
abstract 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).
|
Copyright © 2015. All Rights Reserved.