| Package | Description |
|---|---|
| alluxio.master.file | |
| alluxio.master.metrics |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<DefaultFileSystemMaster.Metrics.UFSOps,java.lang.String> |
DefaultFileSystemMaster.Metrics.UFS_OPS_DESC |
| Modifier and Type | Method and Description |
|---|---|
static DefaultFileSystemMaster.Metrics.UFSOps |
DefaultFileSystemMaster.Metrics.UFSOps.valueOf(java.lang.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 java.util.Map<DefaultFileSystemMaster.Metrics.UFSOps,java.lang.Double> |
CloudCostUtils.ABFS_COSTMAP |
static java.util.Map<java.lang.String,java.util.Map<DefaultFileSystemMaster.Metrics.UFSOps,java.lang.Double>> |
CloudCostUtils.COSTMAP |
static java.util.Map<DefaultFileSystemMaster.Metrics.UFSOps,java.lang.Double> |
CloudCostUtils.GCS_COSTMAP |
static java.util.Map<DefaultFileSystemMaster.Metrics.UFSOps,java.lang.Double> |
CloudCostUtils.OSS_COSTMAP |
static java.util.Map<DefaultFileSystemMaster.Metrics.UFSOps,java.lang.Double> |
CloudCostUtils.S3_COSTMAP
Cost map is a map between ufs operations and their associated cost in dollars per operation.
|
Copyright © 2021. All Rights Reserved.