static Pattern.Builder |
Pattern.builder() |
|
Pattern.Builder |
Pattern.Builder.countersToAggregate(String... countersToAggregate) |
A list of the different counters used to determine if there is a match.
|
Pattern.Builder |
Pattern.Builder.countersToAggregate(Collection<String> countersToAggregate) |
A list of the different counters used to determine if there is a match.
|
Pattern.Builder |
Pattern.Builder.description(String description) |
The description of the recommendation.
|
Pattern.Builder |
Pattern.Builder.id(String id) |
The universally unique identifier (UUID) of this pattern.
|
Pattern.Builder |
Pattern.Builder.name(String name) |
The name for this pattern.
|
Pattern.Builder |
Pattern.Builder.resolutionSteps(String resolutionSteps) |
A string that contains the steps recommended to address the potential inefficiency.
|
Pattern.Builder |
Pattern.Builder.targetFrames(Collection<? extends Collection<String>> targetFrames) |
A list of frame names that were searched during the analysis that generated a recommendation.
|
Pattern.Builder |
Pattern.Builder.targetFrames(Collection<String>... targetFrames) |
A list of frame names that were searched during the analysis that generated a recommendation.
|
Pattern.Builder |
Pattern.Builder.thresholdPercent(Double thresholdPercent) |
The percentage of time an application spends in one method that triggers a recommendation.
|
Pattern.Builder |
Pattern.toBuilder() |
|