Recommendation.Builder |
Recommendation.Builder.allMatchesCount(Integer allMatchesCount) |
How many different places in the profile graph triggered a match.
|
Recommendation.Builder |
Recommendation.Builder.allMatchesSum(Double allMatchesSum) |
How much of the total sample count is potentially affected.
|
static Recommendation.Builder |
Recommendation.builder() |
|
Recommendation.Builder |
Recommendation.Builder.endTime(Instant endTime) |
End time of the profile that was used by this analysis.
|
default Recommendation.Builder |
Recommendation.Builder.pattern(Consumer<Pattern.Builder> pattern) |
The pattern that analysis recognized in the profile to make this recommendation.
|
Recommendation.Builder |
Recommendation.Builder.pattern(Pattern pattern) |
The pattern that analysis recognized in the profile to make this recommendation.
|
Recommendation.Builder |
Recommendation.Builder.startTime(Instant startTime) |
The start time of the profile that was used by this analysis.
|
Recommendation.Builder |
Recommendation.toBuilder() |
|
Recommendation.Builder |
Recommendation.Builder.topMatches(Collection<Match> topMatches) |
List of the matches with most impact.
|
Recommendation.Builder |
Recommendation.Builder.topMatches(Consumer<Match.Builder>... topMatches) |
List of the matches with most impact.
|
Recommendation.Builder |
Recommendation.Builder.topMatches(Match... topMatches) |
List of the matches with most impact.
|