Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.metrics |
Modifier and Type | Field and Description |
---|---|
static Map<DefaultFileSystemMaster.Metrics.UFSOps,String> |
DefaultFileSystemMaster.Metrics.UFS_OPS_DESC |
Modifier and Type | Method and Description |
---|---|
static DefaultFileSystemMaster.Metrics.UFSOps |
DefaultFileSystemMaster.Metrics.UFSOps.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultFileSystemMaster.Metrics.UFSOps[] |
DefaultFileSystemMaster.Metrics.UFSOps.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.codahale.metrics.Counter |
DefaultFileSystemMaster.Metrics.getUfsOpsSavedCounter(AlluxioURI ufsUri,
DefaultFileSystemMaster.Metrics.UFSOps ufsOp)
Get operations saved per ufs counter.
|
Modifier and Type | Field and Description |
---|---|
static Map<DefaultFileSystemMaster.Metrics.UFSOps,Double> |
CloudCostUtils.ABFS_COSTMAP |
static Map<String,Map<DefaultFileSystemMaster.Metrics.UFSOps,Double>> |
CloudCostUtils.COSTMAP |
static Map<DefaultFileSystemMaster.Metrics.UFSOps,Double> |
CloudCostUtils.GCS_COSTMAP |
static Map<DefaultFileSystemMaster.Metrics.UFSOps,Double> |
CloudCostUtils.OSS_COSTMAP |
static Map<DefaultFileSystemMaster.Metrics.UFSOps,Double> |
CloudCostUtils.S3_COSTMAP
Cost map is a map between ufs operations and their associated cost in dollars per operation.
|
Copyright © 2023. All Rights Reserved.