| Package | Description |
|---|---|
| org.apache.hudi.table |
| Modifier and Type | Field and Description |
|---|---|
protected WorkloadStat |
WorkloadProfile.globalStat
Global workloadStat.
|
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,WorkloadStat> |
WorkloadProfile.partitionPathStatMap
Computed workload profile.
|
| Modifier and Type | Method and Description |
|---|---|
WorkloadStat |
WorkloadProfile.getGlobalStat() |
WorkloadStat |
WorkloadProfile.getWorkloadStat(String partitionPath) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,WorkloadStat> |
WorkloadProfile.getPartitionPathStatMap() |
| Constructor and Description |
|---|
WorkloadProfile(Pair<HashMap<String,WorkloadStat>,WorkloadStat> profile) |
WorkloadProfile(Pair<HashMap<String,WorkloadStat>,WorkloadStat> profile) |
WorkloadProfile(Pair<HashMap<String,WorkloadStat>,WorkloadStat> profile,
WriteOperationType operationType) |
WorkloadProfile(Pair<HashMap<String,WorkloadStat>,WorkloadStat> profile,
WriteOperationType operationType) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.