Uses of Interface
org.openjdk.jmc.common.IMCThread
-
Packages that use IMCThread Package Description org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.flightrecorder org.openjdk.jmc.flightrecorder.internal.parser.v0.factories org.openjdk.jmc.flightrecorder.internal.parser.v1 org.openjdk.jmc.flightrecorder.jdk org.openjdk.jmc.flightrecorder.parser.synthetic org.openjdk.jmc.flightrecorder.rules.jdk.general org.openjdk.jmc.flightrecorder.rules.tree org.openjdk.jmc.flightrecorder.rules.util -
-
Uses of IMCThread in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IMCThread Modifier and Type Field Description static ContentType<IMCThread>UnitLookup. THREAD -
Uses of IMCThread in org.openjdk.jmc.flightrecorder
Fields in org.openjdk.jmc.flightrecorder with type parameters of type IMCThread Modifier and Type Field Description static IAttribute<IMCThread>JfrAttributes. EVENT_THREAD -
Uses of IMCThread in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that implement IMCThread Modifier and Type Class Description (package private) classJfrThreadA thread.Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return IMCThread Modifier and Type Method Description IMCThreadJavaThreadFactory. createObject(long identifier, java.lang.Object o)IMCThreadOSThreadFactory. createObject(long identifier, java.lang.Object o)Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return types with arguments of type IMCThread Modifier and Type Method Description ContentType<IMCThread>JavaThreadFactory. getContentType()ContentType<IMCThread>OSThreadFactory. getContentType() -
Uses of IMCThread in org.openjdk.jmc.flightrecorder.internal.parser.v1
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v1 that implement IMCThread Modifier and Type Class Description (package private) static classStructTypes.JfrThread -
Uses of IMCThread in org.openjdk.jmc.flightrecorder.jdk
Fields in org.openjdk.jmc.flightrecorder.jdk with type parameters of type IMCThread Modifier and Type Field Description static IAttribute<IMCThread>JdkAttributes. CALLERstatic IAttribute<IMCThread>JdkAttributes. MONITOR_PREVIOUS_OWNER -
Uses of IMCThread in org.openjdk.jmc.flightrecorder.parser.synthetic
Fields in org.openjdk.jmc.flightrecorder.parser.synthetic with type parameters of type IMCThread Modifier and Type Field Description private static IAttribute<IMCThread>SyntheticAttributeExtension. ALLOC_STATISTICS_THREADprivate static IAttribute<IMCThread>SyntheticAttributeExtension. EXECUTION_SAMPLES_THREAD -
Uses of IMCThread in org.openjdk.jmc.flightrecorder.rules.jdk.general
Fields in org.openjdk.jmc.flightrecorder.rules.jdk.general with type parameters of type IMCThread Modifier and Type Field Description private static IAggregator<java.lang.Iterable<? extends GroupingAggregator.GroupEntry<IMCThread,Aggregators.CountConsumer>>,?>FewSampledThreadsRule. SAMPLES_PER_THREAD -
Uses of IMCThread in org.openjdk.jmc.flightrecorder.rules.tree
Fields in org.openjdk.jmc.flightrecorder.rules.tree declared as IMCThread Modifier and Type Field Description private IMCThreadTreeNode. threadFields in org.openjdk.jmc.flightrecorder.rules.tree with type parameters of type IMCThread Modifier and Type Field Description private java.util.Map<IMCThread,Range>TimeRangeThreadFilter. rangeMapMethods in org.openjdk.jmc.flightrecorder.rules.tree that return IMCThread Modifier and Type Method Description IMCThreadTreeNode. getThread()Methods in org.openjdk.jmc.flightrecorder.rules.tree that return types with arguments of type IMCThread Modifier and Type Method Description java.util.Map<IMCThread,Range>TimeRangeThreadFilter. getRangeMap()Get the range map.Methods in org.openjdk.jmc.flightrecorder.rules.tree with parameters of type IMCThread Modifier and Type Method Description private static voidItemTreeBuilder. addTimeSplitNode(TreeNode<IItem> node, IItem item, boolean itemHasDuration, IQuantity itemStartTime, IQuantity itemEndTime, IMCThread itemThread, ItemTreeBuilder.IItemTreeBuilderCallback callback, boolean ignoreThread)private static booleanItemTreeBuilder. enclosesTreeItem(boolean encloserHasDuration, IQuantity encloserStartTime, IQuantity encloserEndTime, IMCThread encloserThread, TreeNode<IItem> enclosee, boolean ignoreThread)private static booleanItemTreeBuilder. treeItemEncloses(TreeNode<IItem> encloser, IQuantity encloseeStartTime, IQuantity encloseeEndTime, IMCThread encloseeThread, boolean ignoreThread)Method parameters in org.openjdk.jmc.flightrecorder.rules.tree with type arguments of type IMCThread Modifier and Type Method Description private java.lang.StringTimeRangeThreadFilter. toString(java.util.Map<IMCThread,Range> rangeMap)Constructors in org.openjdk.jmc.flightrecorder.rules.tree with parameters of type IMCThread Constructor Description TimeRangeThreadFilter(IMCThread thread, Range range)Create an item filter based on a ranges per thread.TreeNode(T item, boolean hasDuration, IQuantity startTime, IQuantity endTime, IMCThread thread)Constructor parameters in org.openjdk.jmc.flightrecorder.rules.tree with type arguments of type IMCThread Constructor Description TimeRangeThreadFilter(java.util.Map<IMCThread,Range> rangeMap)Create an item filter based on a ranges per thread. -
Uses of IMCThread in org.openjdk.jmc.flightrecorder.rules.util
Methods in org.openjdk.jmc.flightrecorder.rules.util that return IMCThread Modifier and Type Method Description static IMCThreadRulesToolkit. getThread(IItem item)Convenience method to get the event thread value from a specific event.
-