public class WorkloadStat extends Object implements Serializable
| Constructor and Description |
|---|
WorkloadStat() |
| Modifier and Type | Method and Description |
|---|---|
long |
addInserts(HoodieRecordLocation location,
long numInserts) |
long |
addInserts(long numInserts) |
long |
addUpdates(HoodieRecordLocation location,
long numUpdates) |
HashMap<String,Pair<String,Long>> |
getInsertLocationToCount() |
long |
getNumInserts() |
long |
getNumUpdates() |
HashMap<String,Pair<String,Long>> |
getUpdateLocationToCount() |
String |
toString() |
public long addInserts(long numInserts)
public long addInserts(HoodieRecordLocation location, long numInserts)
public long addUpdates(HoodieRecordLocation location, long numUpdates)
public long getNumUpdates()
public long getNumInserts()
Copyright © 2023 The Apache Software Foundation. All rights reserved.