public static class ProfileParser.FragInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
baseLevel |
int |
id |
List<ProfileParser.MinorFragInfo> |
minors |
List<ProfileParser.OperatorSummary> |
ops |
| Constructor and Description |
|---|
FragInfo(int majorId) |
| Modifier and Type | Method and Description |
|---|---|
ProfileParser.OperatorSummary |
getRootOperator() |
void |
parse(JsonObject fragProfile) |
public int baseLevel
public int id
public List<ProfileParser.OperatorSummary> ops
public List<ProfileParser.MinorFragInfo> minors
public ProfileParser.OperatorSummary getRootOperator()
public void parse(JsonObject fragProfile)
Copyright © 2021 The Apache Software Foundation. All rights reserved.