| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| Modifier and Type | Field and Description |
|---|---|
static StorageType |
StorageType.DEFAULT |
static StorageType[] |
StorageType.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
static StorageType |
StorageType.parseStorageType(int i) |
static StorageType |
StorageType.parseStorageType(String s) |
static StorageType |
StorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageType[] |
StorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<StorageType> |
StorageType.asList() |
static List<StorageType> |
StorageType.getMovableTypes() |
static List<StorageType> |
StorageType.getTypesSupportingQuota() |
| Modifier and Type | Method and Description |
|---|---|
long |
ContentSummary.getTypeConsumed(StorageType type)
Returns storage type consumed
|
long |
ContentSummary.getTypeQuota(StorageType type)
Returns storage type quota
|
ContentSummary.Builder |
ContentSummary.Builder.typeConsumed(StorageType type,
long consumed) |
ContentSummary.Builder |
ContentSummary.Builder.typeQuota(StorageType type,
long quota) |
Copyright © 2018 CERN. All Rights Reserved.