Package | Description |
---|---|
tachyon | |
tachyon.conf | |
tachyon.worker.hierarchy |
Modifier and Type | Method and Description |
---|---|
static StorageLevelAlias |
StorageLevelAlias.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageLevelAlias[] |
StorageLevelAlias.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
StorageLevelAlias[] |
WorkerConf.STORAGE_LEVEL_ALIAS |
Modifier and Type | Method and Description |
---|---|
StorageLevelAlias |
StorageTier.getAlias()
Get the alias of the StorageTier's storage level
|
Constructor and Description |
---|
StorageTier(int storageLevel,
StorageLevelAlias storageLevelAlias,
String[] dirPaths,
long[] dirCapacityBytes,
String dataFolder,
String userTempFolder,
StorageTier nextTier,
Object conf)
Creates a new StorageTier
|
Copyright © 2015. All Rights Reserved.