Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.rules |
This package contains interfaces and classes for working with Rules and RuleResults.
|
org.openjdk.jmc.flightrecorder.rules.jdk.compilation | |
org.openjdk.jmc.flightrecorder.rules.jdk.general | |
org.openjdk.jmc.flightrecorder.rules.jdk.latency | |
org.openjdk.jmc.flightrecorder.rules.jdk.memory |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<TypedCollectionResult<?>,java.util.Collection<?>> |
ResultProvider.collectionResultMap |
Modifier and Type | Method and Description |
---|---|
private void |
ResultProvider.addCollectionResult(TypedCollectionResult<?> result,
java.util.Collection<?> collection) |
<T> ResultBuilder |
ResultBuilder.addResult(TypedCollectionResult<T> type,
java.util.Collection<T> results) |
<T> java.util.Collection<T> |
ResultBuilder.Result.getResult(TypedCollectionResult<T> key) |
<T> java.util.Collection<T> |
IResult.getResult(TypedCollectionResult<T> result)
Returns a collection of typed instances of a result contained in this result instance, i.e.
|
<T> java.util.Collection<T> |
IResultValueProvider.getResultValue(TypedCollectionResult<T> result) |
<T> java.util.Collection<T> |
ResultProvider.getResultValue(TypedCollectionResult<T> result) |
Modifier and Type | Field and Description |
---|---|
static TypedCollectionResult<CodeCacheRule.CodeHeapData> |
CodeCacheRule.CODE_HEAPS |
Modifier and Type | Field and Description |
---|---|
static TypedCollectionResult<java.lang.String> |
BiasedLockingRevocationRule.FILTERED_TYPES |
static TypedCollectionResult<MethodProfilingRule.MethodProfilingWindowResult> |
MethodProfilingRule.INTERESTING_METHODS |
static TypedCollectionResult<ClassEntry> |
BiasedLockingRevocationRule.REVOCATION_CLASSES |
static TypedCollectionResult<IMCType> |
BiasedLockingRevocationRule.REVOKED_TYPES |
Modifier and Type | Field and Description |
---|---|
static TypedCollectionResult<IMCMethod> |
AllocationByThreadRule.ALLOCATION_FRAMES |
static TypedCollectionResult<IMCMethod> |
AllocationByClassRule.ALLOCATION_FRAMES |
static TypedCollectionResult<ReferenceTreeObject> |
IncreasingLiveSetRule.REFERENCE_CHAIN |