public static class ProfileParser.OperatorProfile extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
batches |
ProfileParser.OperatorSummary |
defn |
int |
majorFragId |
Map<Integer,JsonNumber> |
metrics |
int |
minorFragId |
String |
name |
int |
opId |
String |
opName |
long |
peakMem |
long |
processMs |
long |
records |
int |
schemas |
long |
setupMs |
String |
type |
long |
waitMs |
| Constructor and Description |
|---|
OperatorProfile(int majorId,
int minorId,
JsonObject opProfile) |
public ProfileParser.OperatorSummary defn
public String opName
public int majorFragId
public int minorFragId
public int opId
public String type
public String name
public long processMs
public long waitMs
public long setupMs
public long peakMem
public long records
public int batches
public int schemas
Copyright © 2022 The Apache Software Foundation. All rights reserved.