Uses of Class
org.openjdk.jmc.flightrecorder.rules.jdk.util.ClassEntry
-
Packages that use ClassEntry Package Description org.openjdk.jmc.flightrecorder.rules.jdk.general org.openjdk.jmc.flightrecorder.rules.jdk.latency org.openjdk.jmc.flightrecorder.rules.jdk.util This package contains helper classes that will be moved in a later release. -
-
Uses of ClassEntry in org.openjdk.jmc.flightrecorder.rules.jdk.general
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.general that return types with arguments of type ClassEntry Modifier and Type Method Description private java.util.Map<java.lang.String,ClassEntry>
ClassLeakingRule. diff(java.util.Map<java.lang.String,ClassEntry> entriesLoad, java.util.Map<java.lang.String,ClassEntry> entriesUnload)
private java.util.Map<java.lang.String,ClassEntry>
ClassLeakingRule. extractClassEntriesFromQuery(IItemCollection items, IItemQuery query)
Method parameters in org.openjdk.jmc.flightrecorder.rules.jdk.general with type arguments of type ClassEntry Modifier and Type Method Description private static IItemFilter
ClassLeakingRule. createClassAttributeFilter(IAttribute<IMCType> attribute, java.util.Map<java.lang.String,ClassEntry> entries)
private java.util.Map<java.lang.String,ClassEntry>
ClassLeakingRule. diff(java.util.Map<java.lang.String,ClassEntry> entriesLoad, java.util.Map<java.lang.String,ClassEntry> entriesUnload)
-
Uses of ClassEntry in org.openjdk.jmc.flightrecorder.rules.jdk.latency
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.latency that return types with arguments of type ClassEntry Modifier and Type Method Description private java.util.Map<IMCType,ClassEntry>
BiasedLockingRevocationRule. extractRevocations(IItemCollection revokationEvents, IItemFilter filter, IAttribute<IMCType> classAttribute)
private java.util.List<ClassEntry>
BiasedLockingRevocationRule. filteredMerge(java.util.Set<java.lang.String> filteredTypes, java.util.Set<IMCType> revokedTypes, java.util.Map<IMCType,ClassEntry> offendingClassRevocations, java.util.Map<IMCType,ClassEntry> offendingRevocations)
Method parameters in org.openjdk.jmc.flightrecorder.rules.jdk.latency with type arguments of type ClassEntry Modifier and Type Method Description private int
BiasedLockingRevocationRule. calculateRevocationCountScore(java.util.List<ClassEntry> offendingClasses)
private java.util.List<ClassEntry>
BiasedLockingRevocationRule. filteredMerge(java.util.Set<java.lang.String> filteredTypes, java.util.Set<IMCType> revokedTypes, java.util.Map<IMCType,ClassEntry> offendingClassRevocations, java.util.Map<IMCType,ClassEntry> offendingRevocations)
private static void
BiasedLockingRevocationRule. putIfNotInFiltered(java.util.Set<java.lang.String> filteredTypes, java.util.Set<IMCType> revokedTypes, java.util.Map<IMCType,ClassEntry> merged, java.util.Map.Entry<IMCType,ClassEntry> entry)
private static void
BiasedLockingRevocationRule. putIfNotInFiltered(java.util.Set<java.lang.String> filteredTypes, java.util.Set<IMCType> revokedTypes, java.util.Map<IMCType,ClassEntry> merged, java.util.Map.Entry<IMCType,ClassEntry> entry)
-
Uses of ClassEntry in org.openjdk.jmc.flightrecorder.rules.jdk.util
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.util with parameters of type ClassEntry Modifier and Type Method Description int
ClassEntry. compareTo(ClassEntry o)
-