Uses of Class
org.openjdk.jmc.flightrecorder.rules.TypedResult
-
Packages that use TypedResult Package Description org.openjdk.jmc.flightrecorder.rules This package contains interfaces and classes for working with Rules and RuleResults. -
-
Uses of TypedResult in org.openjdk.jmc.flightrecorder.rules
Subclasses of TypedResult in org.openjdk.jmc.flightrecorder.rules Modifier and Type Class Description classTypedCollectionResult<T>Fields in org.openjdk.jmc.flightrecorder.rules declared as TypedResult Modifier and Type Field Description static TypedResult<IItemQuery>TypedResult. ITEM_QUERYstatic TypedResult<IQuantity>TypedResult. SCOREA constant to be used while transitioning the rules api from 1.0 to 2.0 to keep the old score values.Methods in org.openjdk.jmc.flightrecorder.rules that return TypedResult Modifier and Type Method Description TypedResult<?>IResultValueProvider. getResultByIdentifier(String identifier)TypedResult<?>ResultProvider. getResultByIdentifier(String identifier)Methods in org.openjdk.jmc.flightrecorder.rules that return types with arguments of type TypedResult Modifier and Type Method Description Collection<TypedResult<?>>AbstractRule. getResults()Collection<TypedResult<?>>IRule. getResults()Gets information about which results may be part of anIResultinstance.Methods in org.openjdk.jmc.flightrecorder.rules with parameters of type TypedResult Modifier and Type Method Description <T> ResultBuilderResultBuilder. addResult(TypedResult<T> type, T result)<T> TIResult. getResult(TypedResult<T> result)Returns a typed instance of a result contained in this result instance, i.e.<T> TIResultValueProvider. getResultValue(TypedResult<T> result)Get the value of a result.<T> TResultProvider. getResultValue(TypedResult<T> key)
-