Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

AbstractRule - Class in org.openjdk.jmc.flightrecorder.rules
Abstract base class for rules, supplying some boiler plate code.
AbstractRule(String, String, String, TypedPreference<?>...) - Constructor for class org.openjdk.jmc.flightrecorder.rules.AbstractRule
 
accept(ITreeVisitor<T>) - Method in interface org.openjdk.jmc.flightrecorder.rules.tree.ITreeNode
 
accept(ITreeVisitor<T>) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.TreeNode
 
acceptType(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.FieldAggregatorBase
 
acceptType(IType<IItem>) - Method in interface org.openjdk.jmc.common.item.IItemConsumerFactory
 
accessor(IAttribute<T>) - Static method in class org.openjdk.jmc.common.item.ItemToolkit
Deprecated.
This method returns a member accessor that is not thread safe. Instead of creating an accessor that could be used for multiple item types, items should be iterated by type, preferably using an IAggregator which enables parallel processing.
ADAPTORS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
add(T) - Method in class org.openjdk.jmc.common.collection.BoundedList
Adds a value to this list.
add(T) - Method in class org.openjdk.jmc.common.collection.SimpleArray
Add an element to the end of the list.
add(IQuantity) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Returns a new quantity that is the arithmetic sum of this quantity and addend, if such an operation is defined for this kind of quantity.
add(ITypedQuantity<LinearUnit>) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
add(long, LinearUnit, long) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
add(long, LinearUnit, long) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
add(long, LinearUnit, long) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
add(IItem) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor.LayerBreakdown
 
addAll(T[]) - Method in class org.openjdk.jmc.common.collection.SimpleArray
Add all elements from an array.
addChild(TreeNode<T>) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.TreeNode
Add a child node.
addConstraint(K, IConstraint<?>) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
addConstraint(K, IConstraint<?>) - Method in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
addEvent(Object[]) - Method in interface org.openjdk.jmc.flightrecorder.parser.IEventSink
Add a new event to the sink for processing.
addExtraAttribute(int, IAttribute<M>) - Method in class org.openjdk.jmc.common.unit.StructContentType
Deprecated.
addField(String, ContentType<M>, String, String, IMemberAccessor<M, T>) - Method in class org.openjdk.jmc.common.unit.StructContentType
 
addFormatter(DisplayFormatter<T>) - Method in class org.openjdk.jmc.common.unit.ContentType
 
addHalfDelta(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that adds half of a delta value to a bias value.
addObject(T) - Method in class org.openjdk.jmc.common.util.SortedHead
Add an item to the collection.
addPossiblyIntegral(long, IScalarAffineTransform, long) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
addReport(String, Severity, boolean, Element) - Static method in class org.openjdk.jmc.flightrecorder.rules.report.JfrRulesReport
 
ADDRESS - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
ADDRESS_UNITY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
ADDRESSES_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
addSorted(Iterator<? extends T>, T[], SimpleArray<T>, Comparator<? super T>) - Static method in class org.openjdk.jmc.common.util.SortedHead
Convenience method for sorting items into a head of fixed size and a growable tail.
addUnit(U) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
Add a common unit (displayed to the user when selecting a unit).
addUnit(LinearUnit) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
addUnit(LinearUnit, boolean) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
Add a unit so that it is available for parsing and content assist, optionally also for direct selection by users.
AdvancedMaxAggregator(String, String, IAttribute<V>, IAttribute<T>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.AdvancedMaxAggregator
 
AdvancedMinAggregator(String, String, IAttribute<V>, IAttribute<T>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.AdvancedMinAggregator
 
AdvancedMinMaxConsumer(IMemberAccessor<? extends V, IItem>, IMemberAccessor<T, IItem>, boolean) - Constructor for class org.openjdk.jmc.common.item.Aggregators.AdvancedMinMaxConsumer
 
AFTER_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
AggregatorBase(String, String, IType<? super V>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.AggregatorBase
 
Aggregators - Class in org.openjdk.jmc.common.item
 
Aggregators() - Constructor for class org.openjdk.jmc.common.item.Aggregators
 
Aggregators.AdvancedMaxAggregator<V,T extends Comparable<T>> - Class in org.openjdk.jmc.common.item
This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.
Aggregators.AdvancedMinAggregator<V,T extends Comparable<T>> - Class in org.openjdk.jmc.common.item
This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.
Aggregators.AdvancedMinMaxConsumer<V,T extends Comparable<T>> - Class in org.openjdk.jmc.common.item
This consumer separates the attribute for which to do the ordering from the attribute to use for accessing the value.
Aggregators.AggregatorBase<V,C extends IItemConsumer<C>> - Class in org.openjdk.jmc.common.item
 
Aggregators.Avg - Class in org.openjdk.jmc.common.item
 
Aggregators.AvgConsumer - Class in org.openjdk.jmc.common.item
 
Aggregators.CountConsumer - Class in org.openjdk.jmc.common.item
 
Aggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>> - Class in org.openjdk.jmc.common.item
 
Aggregators.MergingAggregator<V,C extends IItemConsumer<C>> - Class in org.openjdk.jmc.common.item
 
Aggregators.MinMax<V extends Comparable<V>> - Class in org.openjdk.jmc.common.item
 
Aggregators.MinMaxConsumer<V extends Comparable<V>> - Class in org.openjdk.jmc.common.item
 
Aggregators.SetConsumer<T> - Class in org.openjdk.jmc.common.item
 
Aggregators.Stddev - Class in org.openjdk.jmc.common.item
 
Aggregators.Sum - Class in org.openjdk.jmc.common.item
 
Aggregators.Variance - Class in org.openjdk.jmc.common.item
 
Aggregators.VarianceConsumer - Class in org.openjdk.jmc.common.item
Consumer for calculating stddev and variance in a one pass, numerically stable way.
all() - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
ALLOC_ALL - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
ALLOC_INSIDE_TLAB - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
ALLOC_INSIDE_TLAB - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
ALLOC_INSIDE_TLAB_AVG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
ALLOC_INSIDE_TLAB_BY_CLASS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
ALLOC_INSIDE_TLAB_BY_THREAD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
ALLOC_INSIDE_TLAB_SUM - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
ALLOC_OUTSIDE_TLAB - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
ALLOC_OUTSIDE_TLAB - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
ALLOC_OUTSIDE_TLAB_AVG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
ALLOC_OUTSIDE_TLAB_SUM - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
ALLOCATION_CLASS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
ALLOCATION_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
ALLOCATION_TIME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
ALLOCATION_TOTAL - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
AllocationByClassRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
AllocationByClassRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByClassRule
 
AllocationByThreadRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
AllocationByThreadRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByThreadRule
 
ALLOW_ALL_FILTER - Static variable in class org.openjdk.jmc.flightrecorder.parser.filter.OnLoadFilters
 
allowEventType(String) - Method in interface org.openjdk.jmc.flightrecorder.parser.filter.IOnLoadFilter
Predicate for allowing an event type based on identifier.
allUnits - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
altSymbol() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
altSymbol() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
Intended to be used for parsing GUI strings where entering the micron character may be cumbersome.
altSymbol() - Method in interface org.openjdk.jmc.common.unit.IPrefix
An alternative symbol.
and(String, IAttribute<Boolean>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
and(IItemFilter...) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
and(Collection<IPredicate<T>>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Combine a collection of predicates using an AND operation.
ANONYMOUS_BLOCK_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
ANONYMOUS_CHUNK_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
ANONYMOUS_CLASS_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
APP_HALTS_INFO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.ApplicationHaltsRule
 
APP_HALTS_WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.ApplicationHaltsRule
 
appendExponentTo(int, StringBuilder) - Static method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
appendLayeredBreakdown(StringBuilder, ITreeNode<IItem>, int) - Static method in class org.openjdk.jmc.flightrecorder.rules.tree.ItemTreeToolkit
Reports all encapsulation layers.
appendLongestBreakdown(StringBuilder, ITreeNode<IItem>) - Static method in class org.openjdk.jmc.flightrecorder.rules.tree.ItemTreeToolkit
Renders a report of the longest encapsulating event chain.
APPLICATION_PAUSES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
applicationHaltsRatioFunction() - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.HaltsProvider
 
ApplicationHaltsRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
ApplicationHaltsRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.ApplicationHaltsRule
 
apply(IItemFilter) - Method in interface org.openjdk.jmc.common.item.IItemCollection
Creates a new item collection with all items in this collection that pass through the filter.
apply(IPredicate<IItem>) - Method in interface org.openjdk.jmc.common.item.IItemIterable
Creates a new item iterable with all items in this iterable that pass through the filter.
arrayElement(int) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that returns a fixed element index from arrays.
ArrayToolkit - Class in org.openjdk.jmc.common.collection
Various methods that work with arrays.
ArrayToolkit() - Constructor for class org.openjdk.jmc.common.collection.ArrayToolkit
 
asExponentialStringBuilder(boolean) - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
asExponentialStringBuilder(boolean) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
asExponentialStringBuilder(boolean) - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
asExponentialStringBuilder(boolean) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
asExponentialStringBuilder(boolean) - Method in interface org.openjdk.jmc.common.unit.IPrefix
 
asIterable(IItemCollection) - Static method in class org.openjdk.jmc.common.item.ItemToolkit
Deprecated.
asWellKnownQuantity() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
asWellKnownQuantity() - Method in class org.openjdk.jmc.common.unit.LinearUnit.Custom
 
atomUnit - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
atomUnitName - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
attr(String, String, String, ContentType<T>) - Static method in class org.openjdk.jmc.common.item.Attribute
Obtain an attribute.
attr(String, String, ContentType<T>) - Static method in class org.openjdk.jmc.common.item.Attribute
Obtain an attribute.
attr(String, ContentType<T>) - Static method in class org.openjdk.jmc.common.item.Attribute
 
Attribute<T> - Class in org.openjdk.jmc.common.item
 
Attribute(String, String, String, ContentType<T>) - Constructor for class org.openjdk.jmc.common.item.Attribute
Protected constructor.
attribute - Variable in class org.openjdk.jmc.common.item.ItemFilters.AttributeFilter
 
AttributeFilter(PersistableItemFilter.Kind, ICanonicalAccessorFactory<M>) - Constructor for class org.openjdk.jmc.common.item.ItemFilters.AttributeFilter
 
AUTO - Static variable in interface org.openjdk.jmc.common.IDisplayable
Identifier for formatters suitable when many items are typically shown, such as tables, overviews, etc.
AutoBoxingRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
Rule that checks how much of the total allocation is caused by possible primitive to object conversion.
AutoBoxingRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AutoBoxingRule
 
AutoFormatter(LinearKindOfQuantity, String) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
AutoFormatter(LinearKindOfQuantity, String, double, double) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
AutoFormatter(LinearKindOfQuantity, String, String, double, double, int) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
avg(IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
avg(String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
avg(String, String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
avg(String, String, String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
avg(String, String, KindOfQuantity<?>, IAccessorFactory<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
Avg(String, String, ContentType<IQuantity>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.Avg
 
avg(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that calculates the average of the values from two accessors.
AVG_BLOCKED_TIME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
AVG_HEAP_USED_AFTER_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
AVG_HEAP_USED_BEFORE_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
AVG_IO_TIME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
AVG_JVM_TOTAL_CPU - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
AVG_JVM_USER_CPU - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
AvgConsumer(IMemberAccessor<? extends IQuantity, IItem>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.AvgConsumer
 

B

backwards(List<T>) - Static method in class org.openjdk.jmc.common.collection.ListToolkit
Iterate backwards over a list.
badQuantity - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
 
badString - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
badValue - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
 
baseToAtomFactor - Variable in class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
BEFORE_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
belowPrecision(T, T, IPersister<T>) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
belowPrecision(Q, Q) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
BFIterator<T> - Class in org.openjdk.jmc.flightrecorder.rules.tree.traversal
Iterates all nodes, breadth first.
BFIterator(ITreeNode<T>) - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.traversal.BFIterator
 
BFTreeVisitor<T> - Class in org.openjdk.jmc.flightrecorder.rules.tree.traversal
Breadth first visitor class.
BFTreeVisitor() - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.traversal.BFTreeVisitor
 
BIASED_LOCK_CLASS_REVOCATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
BIASED_LOCK_REVOCATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
BIASED_LOCK_SELF_REVOCATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
BIASED_LOCKING - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
BIASED_LOCKING_REVOCATIONS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
BIASED_REVOCATION_CLASS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
BIASED_REVOCATION_DISABLE_BIASING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
BIASED_REVOCATION_LOCK_CLASS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
BiasedLockingRevocationPauseRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.latency
 
BiasedLockingRevocationPauseRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationPauseRule
 
BiasedLockingRevocationRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.latency
This rule is making use of the new dedicated biased locking revocation events available in JDK 10/18.3.
BiasedLockingRevocationRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationRule
 
bigSelector - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
binaryNameToCanonical(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert a binary name to a canonical name, as defined in The Java Language Specification, Sections 6.7 and 13.1, respectively.
BinaryPrefix - Enum in org.openjdk.jmc.common.unit
Binary prefixes, as standardized by IEC.
BinaryScaleFactor - Class in org.openjdk.jmc.common.unit
 
BinaryUnitSelector - Class in org.openjdk.jmc.common.unit
 
BinaryUnitSelector(LinearKindOfQuantity) - Constructor for class org.openjdk.jmc.common.unit.BinaryUnitSelector
 
BinaryUnitSelector(LinearKindOfQuantity, Iterable<BinaryPrefix>) - Constructor for class org.openjdk.jmc.common.unit.BinaryUnitSelector
 
blend(Color, Color) - Static method in class org.openjdk.jmc.common.util.ColorToolkit
 
BLOCK_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
BLOCKING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
BOOLEAN_FLAG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
BOOLEAN_FLAG_CHANGED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
BooleanFilter(boolean) - Constructor for class org.openjdk.jmc.common.item.ItemFilters.BooleanFilter
 
BoundedList<T> - Class in org.openjdk.jmc.common.collection
Ordered bounded list that implements Iterable.
BoundedList(int) - Constructor for class org.openjdk.jmc.common.collection.BoundedList
Create a new bounded list.
BoundedList.INode<T> - Interface in org.openjdk.jmc.common.collection
The list elements are stored in nodes that takes care of the actual linking.
BREAKDOWN_COMPARATOR - Static variable in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor
 
BufferLostRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
BufferLostRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.BufferLostRule
 
build(InputStream) - Static method in class org.openjdk.jmc.common.io.ValidatingObjectInputStream
Create a new input stream for reading objects.
build(String, String, IAccessorFactory<K>, IItemConsumerFactory<C>, IPredicate<IType<IItem>>, GroupingAggregator.IGroupsFinisher<V, K, C>) - Static method in class org.openjdk.jmc.common.item.GroupingAggregator
 
build(String, String, IAccessorFactory<K>, IAggregator<?, C>, GroupingAggregator.IGroupsFinisher<V, K, C>) - Static method in class org.openjdk.jmc.common.item.GroupingAggregator
 
build(String, String, IAccessorFactory<K>, IItemConsumerFactory<C>, IPredicate<IType<IItem>>) - Static method in class org.openjdk.jmc.common.item.GroupingAggregator
 
build(String, String, IAccessorFactory<K>, IAggregator<IQuantity, C>, GroupingAggregator.IQuantityListFinisher<V>) - Static method in class org.openjdk.jmc.common.item.GroupingAggregator
 
build() - Method in class org.openjdk.jmc.common.item.ItemQueryBuilder
 
buildComparisonFilter(PersistableItemFilter.Kind, ICanonicalAccessorFactory<V>, V) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
buildEncapsulationTree(IItemCollection, boolean) - Static method in class org.openjdk.jmc.flightrecorder.rules.tree.ItemTreeBuilder
Builds a tree where events that wrap other events, time wise, are higher up in the hierarchy.
buildEncapsulationTree(IItemCollection, boolean, boolean) - Static method in class org.openjdk.jmc.flightrecorder.rules.tree.ItemTreeBuilder
Builds a tree where events that wrap other events, time wise, are higher up in the hierarchy.
buildEqualityFilter(PersistableItemFilter.Kind, ICanonicalAccessorFactory<V>, V) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
buildExistenceFilter(PersistableItemFilter.Kind, ICanonicalAccessorFactory<V>, V) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
buildMax(String, String, IAccessorFactory<?>, IAggregator<IQuantity, C>) - Static method in class org.openjdk.jmc.common.item.GroupingAggregator
 
buildReferenceTree(IItemCollection) - Static method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeModel
Creates and returns a ReferenceTreeModel object that represents the total reference tree created by Old Object Samples and their aggregated reference chains.
buildStringFilter(PersistableItemFilter.Kind, ICanonicalAccessorFactory<String>, String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
BYTE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 

C

cachePlain(int, String) - Method in class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
calculateApplicationHaltsRatio(IItemCollection) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.HaltsProvider
Calculates the ratio of all application pauses to the total time.
calculateBalanceScore(List<MapToolkit.IntEntry<T>>) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Calculates a balance for entries, where later elements get a higher relevance than earlier elements.
calculateFileHash(File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Calculates an MD5 hash on ten evenly distributed 1kB blocks from the file.
calculateGcHaltsRatio(IItemCollection, IQuantity, IQuantity) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.HaltsProvider
Calculates the ratio of GC pauses to the total time.
calculateGcPauseRatio(IItemCollection) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.HaltsProvider
Calculates the ratio of GC pauses to the total time.
calculateGroupingScore(IItemCollection, IAccessorFactory<T>) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Each group is represented by the number of elements that belong in that group, elements are grouped by accessor value.
calculateNewCapacity(int) - Method in class org.openjdk.jmc.common.collection.SimpleArray
 
CALLER - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
canonicalize(Attribute<T>) - Static method in class org.openjdk.jmc.common.item.Attribute
Set key as the canonical (and only allowed) attribute for its equivalence class.
cast(Object, Class<T>) - Static method in class org.openjdk.jmc.common.util.TypeHandling
Check if an object is of a specified type and cast it to that if possible.
CENTER_TIME - Static variable in interface org.openjdk.jmc.flightrecorder.JfrAttributes
 
centerContained(IMemberAccessor<? extends IRange<M>, T>, IRange<M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Return a predicate based on limit according to RangeMatchPolicy.CENTER_CONTAINED_IN_RIGHT_OPEN.
centerContainedIn(ICanonicalAccessorFactory<IRange<M>>, IRange<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
checkDuplicates(String) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.JvmInternalsDataProvider
Checks a set of JVM flags for any possible duplicates, including synonymous flags.
CHUNK_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
ChunkReader - Class in org.openjdk.jmc.flightrecorder.util
Provides an efficient means to read JFR data, chunk by chunk.
ChunkReader() - Constructor for class org.openjdk.jmc.flightrecorder.util.ChunkReader
 
clampedFloorIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the long value closest to the floor of the numerical quantity value that this quantity would have if expressed in the unit targetUnit.
clampedIntFloorIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the int value closest to the floor of the numerical quantity value that this quantity would have if expressed in the unit targetUnit.
clampedLongValueIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the long value closest to the numerical quantity value that this quantity would have if expressed in the unit targetUnit.
CLASS - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
CLASS_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CLASS_DEFINE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CLASS_DEFINE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CLASS_DEFINE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CLASS_DEFINED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CLASS_DEFINING_CLASSLOADER - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CLASS_DEFINING_CLASSLOADER_STRING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CLASS_INITIATING_CLASSLOADER - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CLASS_INITIATING_CLASSLOADER_STRING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CLASS_LOAD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CLASS_LOAD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CLASS_LOAD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CLASS_LOAD_OR_UNLOAD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CLASS_LOAD_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CLASS_LOAD_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CLASS_LOAD_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CLASS_LOADED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CLASS_LOADER - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
CLASS_LOADER_DATA - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CLASS_LOADER_EVENTS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CLASS_LOADER_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CLASS_LOADER_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CLASS_LOADING_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
CLASS_LOADING_TIME_SUM - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
CLASS_LOADING_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
CLASS_UNLOAD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CLASS_UNLOAD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CLASS_UNLOAD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CLASS_UNLOADED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
ClassEntry - Class in org.openjdk.jmc.flightrecorder.rules.jdk.util
 
ClassEntry(IMCType, int) - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.util.ClassEntry
 
CLASSES_LOADED_PERCENT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingLiveSetRule
 
ClassLeakingRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
This rule looks at the loaded classes to try to figure out if multiple classes with the same name has been loaded.
ClassLeakingRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLeakingRule
 
CLASSLOADER - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CLASSLOADER_LOADED_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CLASSLOADER_STRING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CLASSLOADER_UNLOADED_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
ClassLoadingRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
ClassLoadingRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLoadingRule
 
clear() - Method in class org.openjdk.jmc.common.collection.SimpleArray
Clear all elements.
closeSilently(Closeable) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Closes a closeable.
CODE_CACHE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CODE_CACHE_ADAPTORS_SEGMENTED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CODE_CACHE_ALLOCATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CODE_CACHE_CONFIG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CODE_CACHE_CONFIGURATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CODE_CACHE_ENTRIES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CODE_CACHE_ENTRIES_SEGMENTED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CODE_CACHE_FULL - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CODE_CACHE_FULL - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CODE_CACHE_FULL - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CODE_CACHE_FULL_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
CODE_CACHE_METHODS_SEGMENTED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CODE_CACHE_RESERVED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CODE_CACHE_RESULT_ID - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule
 
CODE_CACHE_SIZE_INFO_PERCENT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule
 
CODE_CACHE_SIZE_WARN_PERCENT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule
 
CODE_CACHE_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CODE_CACHE_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CODE_CACHE_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
CODE_CACHE_UNALLOCATED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CODE_CACHE_UNALLOCATED_SEGMENTED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CODE_HEAP - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CODE_SWEEPER_CONFIG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CODE_SWEEPER_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CODE_SWEEPS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CodeCacheRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.compilation
 
CodeCacheRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule
 
CollectorType - Enum in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
ColorToolkit - Class in org.openjdk.jmc.common.util
Toolkit for working with AWT colors.
ColumnInfo - Interface in org.openjdk.jmc.flightrecorder.rules.jdk.util
Metadata for the columns in an IItemResultSet.
Combinable<T> - Interface in org.openjdk.jmc.flightrecorder.rules.jdk.combine
Interface for objects that can be combined with another object.
combine(IConstraint<?>) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
combine(IConstraint<?>) - Method in interface org.openjdk.jmc.common.unit.IConstraint
Return a constraint that honors both this constraint and other, if such a constraint would accept anything except null.
combine(IConstraint<?>) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
combine(IConstraint<?>) - Method in class org.openjdk.jmc.common.unit.WrappingPersister
 
combine(T[]) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.Combiner
Combine an array of Combinable objects.
combineNonSame(ComparableConstraint<T>) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
Combine with other ComparableConstraint known not to be the same instance, but having the same persister.
Combiner - Class in org.openjdk.jmc.flightrecorder.rules.jdk.combine
Utility class for combining Combinable objects.
Combiner() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.combine.Combiner
 
combineWith(T) - Method in interface org.openjdk.jmc.flightrecorder.rules.jdk.combine.Combinable
Combine this object with another object if it is possible and return a combined object.
combineWith(SpanLimit) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanLimit
 
combineWith(SpanSquare) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanSquare
 
COMMAND_LINE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
COMMITTED_TOP - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
commonUnits - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
COMPACT_STRINGS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
ComparableConstraint<T extends Comparable<T>> - Class in org.openjdk.jmc.common.unit
A constraint that wraps a persister for Comparable values, and constrains the allowed values with minimum and maximum values.
ComparableConstraint(IPersister<T>, T, T) - Constructor for class org.openjdk.jmc.common.unit.ComparableConstraint
 
CompareCpuRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.cpu
 
CompareCpuRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.CompareCpuRule
 
compareTo(MapToolkit.IntEntry<K>) - Method in class org.openjdk.jmc.common.collection.MapToolkit.IntEntry
 
compareTo(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
compareTo(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
compareTo(LinearUnit) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
compareTo(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
compareTo(ClassEntry) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.util.ClassEntry
 
COMPILATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
COMPILATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
COMPILATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
COMPILATIONS_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
COMPILATIONS_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
COMPILER_CODE_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
COMPILER_COMPILATION_ID - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
COMPILER_COMPILATION_LEVEL - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
COMPILER_COMPILATION_SUCCEEDED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
COMPILER_CONFIG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
COMPILER_FAILED_MESSAGE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
COMPILER_FAILURE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
COMPILER_FAILURE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
COMPILER_FAILURE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
COMPILER_INLINED_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
COMPILER_IS_OSR - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
COMPILER_METHOD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
COMPILER_METHOD_STRING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
COMPILER_OSR_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
COMPILER_PHASE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
COMPILER_STANDARD_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
COMPILER_STATS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
COMPILER_STATS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
COMPILER_STATS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
compositeElement(String) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that returns a specified value from CompositeData instances.
CompositeKey - Class in org.openjdk.jmc.common.util
A class that can be used to combine multiple objects as one key.
CompositeKey(Object[]) - Constructor for class org.openjdk.jmc.common.util.CompositeKey
 
COMPRESSED_OOPS_MODE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
CompressedOopsRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
CompressedOopsRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.CompressedOopsRule
 
computeValue(K) - Method in class org.openjdk.jmc.common.collection.KeyInValueMap
This method must be overridden in subclasses so that values can be computed for missing keys.
concat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
concat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
concat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
concat(IScalarAffineTransform) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
Concatenate this transform with innerTransform, such that applying the resulting transform is equivalent to first applying innerTransform and then applying this transform on the resulting value.
concat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
concat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
concat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
concat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
concat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
Concatenate (that is, multiply) this scale factor with innerFactor.
concat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
CONCURRENT_GC_THREAD_COUNT_MIN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
CONCURRENT_GC_THREADS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CONCURRENT_MODE_FAILURE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CONCURRENT_MODE_FAILURE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CONCURRENT_MODE_FAILURE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
conflictingConstraints(Object, String) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
constant(V) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that always return the same value.
constrain(IConstraint<U>, String, String) - Static method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
constrain(IConstraint<U>, U, U) - Static method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
constraints - Variable in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
consume(IItem) - Method in class org.openjdk.jmc.common.item.Aggregators.AdvancedMinMaxConsumer
 
consume(IItem) - Method in class org.openjdk.jmc.common.item.Aggregators.AvgConsumer
 
consume(IItem) - Method in class org.openjdk.jmc.common.item.Aggregators.CountConsumer
 
consume(IItem) - Method in class org.openjdk.jmc.common.item.Aggregators.MinMaxConsumer
 
consume(IItem) - Method in class org.openjdk.jmc.common.item.Aggregators.SetConsumer
 
consume(IItem) - Method in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
consume(IItem) - Method in interface org.openjdk.jmc.common.item.IItemConsumer
Consumes another item.
contains(ICanonicalAccessorFactory<String>, String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
contains(IMemberAccessor<? extends String, T>, String) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that checks if a string value contains a specified substring.
ContentType<T> - Class in org.openjdk.jmc.common.unit
A content type describes what kind of data a value is.
ContentType(String, String) - Constructor for class org.openjdk.jmc.common.unit.ContentType
 
CONTEXT_SWITCH_RATE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CONTEXT_SWITCH_RATE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CONTEXT_SWITCH_WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.ContextSwitchRule
 
ContextSwitchRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.latency
 
ContextSwitchRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.latency.ContextSwitchRule
 
convertTo(long) - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
convertTo(float) - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
convertTo(double) - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
convertToTypes(IItemFilter, List<IType<IItem>>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
copy(InputStream, OutputStream) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Copy all data from an input stream to an output stream.
copy(InputStream, OutputStream, int) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Copy all data from an input stream to an output stream.
copyFile(File, File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Copies srcFile to targetFile.
copyTo(T[], int) - Method in class org.openjdk.jmc.common.collection.SimpleArray
Copy all elements from the backing array to another array.
COREDUMP_SCORE - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DumpReasonRule
 
CouldNotLoadRecordingException - Exception in org.openjdk.jmc.flightrecorder
General exception class for errors occurring when attempting to load a flight recording file.
CouldNotLoadRecordingException() - Constructor for exception org.openjdk.jmc.flightrecorder.CouldNotLoadRecordingException
 
CouldNotLoadRecordingException(String) - Constructor for exception org.openjdk.jmc.flightrecorder.CouldNotLoadRecordingException
 
CouldNotLoadRecordingException(Throwable) - Constructor for exception org.openjdk.jmc.flightrecorder.CouldNotLoadRecordingException
 
count - Variable in class org.openjdk.jmc.common.item.Aggregators.AvgConsumer
 
count() - Static method in class org.openjdk.jmc.common.item.Aggregators
 
count(String, String) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
count(IType<?>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
count(IItemFilter) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
count(String, String, IItemFilter) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
COUNT - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CountConsumer() - Constructor for class org.openjdk.jmc.common.item.Aggregators.CountConsumer
 
countDistinct(String, String, IAccessorFactory<T>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
CPU_DESCRIPTION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
CPU_DESCRIPTION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CPU_INFORMATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CPU_INFORMATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CPU_LOAD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
CPU_LOAD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
CPU_TYPE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
CPU_TYPE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
CPU_USAGE_DETAILED_GRAPH_QUERY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CPU_USAGE_SIMPLE_QUERY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
CPU_WINDOW_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.FewSampledThreadsRule
 
CRASH_SCORE - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DumpReasonRule
 
create(IStateful) - Static method in class org.openjdk.jmc.common.util.StatefulState
Create a new instance.
create(String, String, String[], String, List<ValueField>) - Method in interface org.openjdk.jmc.flightrecorder.parser.IEventSinkFactory
Create a new event sink for an event type.
createChild(String) - Method in interface org.openjdk.jmc.common.IWritableState
Creates a new child node.
createDocumentBuildFactoryInstance() - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Create a document builder factory with safe settings.
createElement(Element, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Adds a child element with the name tagName to the parent and returns the new child element.
createInfinite(IQuantity, IQuantity) - Static method in class org.openjdk.jmc.common.unit.QuantityRange
Create an IRange<IQuantity> if start and end both are non-null.
createIntMap(int, float) - Static method in class org.openjdk.jmc.common.collection.MapToolkit
Create a map for storing integers based on a given key type.
createNewDocument(String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Creates a new empty XML document.
createPoint(IQuantity) - Static method in class org.openjdk.jmc.common.unit.QuantityRange
 
createRangeFilter(IItem) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Creates a range filter for an event.
createReport(File) - Static method in class org.openjdk.jmc.flightrecorder.rules.report.html.JfrHtmlRulesReport
Read a JFR file and create an HTML report
createReport(InputStream) - Static method in class org.openjdk.jmc.flightrecorder.rules.report.html.JfrHtmlRulesReport
Read JFR data and create an HTML report
createReport(IItemCollection) - Static method in class org.openjdk.jmc.flightrecorder.rules.report.html.JfrHtmlRulesReport
Create an HTML report from the provided IItemCollection
createResultSet(IItemCollection, IItemQuery) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.util.ItemResultSetFactory
 
createSAXParserFactory() - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Create a SAX parser factory with safe settings.
createThreadsAndRangesFilter(IItemCollection) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Creates a thread and range filter for a set of related events.
createTransformerFactory() - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Create a transformer factory with safe settings.
createUnitSelector(LinearKindOfQuantity, Iterable<BinaryPrefix>) - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
createUnitSelector(LinearKindOfQuantity, Iterable<DecimalPrefix>) - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
createUnitSelector(LinearKindOfQuantity, Iterable<P>) - Method in interface org.openjdk.jmc.common.unit.IPrefix
 
createWithEnd(IQuantity, IQuantity) - Static method in class org.openjdk.jmc.common.unit.QuantityRange
 
createWithExtent(IQuantity, ITypedQuantity<LinearUnit>) - Static method in class org.openjdk.jmc.common.unit.QuantityRange
 
createWithNegPreOffset(double, Number) - Static method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
createWithPostOffset(double, Number) - Static method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
createWithPreOffset(double, Number) - Static method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
createWriter(String) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Create a new writable state.
Custom(LinearKindOfQuantity, String, ScaleFactor, LinearUnit, String, String, String...) - Constructor for class org.openjdk.jmc.common.unit.LinearUnit.Custom
 
customParseInteractive(String) - Method in class org.openjdk.jmc.common.unit.LinearUnit
Parse an interactive string, like KindOfQuantity.parseInteractive(String), with the addition that this unit is accepted, even if not generally by the kind of quantity.
CustomUnitSelector - Class in org.openjdk.jmc.common.unit
 
CustomUnitSelector(LinearKindOfQuantity, LinearKindOfQuantity.LinearUnitSelector, Collection<LinearUnit>, LinearKindOfQuantity.LinearUnitSelector, SortedSet<ITypedQuantity<LinearUnit>>) - Constructor for class org.openjdk.jmc.common.unit.CustomUnitSelector
 

D

DAY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
DEBUG_NON_SAFEPOINTS_IMPLICITLY_ENABLED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
DebugNonSafepointsRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
DebugNonSafepointsRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.DebugNonSafepointsRule
 
DecimalPrefix - Enum in org.openjdk.jmc.common.unit
Decimal prefixes, as standardized by SI.
DecimalScaleFactor - Class in org.openjdk.jmc.common.unit
 
DecimalScaleFactor(int) - Constructor for class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
DecimalUnitSelector - Class in org.openjdk.jmc.common.unit
 
DecimalUnitSelector(LinearKindOfQuantity) - Constructor for class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
DecimalUnitSelector(LinearKindOfQuantity, LinearUnit) - Constructor for class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
DecimalUnitSelector(LinearKindOfQuantity, Iterable<DecimalPrefix>) - Constructor for class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
decode(String) - Static method in class org.openjdk.jmc.common.util.ColorToolkit
Decode a string created by ColorToolkit.encode(Color) and create a corresponding color instance.
decodeJavaVersion(String) - Static method in class org.openjdk.jmc.common.version.JavaVMVersionToolkit
Since Sun decided not to have java.specification.version as a performance counter, we need to try to decode the specification version from the VM version.
DEFAULT_VALUES - Static variable in interface org.openjdk.jmc.common.util.IPreferenceValueProvider
A default implementation that only returns the default value for each preference.
density - Variable in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanSquare
 
detach() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.TreeNode
Detach this node from its parent.
DFIterator<T> - Class in org.openjdk.jmc.flightrecorder.rules.tree.traversal
Iterates all nodes, depth first.
DFIterator(ITreeNode<T>) - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.traversal.DFIterator
 
DFTreeVisitor<T> - Class in org.openjdk.jmc.flightrecorder.rules.tree.traversal
Depth first visitor.
DFTreeVisitor() - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.traversal.DFTreeVisitor
 
DIAGNOSTIC_COMMANDS_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
difference(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that subtracts values of one accessor from the values of another accessor.
DiscouragedGcOptionsRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
DiscouragedGcOptionsRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.DiscouragedGcOptionsRule
 
DiscouragedVmOptionsRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
DiscouragedVmOptionsRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.DiscouragedVmOptionsRule
 
DisplayFormatter<T> - Class in org.openjdk.jmc.common.unit
A display formatter is basically an identifier that tells a user interface widget how the unit should be formatted, e.g.
DisplayFormatter(ContentType<T>, String, String) - Constructor for class org.openjdk.jmc.common.unit.DisplayFormatter
 
displayUsing(String) - Method in interface org.openjdk.jmc.common.IDisplayable
Format this object for display purposes, preferably using the formatter hinted by formatHint.
displayUsing(String) - Method in class org.openjdk.jmc.common.unit.QuantityRange
 
distinct(IAttribute<T>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
distinct(String, IAccessorFactory<T>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
distinctAsString(String, IAttribute<String>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
distinctAsString(IAttribute<String>, String) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
distinctAsString(IAttribute<String>, String, String, String) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
DMSIncidentRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
DMSIncidentRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.DMSIncidentRule
 
doGetAccessor(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.FieldAggregatorBase
 
DOUBLE_FLAG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
DOUBLE_FLAG_CHANGED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
doubleMult() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
doubleValue() - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value of this quantity as a double.
doubleValueIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value that this quantity would have if expressed in the unit targetUnit, as a double.
DualUnitFormatter(LinearKindOfQuantity, String, String) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.DualUnitFormatter
 
DualUnitFormatter(LinearKindOfQuantity, String, String, LinearUnit) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.DualUnitFormatter
 
DualUnitFormatter(LinearKindOfQuantity, String, String, TypedUnit.UnitSelector<LinearUnit>) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.DualUnitFormatter
 
DualUnitFormatter(LinearKindOfQuantity, String, String, TypedUnit.UnitSelector<LinearUnit>, LinearUnit) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity.DualUnitFormatter
 
DUMP_ON_EXIT_WITHOUT_DEFAULTRECORDING_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
DUMP_REASON - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
DUMP_REASON - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
DUMP_REASON - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
DUMP_REASON_RECORDING_ID - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
DumpReasonRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
DumpReasonRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.DumpReasonRule
 
DuplicateFlagsRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
DuplicateFlagsRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.DuplicateFlagsRule
 
DURATION - Static variable in interface org.openjdk.jmc.flightrecorder.JfrAttributes
 
DYNAMIC_JFR_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 

E

EARLIEST_JDK_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
elements() - Method in class org.openjdk.jmc.common.collection.SimpleArray
Get an array with all elements.
EMPTY_STRING_ARRAY - Static variable in interface org.openjdk.jmc.common.unit.IUnit
 
emptyWithSameConstraints() - Method in interface org.openjdk.jmc.common.unit.IConstrainedMap
Create an empty mutable map, with the same initial constraints as this map.
emptyWithSameConstraints() - Method in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
encode(Color) - Static method in class org.openjdk.jmc.common.util.ColorToolkit
Encode a color as a hexadecimal string starting with '#'.
encodeFilename(String) - Static method in class org.openjdk.jmc.common.util.StringToolkit
Encode a string so that it becomes safe to use as a file name.
end - Variable in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanLimit
 
end - Variable in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanSquare
 
END_TIME - Static variable in interface org.openjdk.jmc.flightrecorder.JfrAttributes
 
endTime - Variable in class org.openjdk.jmc.flightrecorder.rules.tree.Range
 
ENGINEERING_NOTATION_IDENTIFIER - Static variable in class org.openjdk.jmc.common.unit.DisplayFormatter
 
englishName - Variable in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
ENTRIES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
Entry(K) - Constructor for class org.openjdk.jmc.common.collection.EntryHashMap.Entry
Create an entry.
EntryHashMap<K,V extends EntryHashMap.Entry<K>> - Class in org.openjdk.jmc.common.collection
A map of Entry values (containing the key and the value) that can be subclassed to allow mapping of mutable values.
EntryHashMap(int, float) - Constructor for class org.openjdk.jmc.common.collection.EntryHashMap
Create a new map.
EntryHashMap.Entry<K> - Class in org.openjdk.jmc.common.collection
An entry in an EntryHashMap.
ENVIRONMENT_KEY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
ENVIRONMENT_VALUE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
ENVIRONMENT_VARIABLE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
ENVIRONMENT_VARIABLE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
ENVIRONMENT_VARIABLE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
ENVIRONMENT_VARIABLES_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
EPOCH_MS - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
EPOCH_NS - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
EPOCH_S - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
equals(Object) - Method in class org.openjdk.jmc.common.collection.MapToolkit.IntEntry
 
equals(ICanonicalAccessorFactory<M>, M) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.LinearUnit.Custom
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
equals(Object) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
equals(Object) - Method in class org.openjdk.jmc.common.util.CompositeKey
 
equals(Object) - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCClassLoader
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCFrame
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCMethod
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCOldObject
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCPackage
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCStackTrace
 
equals(Object) - Method in class org.openjdk.jmc.common.util.MCType
 
equals(Object) - Method in class org.openjdk.jmc.common.util.Pair
 
equals(IMemberAccessor<?, T>, Object) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that checks if a value is equal to a specified object.
equals(Object) - Method in class org.openjdk.jmc.common.util.TypedPreference
 
equals(Object) - Method in class org.openjdk.jmc.common.version.JavaVersion
 
equals(Object) - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
equals(Object) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.util.ClassEntry
 
equals(Object) - Method in class org.openjdk.jmc.flightrecorder.stacktrace.FrameSeparator
 
equals(Object) - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel
 
ERROR_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
ERROR_INFO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ErrorRule
 
ERROR_WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ErrorRule
 
ERROR_WINDOW_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ErrorRule
 
ErrorRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.exceptions
 
ErrorRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ErrorRule
 
ERRORS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
ERRORS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
ERRORS_THROWN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
escapeAll(String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
 
escapeTagContent(String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
 
evaluate(T) - Method in interface org.openjdk.jmc.common.IPredicate
Tests an object.
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.AbstractRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in interface org.openjdk.jmc.flightrecorder.rules.IRule
Gets a future representing the result of the evaluation of this rule.
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.HighJvmCpuRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.ManyRunningProcessesRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ErrorRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ExceptionRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.FatalErrorRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.BufferLostRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLeakingRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLoadingRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DebugNonSafepointsRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DiscouragedGcOptionsRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DiscouragedVmOptionsRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DMSIncidentRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DumpReasonRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DuplicateFlagsRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.FlightRecordingSupportRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ManagementAgentRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.OptionsCheckRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInArgumentsRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInEnvironmentRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInSystemPropertiesRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.RecordingSettingsRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.StackDepthSettingRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.VerifyNoneRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileReadRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileWriteRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketReadRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketWriteRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationPauseRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.ContextSwitchRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.JavaBlockingRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.MethodProfilingRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.VMOperationRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByClassRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByThreadRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.CompressedOopsRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcLockerRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcStallRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapContentRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapInspectionRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HighGcRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingLiveSetRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingMetaspaceLiveSetRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LongGcPauseRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LowOnPhysicalMemoryRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.MetaspaceOomRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.SystemGcRule
 
evaluate(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.TlabAllocationRatioRule
 
evaluateParallel(Collection<IRule>, IItemCollection, IPreferenceValueProvider, int) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Evaluates a collection of rules in parallel threads.
evaluationTask - Variable in class org.openjdk.jmc.flightrecorder.rules.AbstractRule
 
EVENT_STACKTRACE - Static variable in interface org.openjdk.jmc.flightrecorder.JfrAttributes
 
EVENT_THREAD - Static variable in interface org.openjdk.jmc.flightrecorder.JfrAttributes
 
EVENT_THREAD_GROUP_NAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
EVENT_THREAD_ID - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
EVENT_THREAD_NAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
EVENT_TIMESTAMP - Static variable in interface org.openjdk.jmc.flightrecorder.JfrAttributes
 
EVENT_TYPE - Static variable in interface org.openjdk.jmc.flightrecorder.JfrAttributes
 
EVENT_TYPE_ID - Static variable in interface org.openjdk.jmc.flightrecorder.JfrAttributes
 
EXACT - Static variable in interface org.openjdk.jmc.common.IDisplayable
Identifier for formatters which shows the value with maximum known precision, but still only as one value.
ExactFormatter(KindOfQuantity<U>) - Constructor for class org.openjdk.jmc.common.unit.KindOfQuantity.ExactFormatter
 
ExactFormatter(KindOfQuantity<U>, String) - Constructor for class org.openjdk.jmc.common.unit.KindOfQuantity.ExactFormatter
 
EXCEPTION_MESSAGE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
EXCEPTION_THROWABLES_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
EXCEPTION_THROWNCLASS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
EXCEPTION_THROWNCLASS_NAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
ExceptionRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.exceptions
 
ExceptionRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ExceptionRule
 
EXCEPTIONS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
EXCEPTIONS_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
EXCEPTIONS_INFO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ExceptionRule
 
EXCEPTIONS_THROWN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
EXCEPTIONS_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
EXCEPTIONS_WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ExceptionRule
 
ExceptionToolkit - Class in org.openjdk.jmc.common.util
Toolkit for working with exceptions.
ExceptionToolkit() - Constructor for class org.openjdk.jmc.common.util.ExceptionToolkit
 
EXCLUDED_ERRORS_REGEXP - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ErrorRule
 
EXCLUDED_THREADS_REGEXP - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.JavaBlockingRule
 
excludeEvents(Collection<String>) - Static method in class org.openjdk.jmc.flightrecorder.parser.filter.OnLoadFilters
Filter that disallows a specified set of events.
excludeEvents(Pattern) - Static method in class org.openjdk.jmc.flightrecorder.parser.filter.OnLoadFilters
Filter that disallows a specified set of events.
EXECUTION_SAMPLE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
EXECUTION_SAMPLE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
EXECUTION_SAMPLE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
EXECUTION_SAMPLE_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
EXECUTION_SAMPLING_INFO_EVENT_ID - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
EXPANSION_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
EXPLICIT_GC_CONCURRENT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
EXPLICIT_GC_CONCURRENT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
EXPLICIT_GC_DISABLED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
EXPLICIT_GC_DISABLED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
exponentialBaseUnit - Variable in class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
EXPORTED_PACKAGE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
EXPORTING_MODULE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 

F

FAILED - Static variable in class org.openjdk.jmc.flightrecorder.rules.Result
 
fallback - Variable in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
falsePredicate() - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
 
FastAccessNumberMap<T> - Class in org.openjdk.jmc.common.collection
A map from long to T.
FastAccessNumberMap() - Constructor for class org.openjdk.jmc.common.collection.FastAccessNumberMap
Constructs a map with O(1) access up to index 5000.
FastAccessNumberMap(int, int) - Constructor for class org.openjdk.jmc.common.collection.FastAccessNumberMap
Constructs a map with O(1) access up to index pageSize*maxPageCount.
FatalErrorRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.exceptions
 
FatalErrorRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.FatalErrorRule
 
FEW_GCS_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcFreedRatioRule
 
FewSampledThreadsRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
FewSampledThreadsRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.FewSampledThreadsRule
 
fieldDescToBinaryJLS(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert a field descriptor according to The Java Virtual Machine Specification, Section 4.3.2, into a binary Java type name according to The Java Language Specification, Section 13.1.
fieldDescToBinaryJLS(CharSequence, int, Appendable) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert the field descriptor, according to The Java Virtual Machine Specification, Section 4.3.2, starting at position start in desc, into a binary Java type name according to The Java Language Specification, Section 13.1.
FILE_IO_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
FILE_OR_SOCKET_IO - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
FILE_READ - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
FILE_READ - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
FILE_READ - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
FILE_READ_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
FILE_READ_LONGEST - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
FILE_READ_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
FILE_WRITE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
FILE_WRITE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
FILE_WRITE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
FILE_WRITE_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
FILE_WRITE_LONGEST - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
FILE_WRITE_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
FileReadRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.io
 
FileReadRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileReadRule
 
FileWriteRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.io
 
FileWriteRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileWriteRule
 
filter(T[], List<Integer>) - Static method in class org.openjdk.jmc.common.collection.ArrayToolkit
Filter specified indexes from an array.
filter(Iterator<T>, IPredicate<? super T>) - Static method in class org.openjdk.jmc.common.collection.IteratorToolkit
Wrap an iterator in a new iterator that filters out values based on a predicate.
filter(IAggregator<V, ?>, IItemFilter) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
filter(String, String, IAggregator<V, C>, IItemFilter) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
FilterExtension - Class in org.openjdk.jmc.flightrecorder.parser.filter
Parser extension for skipping event types that should be filtered out using a IOnLoadFilter.
FilterExtension(IOnLoadFilter) - Constructor for class org.openjdk.jmc.flightrecorder.parser.filter.FilterExtension
 
findMatches(String, IItemCollection, IAttribute<String>, String, boolean) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Finds items of a specific type where the given attribute has a value matching that of the provided match string.
first(IAttribute<V>) - Static method in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
Aggregator for getting the first value, ie.
FIRST_ITEM_END - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
FIRST_ITEM_START - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
FLAG - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
FLAG_NAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
FLAG_ORIGIN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
FLAG_VALUE_BOOLEAN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
FLAG_VALUE_NUMBER - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
FLAG_VALUE_TEXT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
FlightRecordingSupportRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
FlightRecordingSupportRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.FlightRecordingSupportRule
 
floorQuantize(ITypedQuantity<LinearUnit>) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
floorQuantize(long, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
floorQuantize(double, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
floorQuantize(long, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
floorQuantize(double, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
floorQuantize(long, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
floorQuantize(double, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
FLR_DATA_LOST - Static variable in interface org.openjdk.jmc.flightrecorder.JfrAttributes
 
FLR_DATA_LOST_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
flush() - Method in interface org.openjdk.jmc.flightrecorder.parser.IEventSinkFactory
Called when all events have been sent to the event sinks.
forConsumer(IItemConsumerFactory<C>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
forConsumer(IItemConsumerFactory<C>, IPredicate<IType<IItem>>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
format(T) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
format(T) - Method in class org.openjdk.jmc.common.unit.DisplayFormatter
 
format(T) - Method in interface org.openjdk.jmc.common.unit.IFormatter
 
format(IQuantity) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity.ExactFormatter
 
format(Number, IUnit) - Static method in class org.openjdk.jmc.common.unit.KindOfQuantity
Convenience method (possibly temporary) until type parameters has settled.
format(IQuantity) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity.VerboseFormatter
 
format(IQuantity) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
format(IQuantity) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.DualUnitFormatter
 
FORMAT_ARRAY_INFO - Static variable in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
FORMAT_FIELD - Static variable in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
FORMAT_OTHER_MODIFIERS - Static variable in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
FORMAT_PACKAGE - Static variable in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
FORMAT_STATIC_MODIFIER - Static variable in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
formatAdjacent(IQuantity, IQuantity) - Method in interface org.openjdk.jmc.common.unit.IIncrementalFormatter
Return a string representation of current that is minimalistic, yet includes sufficient context so that a human can deduce its full value, given that a sufficient representation of previous is presented immediately ahead.
formatContext(IQuantity) - Method in interface org.openjdk.jmc.common.unit.IIncrementalFormatter
Return a string context that can be presented ahead of presenting firstPresented so that the latter can be presented with a minimalistic representation using formatChange(firstPresented, firstPresented).
formatFrame(IMCFrame, FrameSeparator) - Static method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceFormatToolkit
Return a text representation of a frame with only the information that is relevant according to the frame categorization.
formatFrame(IMCFrame, FrameSeparator, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceFormatToolkit
Return a text representation of a frame with only the information that is relevant according to the frame categorization.
formatInUnit(IQuantity, LinearUnit, int) - Static method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
formatQualifiedName(IMCPackage, String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Create a fully qualified class name based on a package.
FormatThreadLocal<T extends Format> - Class in org.openjdk.jmc.common.util
Thread local implementation to use prototypes of Format subclasses that are not thread safe by themselves.
FormatThreadLocal(T) - Constructor for class org.openjdk.jmc.common.util.FormatThreadLocal
Create a new thread local formatter generator.
FormatToolkit - Class in org.openjdk.jmc.common.util
Methods for formatting IMC* instances.
FormatToolkit() - Constructor for class org.openjdk.jmc.common.util.FormatToolkit
 
formatWithFixedFraction(Number, LinearUnit, int) - Static method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
formatWithUnit(Number, LinearUnit, int) - Static method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
FrameSeparator - Class in org.openjdk.jmc.flightrecorder.stacktrace
Helper class used to compare stacktrace frames when grouping them into different branches in the stacktrace model.
FrameSeparator(FrameSeparator.FrameCategorization, boolean) - Constructor for class org.openjdk.jmc.flightrecorder.stacktrace.FrameSeparator
 
FrameSeparator.FrameCategorization - Enum in org.openjdk.jmc.flightrecorder.stacktrace
 
fromBoolean(Boolean) - Static method in enum org.openjdk.jmc.common.IMCStackTrace.TruncationState
Get the correct truncation state enum value based on a Boolean value.
fromDate(Date) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
Convert a Date instance to a IQuantity, preserving null.
fromWhere(IItemFilter) - Static method in class org.openjdk.jmc.common.item.ItemQueryBuilder
 
fromXMLFile(File) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read an XML document from a file and return its structure as a state.
fromXMLString(String) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read an XML document from a string and return its structure as a state.
FULL_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 

G

GARBAGE_COLLECTION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
GARBAGE_COLLECTION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
GARBAGE_COLLECTION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GARBAGE_COLLECTION_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
GC_CAUSE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_CLASSSPACE_COMMITTED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_CLASSSPACE_RESERVED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_CLASSSPACE_USED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_COLLECTOR_G1_GARBAGE_COLLECTION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_COLLECTOR_OLD_GARBAGE_COLLECTION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_COLLECTOR_PAROLD_GARBAGE_COLLECTION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_COLLECTOR_YOUNG_GARBAGE_COLLECTION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_CONF - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_CONF_SURVIVOR - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_CONF_TLAB - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_CONF_YOUNG_GENERATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_CONFIG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
GC_CONFIGURATION_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
GC_DATASPACE_COMMITTED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_DATASPACE_RESERVED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_DATASPACE_USED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_DETAILED_ALLOCATION_REQUIRING_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_DETAILED_EVACUATION_FAILED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_DETAILED_EVACUATION_INFO - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_DETAILED_OBJECT_COUNT_AFTER_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_DETAILED_PROMOTION_FAILED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_G1_ADAPTIVE_IHOP - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_G1_BASIC_IHOP - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_G1_EVACUATION_OLD_STATS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_G1_EVACUATION_YOUNG_STATS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_G1_HEAP_REGION_INFORMATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_G1_HEAP_REGION_TYPE_CHANGE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_G1MMU - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_HEAP_PS_SUMMARY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_HEAPSPACE_COMMITTED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_HEAPSPACE_RESERVED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_ID - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_LOCKER_RATIO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcLockerRule
 
GC_LONGEST_PAUSE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_METASPACE_ALLOCATION_FAILURE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_METASPACE_CAPACITY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_METASPACE_CHUNK_FREE_LIST_SUMMARY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_METASPACE_COMMITTED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_METASPACE_GC_THRESHOLD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_METASPACE_RESERVED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_METASPACE_USED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_NAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_PAUSE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
GC_PAUSE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
GC_PAUSE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_PAUSE_INFO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LongGcPauseRule
 
GC_PAUSE_L1 - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_PAUSE_L2 - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_PAUSE_L3 - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_PAUSE_L4 - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_PAUSE_PHASE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
GC_PHASE_NAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_REFERENCE_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
GC_ROOT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_SUM_OF_PAUSES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_THRESHOLD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_TIME_RATIO - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GC_TIME_RATIO_MIN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
GC_WHEN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
GcFreedRatioRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
Rule that checks how much memory was freed per second, and compares that to the liveset.
GcFreedRatioRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcFreedRatioRule
 
gcHaltsRatioFunction() - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.HaltsProvider
 
GcLockerRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
GcLockerRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcLockerRule
 
GcPauseRatioRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
GcPauseRatioRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcPauseRatioRule
 
GcStallRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
GcStallRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcStallRule
 
get(long) - Method in class org.openjdk.jmc.common.collection.FastAccessNumberMap
Get the value at an index.
get(K, boolean) - Method in class org.openjdk.jmc.common.collection.KeyInValueMap
Get the value for a key and optionally compute a new value if it is not already present in the map.
get(int) - Method in class org.openjdk.jmc.common.collection.SimpleArray
Get the element at the specified index.
get(int) - Static method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
get(int) - Static method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
get(K) - Method in interface org.openjdk.jmc.common.unit.IConstrainedMap
Get the mapped value for key, or null if no value is currently mapped.
get(K) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
get(double) - Static method in enum org.openjdk.jmc.flightrecorder.rules.Severity
 
getAccessor(IType<T>) - Method in interface org.openjdk.jmc.common.item.IAccessorFactory
Gets the accessor for specified type.
getAccessor(IType<T>) - Method in interface org.openjdk.jmc.common.item.ICanonicalAccessorFactory
 
getAccessor(IAccessorKey<M>) - Method in interface org.openjdk.jmc.common.item.IType
Internal low-level mechanism for retrieving a member accessor for a type, or null if not available.
getAccessor(IAccessorKey<M>) - Method in class org.openjdk.jmc.common.unit.ContentType
 
getAccessor(IAccessorKey<M>) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
getAccessor(IAccessorKey<M>) - Method in class org.openjdk.jmc.common.unit.StructContentType
 
getAccessorKeys() - Method in interface org.openjdk.jmc.common.item.IType
Get keys for the accessors that this type knows of.
getAccessorKeys() - Method in class org.openjdk.jmc.common.unit.ContentType
 
getAccessorKeys() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
getAccessorKeys() - Method in class org.openjdk.jmc.common.unit.StructContentType
 
getAddress() - Method in interface org.openjdk.jmc.common.IMCOldObject
The address of the object, used for identity purposes.
getAddress() - Method in class org.openjdk.jmc.common.util.MCOldObject
 
getAddress() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getAggregate(IAggregator<V, C>) - Method in interface org.openjdk.jmc.common.item.IItemCollection
Calculates an aggregated value for the items in this collection.
getAggregators() - Method in interface org.openjdk.jmc.common.item.IItemQuery
 
getAlignmentLog1024(long) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
The base 1024 logarithm of the binary alignment of value.
getAlignmentLog1024(double) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
The base 1024 logarithm of the binary alignment of value.
getAlignmentLog2(long) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
The base 2 logarithm of the binary alignment of value.
getAlignmentLog2(double) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
The base 2 logarithm of the binary alignment of value.
getAllContentTypes() - Static method in class org.openjdk.jmc.common.unit.UnitLookup
 
getAllTopics() - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Retrieves all topics that have rules associated with them.
getAllUnits() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
getAllUnits() - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
getAltLocalizedNames() - Method in interface org.openjdk.jmc.common.unit.IUnit
Get alternate names for content assist matching.
getAltLocalizedNames() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
getAltLocalizedNames() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
getAppendableSuffix(boolean) - Method in interface org.openjdk.jmc.common.unit.IUnit
Convenience method for (localized) formatters, to prepend a space to IUnit.getLocalizedSymbol(), if needed.
getAppendableSuffix(boolean) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
getAppendableSuffix(boolean) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
getArray() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getAttribute(String) - Method in interface org.openjdk.jmc.common.IState
Gets a named attribute value.
getAttribute() - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeFilter
 
getAttribute(String) - Method in class org.openjdk.jmc.common.util.StatefulState
 
getAttributeKeys() - Method in interface org.openjdk.jmc.common.IState
Return an array with the attribute keys for this state.
getAttributeKeys() - Method in class org.openjdk.jmc.common.util.StatefulState
 
getAttributes() - Method in interface org.openjdk.jmc.common.item.IItemQuery
 
getAttributes() - Method in interface org.openjdk.jmc.common.item.IType
Deprecated.
getAttributes() - Method in class org.openjdk.jmc.common.unit.ContentType
 
getAttributes() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
getAttributes() - Method in class org.openjdk.jmc.common.unit.StructContentType
 
getBadString() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
The string where the problem was encountered, so that it might be highlighted.
getBCI() - Method in interface org.openjdk.jmc.common.IMCFrame
Returns the byte code index in Java class file, or null if not available.
getBCI() - Method in class org.openjdk.jmc.common.util.MCFrame
 
getBestScaleFactorFor(long) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
getBranch() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceFrame
 
getBranch(int) - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Fork
 
getBranchCount() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Fork
 
getBranches() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Fork
 
getCachedUnit(Object) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
getCategorization() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.FrameSeparator
 
getCenter() - Method in interface org.openjdk.jmc.common.unit.IRange
 
getChild(String) - Method in interface org.openjdk.jmc.common.IState
Gets a child of the named type.
getChild(String) - Method in class org.openjdk.jmc.common.util.StatefulState
 
getChildElementOrNull(Element, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Returns the child element with the specified tag name of the specified parent node.
getChildElementsByTag(Node, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Returns all the children from a node with a tag matching the tag argument.
getChildren() - Method in interface org.openjdk.jmc.common.IState
Gets all child nodes.
getChildren(String) - Method in interface org.openjdk.jmc.common.IState
Gets all child nodes of a named type.
getChildren() - Method in class org.openjdk.jmc.common.util.StatefulState
 
getChildren(String) - Method in class org.openjdk.jmc.common.util.StatefulState
 
getChildren() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getChildren() - Method in interface org.openjdk.jmc.flightrecorder.rules.tree.ITreeNode
 
getChildren() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.TreeNode
 
getClassLoader() - Method in interface org.openjdk.jmc.common.IMCModule
Returns the class loader where this module is loaded.
getClassWithName(String) - Static method in class org.openjdk.jmc.common.util.TypeHandling
Return the class object for given type name.
getColumn() - Method in interface org.openjdk.jmc.flightrecorder.rules.jdk.util.ColumnInfo
 
getColumnId() - Method in interface org.openjdk.jmc.flightrecorder.rules.jdk.util.ColumnInfo
 
getColumnMetadata() - Method in interface org.openjdk.jmc.flightrecorder.rules.jdk.util.IItemResultSet
Returns the column metadata for the result set.
getCommonUnits() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
getCommonUnits() - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.AbstractRule
 
getConfigurationAttributes() - Method in interface org.openjdk.jmc.flightrecorder.rules.IRule
Gets information about which attributes may be configured during rule evaluation.
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.HighJvmCpuRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.ManyRunningProcessesRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ErrorRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ExceptionRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.FatalErrorRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.BufferLostRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLeakingRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLoadingRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DebugNonSafepointsRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DiscouragedGcOptionsRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DiscouragedVmOptionsRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DMSIncidentRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DumpReasonRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DuplicateFlagsRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.FlightRecordingSupportRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ManagementAgentRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.OptionsCheckRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInArgumentsRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInEnvironmentRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInSystemPropertiesRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.RecordingSettingsRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.StackDepthSettingRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.VerifyNoneRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileReadRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileWriteRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketReadRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketWriteRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationPauseRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.ContextSwitchRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.JavaBlockingRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.MethodProfilingRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.VMOperationRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByClassRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByThreadRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.CompressedOopsRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcLockerRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcStallRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapContentRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapInspectionRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HighGcRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingLiveSetRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingMetaspaceLiveSetRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LongGcPauseRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LowOnPhysicalMemoryRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.MetaspaceOomRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.SystemGcRule
 
getConfigurationAttributes() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.TlabAllocationRatioRule
 
getConstraint(K) - Method in interface org.openjdk.jmc.common.unit.IConstrainedMap
Get a constraint for mapped values of key, if a constraint has been imposed for key.
getConstraint() - Method in interface org.openjdk.jmc.common.unit.IOptionDescriptor
 
getConstraint(K) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
getConstraint(K) - Method in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
getConsumer() - Method in interface org.openjdk.jmc.common.item.GroupingAggregator.GroupEntry
 
getContentType() - Method in interface org.openjdk.jmc.common.item.IAccessorKey
The content type of this attribute.
getContentType() - Method in interface org.openjdk.jmc.common.item.ICanonicalAccessorFactory
 
getContentType() - Method in class org.openjdk.jmc.common.unit.DisplayFormatter
 
getContentType() - Method in interface org.openjdk.jmc.common.unit.IUnit
Get the kind of quantity of this unit.
getContentType() - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
getContentType() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
getContentType() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
getContentType() - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
getContentType(String) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
 
getContentType() - Method in class org.openjdk.jmc.flightrecorder.parser.ValueField
 
getCount() - Method in class org.openjdk.jmc.common.item.Aggregators.CountConsumer
 
getCount() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.util.ClassEntry
 
getDeclaredDescription() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
The LabeledIdentifier.getDescription() method gives a generated description.
getDefault() - Method in interface org.openjdk.jmc.common.unit.IOptionDescriptor
 
getDefaultFormatter() - Method in class org.openjdk.jmc.common.unit.ContentType
 
getDefaultUnit() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
getDefaultUnit() - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
getDefaultValue() - Method in class org.openjdk.jmc.common.util.TypedPreference
 
getDeltaKind() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
getDeltaKind() - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
getDeltaUnit() - Method in interface org.openjdk.jmc.common.unit.IUnit
Get the unit that the difference between two quantities in this unit will have.
getDeltaUnit() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
getDeltaUnit() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
getDepth(ITreeNode<?>) - Static method in class org.openjdk.jmc.flightrecorder.rules.tree.ItemTreeToolkit
Returns the number of ancestors the node has.
getDescribable(K) - Method in interface org.openjdk.jmc.common.unit.IDescribedMap
 
getDescription() - Method in interface org.openjdk.jmc.common.IDescribable
 
getDescription() - Method in interface org.openjdk.jmc.common.IMCOldObject
Returns a description of the object.
getDescription() - Method in interface org.openjdk.jmc.common.IMCOldObjectGcRoot
 
getDescription() - Method in class org.openjdk.jmc.common.item.Aggregators.AggregatorBase
 
getDescription() - Method in class org.openjdk.jmc.common.item.Attribute
 
getDescription() - Method in class org.openjdk.jmc.common.unit.ContentType
 
getDescription() - Method in class org.openjdk.jmc.common.unit.StructContentType
 
getDescription() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
 
getDescription() - Method in class org.openjdk.jmc.common.util.MCOldObject
 
getDescription() - Method in class org.openjdk.jmc.common.util.MCPackage
 
getDescription() - Method in class org.openjdk.jmc.common.util.TypedPreference
 
getDescription() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getDescription() - Method in class org.openjdk.jmc.flightrecorder.parser.ValueField
 
getDistanceFromRoot() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getDistinguishableColor(Object) - Static method in class org.openjdk.jmc.common.util.ColorToolkit
Generate a color based on an object.
getDuration() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor.LayerBreakdown
 
getDuration() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor.LayerEntry
 
getDuration(IItem) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Convenience method to get the duration value from a specific event.
getDurationInWindow(IQuantity, IQuantity, IItem) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Get the duration for item within the specified window
getEnabledEventTypesRecommendation(IItemCollection, String...) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Creates a text message informing that event types are recommended
getEnd() - Method in interface org.openjdk.jmc.common.unit.IRange
 
getEnd() - Method in class org.openjdk.jmc.common.unit.QuantityRange
 
getEndFork() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Branch
 
getEndPointContentType() - Method in class org.openjdk.jmc.common.unit.RangeContentType
 
getEndTime(IItem) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Convenience method to get the end time value from a specific event.
getEngFloorFactor(double) - Static method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
getEngFloorPrefix(double) - Static method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
getEventAvailability(IItemCollection, String...) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Checks the event availability for the event types.
getEventAvailabilityResult(IRule, IItemCollection, RulesToolkit.EventAvailability, String...) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Returns a proper result for the availability problem.
getEventSinkFactory(IEventSinkFactory) - Method in class org.openjdk.jmc.flightrecorder.parser.filter.FilterExtension
 
getEventSinkFactory(IEventSinkFactory) - Method in interface org.openjdk.jmc.flightrecorder.parser.IParserExtension
Get a new event sink factory for use during the reading of one Flight Recording.
getEventSinkFactory(IEventSinkFactory) - Method in class org.openjdk.jmc.flightrecorder.parser.synthetic.SyntheticAttributeExtension
 
getExtent() - Method in interface org.openjdk.jmc.common.unit.IRange
 
getField() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getFilter() - Method in interface org.openjdk.jmc.common.item.IItemQuery
 
getFilter() - Method in class org.openjdk.jmc.common.item.ItemFilters.Not
 
getFilters() - Method in class org.openjdk.jmc.common.item.ItemFilters.Composite
 
getFirst() - Method in class org.openjdk.jmc.common.collection.BoundedList
Get the first element in the list.
getFirstBucket(IQuantity, IQuantity, double) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
Divide the given range into at most maxBuckets "naturally" aligned buckets, and return the first one.
getFirstBucket(ITypedQuantity<U>, ITypedQuantity<U>, double) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
getFirstFound(IItemCollection, IAttribute<T>) - Static method in class org.openjdk.jmc.common.item.ItemToolkit
Returns the value of the event first encountered with the attribute.
getFirstFrame() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Branch
 
getFirstFrames() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Fork
 
getFlightRecorderOptions(IItemCollection) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Convenience method for parsing the -XX:FlightRecorderOptions JVM flag.
getFloor1024Factor(double) - Static method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
getFloor2Factor(long) - Static method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
getFloorLog10(double) - Static method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
getFloorLog1000(double) - Static method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
getFloorLog1024(long) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
The base 1024 logarithm.
getFloorLog1024(double) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
The base 1024 logarithm.
getFloorLog2(long) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
The base 2 logarithm.
getFloorLog2(double) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
The base 2 logarithm.
getFloorPrefix(long) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
getFloorPrefix(double) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
getFormalDescriptor() - Method in interface org.openjdk.jmc.common.IMCMethod
Returns the formal descriptor.
getFormalDescriptor() - Method in class org.openjdk.jmc.common.util.MCMethod
 
getFormatter(String) - Method in class org.openjdk.jmc.common.unit.ContentType
 
getFormatterResolving(IRange<IQuantity>) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
Get a formatter with sufficient resolution to produce unique strings for both ends of range, and consecutive equally spaced quantities.
getFormatterResolving(IRange<IQuantity>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
getFormatters() - Method in class org.openjdk.jmc.common.unit.ContentType
 
getFrame() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceFrame
 
getFrameLineNumber() - Method in interface org.openjdk.jmc.common.IMCFrame
Returns the line number for the frame, or null if not available.
getFrameLineNumber() - Method in class org.openjdk.jmc.common.util.MCFrame
 
getFrames() - Method in interface org.openjdk.jmc.common.IMCStackTrace
Return the frames that this stack trace consist of.
getFrames() - Method in class org.openjdk.jmc.common.util.MCStackTrace
 
getFullName() - Method in interface org.openjdk.jmc.common.IMCType
Java type name according to The Java Language Specification, Section 13.1.
getFullName() - Method in class org.openjdk.jmc.common.util.MCType
 
getGcPauseRatio() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.HaltsProvider.ApplicationHaltsInfoHolder
 
getGradientPaint(Color, int) - Static method in class org.openjdk.jmc.common.util.ColorToolkit
Get a gradient paint based on a top color.
getGroupBy() - Method in interface org.openjdk.jmc.common.item.IItemQuery
 
getHumanReadable(IMCMethod) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
Get a human readable string representing a method, displays all available information
getHumanReadable(IMCMethod, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
Get a human readable string representing a method.
getHumanReadable(IMCStackTrace) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
Get a human readable string representing a stack trace, displays all available information.
getHumanReadable(IMCStackTrace, String, String, String) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
Get a human readable string representing a stack trace, displays all available information.
getHumanReadable(IMCStackTrace, boolean, boolean, boolean, boolean, boolean, boolean, int, String, String, String) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
Get a human readable string representing a stack trace.
getHumanReadable(IMCClassLoader) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
Get a human readable string representing a classloader.
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.AbstractRule
 
getId() - Method in interface org.openjdk.jmc.flightrecorder.rules.IRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.HighJvmCpuRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.ManyRunningProcessesRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ErrorRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ExceptionRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.FatalErrorRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.BufferLostRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLeakingRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLoadingRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DebugNonSafepointsRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DiscouragedGcOptionsRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DiscouragedVmOptionsRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DMSIncidentRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DumpReasonRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DuplicateFlagsRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.FlightRecordingSupportRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ManagementAgentRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.OptionsCheckRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInArgumentsRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInEnvironmentRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInSystemPropertiesRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.RecordingSettingsRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.StackDepthSettingRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.VerifyNoneRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileReadRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileWriteRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketReadRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketWriteRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationPauseRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.ContextSwitchRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.JavaBlockingRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.MethodProfilingRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.VMOperationRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByClassRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByThreadRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.CompressedOopsRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcLockerRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcStallRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapContentRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapInspectionRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HighGcRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingLiveSetRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingMetaspaceLiveSetRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LongGcPauseRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LowOnPhysicalMemoryRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.MetaspaceOomRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.SystemGcRule
 
getId() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.TlabAllocationRatioRule
 
getIdentifier() - Method in interface org.openjdk.jmc.common.item.IAccessorKey
A identifier is a text string identifying the attribute.
getIdentifier() - Method in interface org.openjdk.jmc.common.item.ICanonicalAccessorFactory
 
getIdentifier() - Method in interface org.openjdk.jmc.common.item.IType
String identifying the type.
getIdentifier() - Method in class org.openjdk.jmc.common.unit.ContentType
 
getIdentifier() - Method in class org.openjdk.jmc.common.unit.DisplayFormatter
 
getIdentifier() - Method in interface org.openjdk.jmc.common.unit.IUnit
Persistable identifier, not to show interactively.
getIdentifier() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
getIdentifier() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
getIdentifier() - Method in class org.openjdk.jmc.common.util.TypedPreference
 
getIdentifier() - Method in class org.openjdk.jmc.flightrecorder.parser.ValueField
 
getImplementationId() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
 
getIncreaseAggregator() - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.ObjectStatisticsDataProvider
 
getIndex() - Method in interface org.openjdk.jmc.common.IMCOldObjectArray
Returns the index of the object in the array.
getIndexInBranch() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceFrame
 
getInteractivePrototype() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
Prototype value suitable to be presented to a human.
getInteractivePrototype() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
 
getInteractivePrototype() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
 
getInterfaceId() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
 
getItemCount() - Method in interface org.openjdk.jmc.common.item.IItemIterable
 
getItemCount() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceFrame
 
getItemOffset() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Fork
 
getItemOffsetInFork() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Branch
 
getItemQuery() - Method in class org.openjdk.jmc.flightrecorder.rules.Result
 
getItems() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
This method is used when it is necessary to get information about all objects this object keeps alive in the ReferenceTreeModel.
getItems() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceFrame
 
getItemsInFork() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Fork
 
getItemType(T) - Static method in class org.openjdk.jmc.common.item.ItemToolkit
 
getJavaSpecVersion(IItemCollection) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Gets the Java version for the recording the provided IItemCollection represents.
getJavaVersion(IItemCollection) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
 
getJavaVersion(String) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
 
getKey() - Method in class org.openjdk.jmc.common.collection.EntryHashMap.Entry
Get the key.
getKey(V) - Method in class org.openjdk.jmc.common.collection.EntryHashMap
 
getKey(V) - Method in class org.openjdk.jmc.common.collection.KeyInValueMap
Get the key for a value.
getKey() - Method in interface org.openjdk.jmc.common.item.GroupingAggregator.GroupEntry
 
getKey() - Method in interface org.openjdk.jmc.common.item.ICanonicalAccessorFactory
 
getKeyElements() - Method in class org.openjdk.jmc.common.util.CompositeKey
 
getKind() - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeFilter
 
getKindsOfQuantity() - Static method in class org.openjdk.jmc.common.unit.UnitLookup
 
getLargestExactUnit(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.BinaryUnitSelector
 
getLargestExactUnit(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
getLargestExactUnit(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
getLargestExactUnit(IQuantity) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
Get the largest unit, if any, in which this quantity can be expressed exactly, typically with an integer.
getLargestExactUnit(IQuantity) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
getLargestExactUnit(ITypedQuantity<U>) - Method in interface org.openjdk.jmc.common.unit.TypedUnit.UnitSelector
Get the largest unit, if any, in which this quantity can be expressed exactly, typically with an integer.
getLast() - Method in class org.openjdk.jmc.common.collection.BoundedList
Get the last element in the list.
getLastFrame() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Branch
 
getLayer() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor.LayerBreakdown
 
getLayerEntries() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor.LayerBreakdown
 
getLayers() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownGenerator
 
getLayers() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor
 
getLeakCandidates(double) - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeModel
Performs a leak relevance calculation on every object in the reference tree and sets this value to the respective objects.
getLeakObjects() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeModel
 
getLeakRelevance() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getLeastAvailable(RulesToolkit.EventAvailability...) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Returns the least available EventAvailability from the ones provided.
getLimit() - Method in enum org.openjdk.jmc.flightrecorder.rules.Severity
 
getLocalizedDescription() - Method in interface org.openjdk.jmc.common.unit.IUnit
In the real world, units are sometimes used ambiguously (like MB).
getLocalizedDescription() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
getLocalizedDescription() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
getLocalizedMessage() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
getLocalizedMessage() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
 
getLocalizedMessage() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
 
getLocalizedName() - Method in enum org.openjdk.jmc.flightrecorder.rules.Severity
 
getLocalizedName() - Method in enum org.openjdk.jmc.flightrecorder.stacktrace.FrameSeparator.FrameCategorization
 
getLocalizedSymbol() - Method in interface org.openjdk.jmc.common.unit.IUnit
Symbols for units are most often not locale dependent, but there are exceptions (like in French).
getLocalizedSymbol() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
getLocalizedSymbol() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
getLocation() - Method in interface org.openjdk.jmc.common.IMCModule
Returns the location of this module.
getLongDescription() - Method in class org.openjdk.jmc.flightrecorder.rules.Result
 
getMajorVersion() - Method in class org.openjdk.jmc.common.version.JavaVersion
 
getMax(SpanSquare[]) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanSquare
 
getMaxCountCluster(IItemCollection, IAttribute<IQuantity>, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanToolkit
Calculates the largest count cluster.
getMaxDurationCluster(IItemCollection) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanToolkit
Calculates the largest duration cluster.
getMaxSize() - Method in class org.openjdk.jmc.common.collection.BoundedList
Get the maximum number of elements to retain in this list.
getMaxSpan(SpanLimit[]) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanLimit
 
getMaxSpanLimit(IItemCollection, IAttribute<IQuantity>, IAttribute<IQuantity>, double) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanToolkit
Calculates the longest span where the combined value still is above the limit.
getMaxValue(SpanLimit[]) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanLimit
 
getMember(O) - Method in interface org.openjdk.jmc.common.item.IMemberAccessor
Gets a member value from a container object.
getMessage() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
getMessage() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
 
getMessage() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
 
getMethod() - Method in interface org.openjdk.jmc.common.IMCFrame
The method for the frame.
getMethod() - Method in class org.openjdk.jmc.common.util.MCFrame
 
getMethodName() - Method in interface org.openjdk.jmc.common.IMCMethod
Returns the method name not including parameters.
getMethodName() - Method in class org.openjdk.jmc.common.util.MCMethod
 
getMissingAttributeResult(IRule, IType<IItem>, IAttribute<?>) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Gets a Result object representing a not applicable result due to a missing attribute.
getModifier() - Method in interface org.openjdk.jmc.common.IMCMethod
Returns the modifier used in the Java class file.
getModifier() - Method in interface org.openjdk.jmc.common.IMCOldObjectField
Returns the field modifier.
getModifier() - Method in class org.openjdk.jmc.common.util.MCMethod
 
getModule() - Method in interface org.openjdk.jmc.common.IMCPackage
 
getModule() - Method in class org.openjdk.jmc.common.util.MCPackage
 
getMultiplier() - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
getMultiplier() - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
getMultiplier() - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
getMultiplier() - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
getMultiplier() - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
getMultiplier() - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
getMultiplier() - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
getMultiplier() - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
getName() - Method in interface org.openjdk.jmc.common.IDescribable
 
getName() - Method in interface org.openjdk.jmc.common.IMCClassLoader
Returns the name of the classloader.
getName() - Method in enum org.openjdk.jmc.common.IMCFrame.Type
 
getName() - Method in interface org.openjdk.jmc.common.IMCModule
Returns the module name.
getName() - Method in interface org.openjdk.jmc.common.IMCOldObjectField
Returns the field name.
getName() - Method in interface org.openjdk.jmc.common.IMCPackage
Returns the package name.
getName() - Method in interface org.openjdk.jmc.common.IMCThreadGroup
Returns the name of the thread group.
getName() - Method in class org.openjdk.jmc.common.item.Aggregators.AggregatorBase
 
getName() - Method in class org.openjdk.jmc.common.item.Attribute
 
getName() - Method in class org.openjdk.jmc.common.unit.ContentType
 
getName() - Method in class org.openjdk.jmc.common.unit.DisplayFormatter
 
getName() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
 
getName() - Method in class org.openjdk.jmc.common.util.MCClassLoader
 
getName() - Method in class org.openjdk.jmc.common.util.MCPackage
 
getName() - Method in class org.openjdk.jmc.common.util.TypedPreference
 
getName() - Method in class org.openjdk.jmc.flightrecorder.parser.ValueField
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.AbstractRule
 
getName() - Method in interface org.openjdk.jmc.flightrecorder.rules.IRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.HighJvmCpuRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.ManyRunningProcessesRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ErrorRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ExceptionRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.FatalErrorRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.BufferLostRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLeakingRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLoadingRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DebugNonSafepointsRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DiscouragedGcOptionsRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DiscouragedVmOptionsRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DMSIncidentRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DumpReasonRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DuplicateFlagsRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.FlightRecordingSupportRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ManagementAgentRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.OptionsCheckRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInArgumentsRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInEnvironmentRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInSystemPropertiesRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.RecordingSettingsRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.StackDepthSettingRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.VerifyNoneRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileReadRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileWriteRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketReadRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketWriteRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationPauseRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.ContextSwitchRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.JavaBlockingRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.MethodProfilingRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.VMOperationRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByClassRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByThreadRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.CompressedOopsRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcLockerRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcStallRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapContentRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapInspectionRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HighGcRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingLiveSetRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingMetaspaceLiveSetRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LongGcPauseRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LowOnPhysicalMemoryRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.MetaspaceOomRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.SystemGcRule
 
getName() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.TlabAllocationRatioRule
 
getNext() - Method in interface org.openjdk.jmc.common.collection.BoundedList.INode
Get the next node in the list.
getNonGcHaltsRatio() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.HaltsProvider.ApplicationHaltsInfoHolder
 
getNonGcHaltsToTotalRatio() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.HaltsProvider.ApplicationHaltsInfoHolder
 
getNotApplicableResult(IRule, String) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Creates a Result object with a generic not applicable (N/A) result for a given rule with a specified message.
getNumberFormat(boolean) - Static method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
Get a thread local configured NumberFormat suitable for display or interactive formatting, or interactive parsing.
getObject(IQuantity) - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeModel
 
getObjectsByType() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeModel
 
getObjectsKeptAliveCount() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getOffset() - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
getOffset() - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
getOffset() - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
getOffset() - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
getOffset() - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
getOldCollectorType(IItemCollection) - Static method in enum org.openjdk.jmc.flightrecorder.rules.jdk.memory.CollectorType
 
getOrCreateElement(Element, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Returns the child element with the specified tag name of the specified parent node.
getPackage() - Method in interface org.openjdk.jmc.common.IMCType
Returns the package this type was declared in.
getPackage(IMCPackage) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
Get the package name as a human readable string.
getPackage() - Method in class org.openjdk.jmc.common.util.MCType
 
getParent() - Method in interface org.openjdk.jmc.common.IMCThreadGroup
Returns the parent of this thread group.
getParent() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
This method returns an object that is keeping this object alive.
getParent() - Method in interface org.openjdk.jmc.flightrecorder.rules.tree.ITreeNode
 
getParent() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.TreeNode
 
getParentBranch() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Fork
 
getParentFork() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Branch
 
getParserExtensions() - Static method in class org.openjdk.jmc.flightrecorder.parser.ParserExtensionRegistry
 
getPeriodIfGreaterThan(IItemCollection, IQuantity, String...) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
If possible, gets the longest period setting that is longer than the specified minimum period for the given event types.
getPersistablePrototype() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
Prototype value suitable to be persisted or logged.
getPersistablePrototype() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
 
getPersistablePrototype() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
 
getPersistableString(K) - Method in interface org.openjdk.jmc.common.unit.IConstrainedMap
Get the persistable string of the mapped value for key, or null if no value is currently mapped.
getPersistableString(K) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
getPersister() - Method in class org.openjdk.jmc.common.unit.ContentType
 
getPersister() - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
getPersister() - Method in class org.openjdk.jmc.common.util.TypedPreference
Get a persister that can be used to convert between the preference value type and strings.
getPredicate(IType<IItem>) - Method in interface org.openjdk.jmc.common.item.IItemFilter
 
getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeValue
 
getPredicate(IMemberAccessor<? extends M, IItem>, M) - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeValue
 
getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.BooleanFilter
 
getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.Composite
 
getPredicate(IMemberAccessor<? extends String, IItem>, String) - Method in class org.openjdk.jmc.common.item.ItemFilters.Contains
 
getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.HasAttribute
 
getPredicate(IMemberAccessor<? extends String, IItem>, String) - Method in class org.openjdk.jmc.common.item.ItemFilters.Matches
 
getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.Not
 
getPredicate(IMemberAccessor<? extends String, IItem>, String) - Method in class org.openjdk.jmc.common.item.ItemFilters.NotContains
 
getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.NotHasAttribute
 
getPredicate(IMemberAccessor<? extends String, IItem>, String) - Method in class org.openjdk.jmc.common.item.ItemFilters.NotMatches
 
getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.Type
 
getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.TypeMatches
 
getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.common.item.ItemFilters.Types
 
getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.TimeRangeFilter
 
getPredicate(IType<IItem>) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.TimeRangeThreadFilter
 
getPreferenceValue(TypedPreference<T>) - Method in interface org.openjdk.jmc.common.util.IPreferenceValueProvider
Get the value of a preference.
getPreferredUnit(ITypedQuantity<LinearUnit>, double, double) - Method in class org.openjdk.jmc.common.unit.BinaryUnitSelector
 
getPreferredUnit(ITypedQuantity<LinearUnit>, double, double) - Method in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
getPreferredUnit(ITypedQuantity<LinearUnit>, double, double) - Method in class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
getPreferredUnit(IQuantity, double, double) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
getPreferredUnit(IQuantity, double, double) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
getPreferredUnit(ITypedQuantity<U>, double, double) - Method in interface org.openjdk.jmc.common.unit.TypedUnit.UnitSelector
 
getPrefix(String) - Static method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
getProblem() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
The kind of problem encountered.
getQuantityAggregator(String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
getQuantityAggregator(String, IType<?>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
getQuantityAggregator(String) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
getQuery() - Method in interface org.openjdk.jmc.flightrecorder.rules.jdk.util.IItemResultSet
Returns the query used to create the result set.
getRangeFormatter(String) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
Temporary helper to format quantity ranges.
getRangeMap() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.TimeRangeThreadFilter
Get the range map.
getRangeType(ContentType<M>) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
 
getReferrer() - Method in interface org.openjdk.jmc.common.IMCOldObject
Returns the object that refers to this object in the heap reference chain.
getReferrer() - Method in class org.openjdk.jmc.common.util.MCOldObject
 
getReferrer() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getReferrerArray() - Method in interface org.openjdk.jmc.common.IMCOldObject
If the object is referred to by an object in an array it returns the information about that array, otherwise it returns null.
getReferrerArray() - Method in class org.openjdk.jmc.common.util.MCOldObject
 
getReferrerArray() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getReferrerField() - Method in interface org.openjdk.jmc.common.IMCOldObject
If the object is referred to by an object in a field it returns a representation of the field, null otherwise.
getReferrerField() - Method in class org.openjdk.jmc.common.util.MCOldObject
 
getReferrerField() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getReferrerSkip() - Method in interface org.openjdk.jmc.common.IMCOldObject
Returns the number of steps away in the reference chain this object is from the next object referring to it.
getReferrerSkip() - Method in class org.openjdk.jmc.common.util.MCOldObject
 
getReferrerSkip() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getRelevantTraceHtmlList(StacktraceModel.Branch, int) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.StacktraceDataProvider
Generates an HTML representation of a given stack trace branch as an unordered list.
getResult(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.AbstractRule
 
getResult(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.CompareCpuRule
 
getResult(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.FewSampledThreadsRule
 
getResult(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.ApplicationHaltsRule
 
getResult(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AutoBoxingRule
 
getResult(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcFreedRatioRule
 
getResult(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcPauseRatioRule
 
getResult(IItemCollection, IPreferenceValueProvider) - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.StringDeduplicationRule
 
getRootDescription() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getRootFork() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel
Return the root fork which contains either top frames or thread roots, depending on the model configuration (threadRootAtTop).
getRootObjects() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeModel
 
getRootObjects(IRange<IQuantity>) - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeModel
 
getRule() - Method in class org.openjdk.jmc.flightrecorder.rules.Result
The rule which generated this result.
getRuleRequiresAtLeastOneEventTypeResult(IRule, String...) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Creates a Result object describing that at least one of the specified event types must be present in the rule's input.
getRules() - Static method in class org.openjdk.jmc.flightrecorder.rules.RuleRegistry
 
getSafePointRatio() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.HaltsProvider.ApplicationHaltsInfoHolder
 
getScaledUnit(LinearUnit) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
getScaledUnit(LinearUnit) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
getScaledUnit(LinearUnit) - Method in class org.openjdk.jmc.common.unit.TypedUnit
Return a unit with the same origin (if absolute) as this unit, but with the given deltaUnit as its delta unit.
getSciFloorFactor(double) - Static method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
getScore() - Method in class org.openjdk.jmc.flightrecorder.rules.Result
A score between 0 and 100 where 0 means "no problem" and 100 means "big problem".
getSecondFrameInMostCommonTrace(IItemCollection) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Gets the second frame in the most common stack trace.
getSelectedBranch() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Fork
Deprecated.
Will eventually be moved to UI code
getSetting(Element, String, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Returns the value of the setting with the specified name or a default value if the setting had no value.
getSettingMaxPeriod(IItemCollection, String...) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Gets the maximum period setting for the specified event types in the given item collection.
getSettingsFilter(String, String...) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Gets a filter for a specific setting for the provided types.
getShortDescription() - Method in class org.openjdk.jmc.flightrecorder.rules.Result
 
getShortRecordingInfo(IItemCollection, IQuantity) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Checks if the timerange spanned by the items is shorter than the limit, and returns a informative text message if that is the case.
getSize() - Method in class org.openjdk.jmc.common.collection.BoundedList
Get the number of elements in this list.
getSize() - Method in interface org.openjdk.jmc.common.IMCOldObjectArray
Returns the size of the array the old object is in.
getStart() - Method in interface org.openjdk.jmc.common.unit.IRange
 
getStart() - Method in class org.openjdk.jmc.common.unit.QuantityRange
 
getStartNode() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownGenerator
 
getStartTime(IItem) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Convenience method for getting the start time value from a specific event.
getStddev(boolean) - Method in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
getString(String) - Static method in class org.openjdk.jmc.flightrecorder.parser.synthetic.Messages
 
getStringValue(Element) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Returns the content between the tags of the element, for example <tag>hello </tag> where the value is "hello".
getSuggestedConstraint(K) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
This method will only be called for keys for which MutableConstrainedMap.getConstraint(Object) currently returns null for.
getSuggestedConstraint(K) - Method in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
getSystem() - Method in interface org.openjdk.jmc.common.IMCOldObjectGcRoot
 
getTail() - Method in class org.openjdk.jmc.common.util.SortedHead
Get the tail items.
getTailFrames() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Branch
 
getThread(IItem) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Convenience method to get the event thread value from a specific event.
getThreadGroup() - Method in interface org.openjdk.jmc.common.IMCThread
Returns the thread group this thread belongs to.
getThreadId() - Method in interface org.openjdk.jmc.common.IMCThread
Returns the java thread id.
getThreadName() - Method in interface org.openjdk.jmc.common.IMCThread
Returns the java thread name.
getTimestamp() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getTooFewEventsResult(IRule) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Creates a Result object for the given IRule object representing a result where there are too few events to properly evaluate a rule.
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.AbstractRule
 
getTopic() - Method in interface org.openjdk.jmc.flightrecorder.rules.IRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.HighJvmCpuRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.ManyRunningProcessesRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ErrorRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ExceptionRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.FatalErrorRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.BufferLostRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLeakingRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLoadingRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DebugNonSafepointsRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DiscouragedGcOptionsRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DiscouragedVmOptionsRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DMSIncidentRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DumpReasonRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DuplicateFlagsRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.FlightRecordingSupportRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ManagementAgentRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.OptionsCheckRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInArgumentsRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInEnvironmentRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInSystemPropertiesRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.RecordingSettingsRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.StackDepthSettingRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.general.VerifyNoneRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileReadRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileWriteRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketReadRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketWriteRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationPauseRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.ContextSwitchRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.JavaBlockingRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.MethodProfilingRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.VMOperationRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByClassRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByThreadRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.CompressedOopsRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcLockerRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcStallRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapContentRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapInspectionRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HighGcRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingLiveSetRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingMetaspaceLiveSetRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LongGcPauseRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LowOnPhysicalMemoryRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.MetaspaceOomRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.SystemGcRule
 
getTopic() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.TlabAllocationRatioRule
 
getTotalHaltsRatio() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.HaltsProvider.ApplicationHaltsInfoHolder
 
getTruncationState() - Method in interface org.openjdk.jmc.common.IMCStackTrace
Returns the truncation state of the stack trace.
getTruncationState() - Method in class org.openjdk.jmc.common.util.MCStackTrace
 
getType() - Method in interface org.openjdk.jmc.common.IMCClassLoader
Returns the type of the classloader.
getType() - Method in interface org.openjdk.jmc.common.IMCFrame
The compilation type of the frame.
getType() - Method in interface org.openjdk.jmc.common.IMCMethod
Returns the class this method is declared in.
getType() - Method in interface org.openjdk.jmc.common.IMCOldObject
The type of the object, as an IMCType
getType() - Method in interface org.openjdk.jmc.common.IMCOldObjectGcRoot
 
getType() - Method in interface org.openjdk.jmc.common.IState
Get the node type of this state.
getType() - Method in interface org.openjdk.jmc.common.item.IItem
The type of this item (analogous to Object.getClass()).
getType() - Method in interface org.openjdk.jmc.common.item.IItemIterable
 
getType() - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the kind of this quantity.
getType() - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
getType(IMCType, boolean) - Static method in class org.openjdk.jmc.common.util.FormatToolkit
Get the type name as a human readable string.
getType() - Method in class org.openjdk.jmc.common.util.MCClassLoader
 
getType() - Method in class org.openjdk.jmc.common.util.MCFrame
 
getType() - Method in class org.openjdk.jmc.common.util.MCMethod
 
getType() - Method in class org.openjdk.jmc.common.util.MCOldObject
 
getType() - Method in class org.openjdk.jmc.common.util.StatefulState
 
getType() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
getType() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.util.ClassEntry
 
getType() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor.LayerEntry
 
getType(IItemCollection, String) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Gets the IType representation of a specific event type in an IItemCollection.
getTypeId() - Method in class org.openjdk.jmc.common.item.ItemFilters.Type
 
getTypeMatch() - Method in class org.openjdk.jmc.common.item.ItemFilters.TypeMatches
 
getTypeName() - Method in interface org.openjdk.jmc.common.IMCType
Returns the name of the type, without the package.
getTypeName() - Method in class org.openjdk.jmc.common.util.MCType
 
getTypes() - Method in class org.openjdk.jmc.common.item.ItemFilters.Types
 
getTypesWithZeroThreshold(IItemCollection, String...) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Returns a string describing the subset of event types given which have no duration threshold set.
getUnit() - Method in interface org.openjdk.jmc.common.unit.IQuantity
 
getUnit() - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
getUnit(String) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
getUnit(IPrefix<?>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
getUnit(String) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
getUnitClass() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
getUnitClass() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
getUnitClass() - Method in class org.openjdk.jmc.common.unit.TypedUnit
Get the typed Class object of the actual TypedUnit subclass U.
getUnitIdentifier(IUnit) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
 
getUnitOrDefault(String) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
 
getUnitOrNull(String) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
 
getValidPattern(String) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Compile a regular expression into a pattern if possible.
getValue() - Method in interface org.openjdk.jmc.common.collection.BoundedList.INode
Get the value of this node.
getValue() - Method in class org.openjdk.jmc.common.collection.MapToolkit.IntEntry
Get the entry value.
getValue() - Method in class org.openjdk.jmc.common.item.Aggregators.AdvancedMinMaxConsumer
 
getValue(Aggregators.AvgConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.Avg
 
getValue(Iterator<C>) - Method in class org.openjdk.jmc.common.item.Aggregators.MergingAggregator
 
getValue(C) - Method in class org.openjdk.jmc.common.item.Aggregators.MergingAggregator
 
getValue(Aggregators.MinMaxConsumer<V>) - Method in class org.openjdk.jmc.common.item.Aggregators.MinMax
 
getValue(Aggregators.VarianceConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.Stddev
 
getValue(Aggregators.SumConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.Sum
 
getValue(Aggregators.VarianceConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.Variance
 
getValue(Iterable<? extends GroupingAggregator.GroupEntry<K, G>>) - Method in interface org.openjdk.jmc.common.item.GroupingAggregator.IGroupsFinisher
 
getValue(List<IQuantity>, IQuantity) - Method in interface org.openjdk.jmc.common.item.GroupingAggregator.IQuantityListFinisher
 
getValue() - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeValue
 
getValue(int) - Method in interface org.openjdk.jmc.flightrecorder.rules.jdk.util.IItemResultSet
Returns the value for the specified column, at the current row.
getValue() - Method in interface org.openjdk.jmc.flightrecorder.rules.tree.ITreeNode
 
getValue() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.TreeNode
 
getValue(IItem, IAccessorFactory<T>) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Gets the value of a certain attribute for a given item
getValue(IItemCollection, IQuantity, IQuantity) - Method in interface org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit.IUnorderedWindowValueFunction
 
getValueInterpretation(String, String) - Method in class org.openjdk.jmc.flightrecorder.parser.filter.FilterExtension
 
getValueInterpretation(String, String) - Method in interface org.openjdk.jmc.flightrecorder.parser.IParserExtension
Override the value interpretation.
getValueInterpretation(String, String) - Method in class org.openjdk.jmc.flightrecorder.parser.synthetic.SyntheticAttributeExtension
 
getValueString(Object) - Static method in class org.openjdk.jmc.common.util.TypeHandling
Returns the value in possible augmented way.
getValueType() - Method in class org.openjdk.jmc.common.item.Aggregators.AggregatorBase
 
getValueType() - Method in interface org.openjdk.jmc.common.item.GroupingAggregator.IGroupsFinisher
 
getValueType() - Method in interface org.openjdk.jmc.common.item.GroupingAggregator.IQuantityListFinisher
 
getVariance(boolean) - Method in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
getVerboseString(Object) - Static method in class org.openjdk.jmc.common.util.TypeHandling
Returns a possibly more verbose description of an object.
getVersion() - Method in interface org.openjdk.jmc.common.IMCModule
Returns the version of this module.
GIBIBYTE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
groupBy(IAttribute<?>) - Method in class org.openjdk.jmc.common.item.ItemQueryBuilder
 
GroupingAggregator - Class in org.openjdk.jmc.common.item
 
GroupingAggregator() - Constructor for class org.openjdk.jmc.common.item.GroupingAggregator
 
GroupingAggregator.GroupEntry<K,G> - Interface in org.openjdk.jmc.common.item
 
GroupingAggregator.IGroupsFinisher<V,K,G> - Interface in org.openjdk.jmc.common.item
 
GroupingAggregator.IQuantityListFinisher<V> - Interface in org.openjdk.jmc.common.item
 

H

HaltsProvider - Class in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders
Helper class with useful methods for calculating various data about JVM halts (GC pauses, thread dumps and so on).
HaltsProvider() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.HaltsProvider
 
HaltsProvider.ApplicationHaltsInfoHolder - Class in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders
 
hasAttribute(ICanonicalAccessorFactory<V>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
HasAttribute(ICanonicalAccessorFactory<M>) - Constructor for class org.openjdk.jmc.common.item.ItemFilters.HasAttribute
 
hasAttribute(ICanonicalAccessorFactory<?>) - Method in interface org.openjdk.jmc.common.item.IType
Tell if attribute can return an accessor for this type.
hasAttribute(ICanonicalAccessorFactory<?>) - Method in class org.openjdk.jmc.common.unit.ContentType
 
hashCode() - Method in class org.openjdk.jmc.common.collection.MapToolkit.IntEntry
 
hashCode() - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
hashCode() - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
hashCode() - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
hashCode() - Method in class org.openjdk.jmc.common.unit.LinearUnit.Custom
 
hashCode() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
hashCode() - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
hashCode() - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
hashCode() - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
hashCode() - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
hashCode() - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
hashCode() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
hashCode() - Method in class org.openjdk.jmc.common.util.CompositeKey
 
hashCode() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCClassLoader
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCFrame
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCMethod
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCOldObject
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCPackage
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCStackTrace
 
hashCode() - Method in class org.openjdk.jmc.common.util.MCType
 
hashCode() - Method in class org.openjdk.jmc.common.util.Pair
 
hashCode() - Method in class org.openjdk.jmc.common.util.TypedPreference
 
hashCode() - Method in class org.openjdk.jmc.common.version.JavaVersion
 
hashCode() - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
hashCode() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.util.ClassEntry
 
hashCode() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.FrameSeparator
 
hashCode() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel
 
hashKey(K) - Method in class org.openjdk.jmc.common.collection.KeyInValueMap
Calculate the hash for a key.
hasItems() - Method in interface org.openjdk.jmc.common.item.IItemCollection
 
hasItems() - Method in interface org.openjdk.jmc.common.item.IItemIterable
 
hasMagic(File, int[]) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Checks if a file begins with a specified array of bytes.
hasMagic(InputStream, int[]) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Checks if an input stream begins with a specified array of bytes.
hasNestedTypes(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Check if a class name denotes a nested class.
hasNext() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.BFIterator
 
hasNext() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.DFIterator
 
hasNext() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LongestDurationIterator
 
hasTail() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Branch
 
HEAP_ADDRESS_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
HEAP_ADDRESS_SIZE_MIN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
HEAP_COMPRESSED_OOPS_MODE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
HEAP_CONF - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
HEAP_CONF_INITIAL_SIZE_MIN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
HEAP_CONF_MAX_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
HEAP_CONF_MIN_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
HEAP_CONFIG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
HEAP_INITIAL_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
HEAP_INSPECTION_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapInspectionRule
 
HEAP_MAX_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
HEAP_MIN_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
HEAP_OBJECT_ALIGNMENT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
HEAP_OBJECT_ALIGNMENT_MIN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
HEAP_SUMMARY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
HEAP_SUMMARY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
HEAP_SUMMARY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
HEAP_SUMMARY_AFTER_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
HEAP_SUMMARY_AFTER_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
HEAP_SUMMARY_BEFORE_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
HEAP_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
HEAP_TOTAL - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
HEAP_USE_COMPRESSED_OOPS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
HEAP_USED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
HeapContentRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
HeapContentRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapContentRule
 
HeapInspectionRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
HeapInspectionRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapInspectionRule
 
HighGcRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
HighGcRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.HighGcRule
 
HighJvmCpuRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.cpu
 
HighJvmCpuRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.HighJvmCpuRule
 
HOST_NAMES_DISTINCT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
HOUR - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
HW_THREADS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 

I

IAccessorFactory<V> - Interface in org.openjdk.jmc.common.item
A function that supplies member accessors for types.
IAccessorKey<T> - Interface in org.openjdk.jmc.common.item
IAggregator<V,C extends IItemConsumer<C>> - Interface in org.openjdk.jmc.common.item
Encapsulates the calculation of an aggregate for (potentially) different types of items.
IAttribute<V> - Interface in org.openjdk.jmc.common.item
An attribute is a named and typed kind of (read only) value.
ICanonicalAccessorFactory<V> - Interface in org.openjdk.jmc.common.item
 
IConstrainedMap<K> - Interface in org.openjdk.jmc.common.unit
Read only interface for a map where the values are constrained by an IConstraint per key.
IConstraint<T> - Interface in org.openjdk.jmc.common.unit
A constraint on allowed instances of an existing type T, including constrained conversions to and from persistable and interactive strings.
identifier() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
identifier() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
identifier() - Method in interface org.openjdk.jmc.common.unit.IPrefix
 
IDENTIFIER - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
IDescribable - Interface in org.openjdk.jmc.common
Interface for objects that has a name and a description.
IDescribedMap<K> - Interface in org.openjdk.jmc.common.unit
 
IDisplayable - Interface in org.openjdk.jmc.common
Interface for objects that can be formatted for human display purposes, using a formatting hint.
IEventSink - Interface in org.openjdk.jmc.flightrecorder.parser
Event sinks are responsible for receiving and optionally modifying event data.
IEventSinkFactory - Interface in org.openjdk.jmc.flightrecorder.parser
Event sink factories are responsible for handling event types during parsing.
IFormatter<T> - Interface in org.openjdk.jmc.common.unit
Generic formatter interface, primarily intended for human consumption.
IGNORE - Static variable in class org.openjdk.jmc.flightrecorder.rules.Result
 
IGNORE_UNRECOGNIZED_VM_OPTIONS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
IIncrementalFormatter - Interface in org.openjdk.jmc.common.unit
Quantity formatter extension to reduce redundant information when presenting multiple adjacent, and growing, quantities for human consumption.
IItem - Interface in org.openjdk.jmc.common.item
An item of information.
IItemCollection - Interface in org.openjdk.jmc.common.item
An immutable collection of items.
IItemConsumer<C> - Interface in org.openjdk.jmc.common.item
A mutable container that collects data from multiple items.
IItemConsumerFactory<C extends IItemConsumer<C>> - Interface in org.openjdk.jmc.common.item
A factory that supplies item consumers for different types of items.
IItemFilter - Interface in org.openjdk.jmc.common.item
A filter supplies predicates for different types of items.
IItemIterable - Interface in org.openjdk.jmc.common.item
A supplier of Iterator over IItem where all items are of the same type.
IItemQuery - Interface in org.openjdk.jmc.common.item
 
IItemResultSet - Interface in org.openjdk.jmc.flightrecorder.rules.jdk.util
Provides a simple ResultSet abstraction for item queries.
IMCClassLoader - Interface in org.openjdk.jmc.common
Representation of a named classloader.
IMCFrame - Interface in org.openjdk.jmc.common
A stack trace frame.
IMCFrame.Type - Enum in org.openjdk.jmc.common
Frame compilation types.
IMCMethod - Interface in org.openjdk.jmc.common
A method representation.
IMCModule - Interface in org.openjdk.jmc.common
Represents a Java Module System module.
IMCOldObject - Interface in org.openjdk.jmc.common
Class for representing an object on the heap in Mission Control.
IMCOldObjectArray - Interface in org.openjdk.jmc.common
Array specific information about a field that refers to an IMCOldObject on the heap.
IMCOldObjectField - Interface in org.openjdk.jmc.common
A field that refers to an IMCOldObject on the heap.
IMCOldObjectGcRoot - Interface in org.openjdk.jmc.common
Class describing a root object used as a starting point for the GC to find all alive objects on the heap.
IMCPackage - Interface in org.openjdk.jmc.common
Represents a Java package.
IMCStackTrace - Interface in org.openjdk.jmc.common
Interface for classes that represents stack traces in Mission Control.
IMCStackTrace.TruncationState - Enum in org.openjdk.jmc.common
Information about the truncation state of the stack trace.
IMCThread - Interface in org.openjdk.jmc.common
Class for representing a thread in Mission Control.
IMCThreadGroup - Interface in org.openjdk.jmc.common
Class for representing a thread group in Mission Control.
IMCType - Interface in org.openjdk.jmc.common
Represents a Java type.
IMemberAccessor<M,O> - Interface in org.openjdk.jmc.common.item
Used for accessing (reading) members of a container object.
ImpreciseScaleFactor - Class in org.openjdk.jmc.common.unit
Quick and dirty ScaleFactor implementation.
ImpreciseScaleFactor(Number) - Constructor for class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
IMutableConstrainedMap<K> - Interface in org.openjdk.jmc.common.unit
A mutable extension to IConstrainedMap.
in(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get this quantity expressed in the unit targetUnit.
in(U) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
Get this quantity expressed in the unit targetUnit.
INCIDENTS_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DMSIncidentRule
 
includeEvents(Collection<String>) - Static method in class org.openjdk.jmc.flightrecorder.parser.filter.OnLoadFilters
Filter that allows a specified set of events.
includeEvents(Pattern) - Static method in class org.openjdk.jmc.flightrecorder.parser.filter.OnLoadFilters
Filter that allows a specified set of events.
IncreasingLiveSetRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
IncreasingLiveSetRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingLiveSetRule
 
IncreasingMetaspaceLiveSetRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
IncreasingMetaspaceLiveSetRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingMetaspaceLiveSetRule
 
INDEX - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
INFO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationPauseRule
 
INITIAL_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
initialValue() - Method in class org.openjdk.jmc.common.util.FormatThreadLocal
 
INSIDE_TLAB_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
INT_FLAG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
INT_FLAG_CHANGED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
interactiveFormat(T) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
interactiveFormat(T) - Method in interface org.openjdk.jmc.common.unit.IConstraint
An exact string representation taking locale and internationalization into account.
interactiveFormat(T) - Method in interface org.openjdk.jmc.common.unit.IPersister
An exact string representation taking locale and internationalization into account.
interactiveFormat() - Method in interface org.openjdk.jmc.common.unit.IQuantity
An exact string representation taking locale and internationalization into account.
interactiveFormat(boolean) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
interactiveFormat(IQuantity) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
interactiveFormat(T) - Method in class org.openjdk.jmc.common.unit.WrappingPersister
 
interactiveSymbolToUnitMap - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
intersection(IRange<IQuantity>, IRange<IQuantity>) - Static method in class org.openjdk.jmc.common.unit.QuantityRange
 
interval(ICanonicalAccessorFactory<M>, M, boolean, M, boolean) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
invert() - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
invert() - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
invert() - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
invert() - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
invert() - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
invert() - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
invert() - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
invert() - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
invert() - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
invertAndConcat(IScalarAffineTransform) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
Concatenate the inverse of this transform with innerTransform, such that applying the resulting transform is equivalent to first applying innerTransform and then applying this inverse of this transform on the resulting value.
invertAndConcat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
invertAndConcat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
invertAndConcat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
invertAndConcat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
invertAndConcat(ScaleFactor) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
Concatenate (that is, multiply) the inverse of this scale factor with innerFactor.
invertAndConcat(IScalarAffineTransform) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
IO_ADDRESS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
IO_FILE_BYTES_READ - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
IO_FILE_BYTES_WRITTEN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
IO_FILE_READ_EOF - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
IO_HOST - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
IO_PATH - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
IO_PORT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
IO_PORT_ON_ADDRESS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
IO_SOCKET_BYTES_READ - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
IO_SOCKET_BYTES_WRITTEN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
IO_SOCKET_READ_EOS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
IO_TIMEOUT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
IOnLoadFilter - Interface in org.openjdk.jmc.flightrecorder.parser.filter
Filter used when loading a recording.
IOptionDescriptor<T> - Interface in org.openjdk.jmc.common.unit
 
IOToolkit - Class in org.openjdk.jmc.common.io
Common functionality you might want when you're working with I/O.
IParserExtension - Interface in org.openjdk.jmc.flightrecorder.parser
Interface for Flight Recorder parser extensions.
IPersister<T> - Interface in org.openjdk.jmc.common.unit
A specialized constraint that allows all instances of T, but not null.
IPredicate<T> - Interface in org.openjdk.jmc.common
A predicate tests an object and returns either true or false depending on the implementation.
IPreferenceValueProvider - Interface in org.openjdk.jmc.common.util
Provides mechanisms for getting values for TypedPreference preferences.
IPrefix<P extends IPrefix<P>> - Interface in org.openjdk.jmc.common.unit
 
IQuantity - Interface in org.openjdk.jmc.common.unit
 
IRange<T extends Comparable<? super T>> - Interface in org.openjdk.jmc.common.unit
A range of Comparables.
IRule - Interface in org.openjdk.jmc.flightrecorder.rules
Rules are used for analyzing flight recordings and creating results that can inform a user about problems.
is(T) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that checks if a value is a specified object.
isAfter(IQuantity) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.Range
 
isArray(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Check if a type name denotes an array.
isBefore(IQuantity) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.Range
 
IScalarAffineTransform - Interface in org.openjdk.jmc.common.unit
A one dimensional affine transform, to be used on numerical quantity values (that is, the numbers in front of a unit).
isCompressedFile(File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Checks if the file is compressed in a way compatible with IOToolkit.openUncompressedStream(File).
isCustom() - Method in class org.openjdk.jmc.common.unit.LinearUnit.Custom
 
isCustom() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
isDescOrRefArray(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Check if a field descriptor or a reference type according to The Java Virtual Machine Specification, Sections 4.3.2 and 4.4.1 respectively, designates an array.
isDescPrimitive(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Check if a field descriptor according to The Java Virtual Machine Specification, Section 4.3.2, designates a primitive type.
isDistinguishFramesByOptimization() - Method in class org.openjdk.jmc.flightrecorder.stacktrace.FrameSeparator
 
isEarlyAccess() - Method in class org.openjdk.jmc.common.version.JavaVersion
 
isEventsEnabled(IItemCollection, String...) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
This method checks if the provided event types were explicitly enabled by checking the recording setting events.
isEventsEnabled(RulesToolkit.EventAvailability...) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
This method returns false if any RulesToolkit.EventAvailability is disabled or unavailable.
isExported() - Method in interface org.openjdk.jmc.common.IMCPackage
 
isExported() - Method in class org.openjdk.jmc.common.util.MCPackage
 
isFalseGuaranteed(IPredicate<?>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Test if a predicate is guaranteed to always evaluate to false.
isGreaterOrEqualThan(JavaVersion) - Method in class org.openjdk.jmc.common.version.JavaVersion
Compare another version instance with this instance.
isGZipFile(File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Returns true if the file is GZip file.
isHotspotJVMName(String) - Static method in class org.openjdk.jmc.common.version.JavaVMVersionToolkit
Returns whether this is a HotSpot JVM or not.
isInside(IQuantity) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.Range
 
isInteger() - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
isInteger() - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
isInteger() - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
isInteger() - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
isInteger() - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
isInteger() - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
isInteger() - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
isInteger() - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
isJRockitJVMName(String) - Static method in class org.openjdk.jmc.common.version.JavaVMVersionToolkit
Returns whether this is a JRockit JVM or not.
isLessAvailableThan(RulesToolkit.EventAvailability) - Method in enum org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit.EventAvailability
Returns true if this EventAvailability is less available than the provided one.
isLinear() - Method in interface org.openjdk.jmc.common.unit.IQuantity
If this quantity is linear.
isLinear() - Method in interface org.openjdk.jmc.common.unit.IUnit
If this unit is linear.
isLinear() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
isLinear() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
isNative() - Method in interface org.openjdk.jmc.common.IMCMethod
Whether this method is native.
isNative() - Method in class org.openjdk.jmc.common.util.MCMethod
 
isNotNull(ICanonicalAccessorFactory<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
Creates an item filter that will return true if attribute value exists, and is not null.
isNull(ICanonicalAccessorFactory<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
Creates an item filter that will return true if attribute value is null, or if the attribute doesn't exist, and false otherwise.
isPoint() - Method in interface org.openjdk.jmc.common.unit.IRange
 
isPrimitive(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Check if a type name denotes a primitive type.
isPrimitive(String) - Static method in class org.openjdk.jmc.common.util.TypeHandling
Check if a class name represents a primitive type or not.
isSameMajorVersion(JavaVersion) - Method in class org.openjdk.jmc.common.version.JavaVersion
Check if another version instance has the same major version as this instance.
isSeparate(IMCFrame, IMCFrame) - Method in class org.openjdk.jmc.flightrecorder.stacktrace.FrameSeparator
Check if two frames are different according to this frame separator.
IState - Interface in org.openjdk.jmc.common
A state container which can be read from.
IStateful - Interface in org.openjdk.jmc.common
A class that can save its state into an IWritableState instance.
isTrueGuaranteed(IPredicate<?>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Test if a predicate is guaranteed to always evaluate to true.
isTruncated() - Method in enum org.openjdk.jmc.common.IMCStackTrace.TruncationState
For all intents and purposes, we assume that IMCStackTrace.TruncationState.UNKNOWN means not truncated.
isUnion() - Method in class org.openjdk.jmc.common.item.ItemFilters.Composite
 
isUnity() - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
isUnity() - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
isUnity() - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
isUnity() - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
isUnity() - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
isUnity() - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
isUnity() - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
isUnity() - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
isZipFile(File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Checks if the file is a ZIP archive.
ITEM_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
ItemFilters - Class in org.openjdk.jmc.common.item
Methods for creating item filters.
ItemFilters() - Constructor for class org.openjdk.jmc.common.item.ItemFilters
 
ItemFilters.AttributeFilter<M> - Class in org.openjdk.jmc.common.item
 
ItemFilters.AttributeValue<M> - Class in org.openjdk.jmc.common.item
 
ItemFilters.BooleanFilter - Class in org.openjdk.jmc.common.item
 
ItemFilters.Composite - Class in org.openjdk.jmc.common.item
 
ItemFilters.Contains - Class in org.openjdk.jmc.common.item
 
ItemFilters.HasAttribute<M> - Class in org.openjdk.jmc.common.item
 
ItemFilters.Matches - Class in org.openjdk.jmc.common.item
 
ItemFilters.Not - Class in org.openjdk.jmc.common.item
 
ItemFilters.NotContains - Class in org.openjdk.jmc.common.item
 
ItemFilters.NotHasAttribute<M> - Class in org.openjdk.jmc.common.item
 
ItemFilters.NotMatches - Class in org.openjdk.jmc.common.item
 
ItemFilters.Type - Class in org.openjdk.jmc.common.item
 
ItemFilters.TypeMatches - Class in org.openjdk.jmc.common.item
 
ItemFilters.Types - Class in org.openjdk.jmc.common.item
 
ItemQueryBuilder - Class in org.openjdk.jmc.common.item
 
ItemResultSetException - Exception in org.openjdk.jmc.flightrecorder.rules.jdk.util
Exception for problems when reading from an IItemResultSet.
ItemResultSetException() - Constructor for exception org.openjdk.jmc.flightrecorder.rules.jdk.util.ItemResultSetException
 
ItemResultSetException(String) - Constructor for exception org.openjdk.jmc.flightrecorder.rules.jdk.util.ItemResultSetException
 
ItemResultSetFactory - Class in org.openjdk.jmc.flightrecorder.rules.jdk.util
Factory for creating an IItemResultSet.
ItemResultSetFactory() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.util.ItemResultSetFactory
 
ItemToolkit - Class in org.openjdk.jmc.common.item
Toolkit methods for performing operations on items.
ItemToolkit() - Constructor for class org.openjdk.jmc.common.item.ItemToolkit
 
ItemTreeBuilder - Class in org.openjdk.jmc.flightrecorder.rules.tree
Helper for building item trees.
ItemTreeBuilder() - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.ItemTreeBuilder
 
ItemTreeToolkit - Class in org.openjdk.jmc.flightrecorder.rules.tree
Toolkit for working with item trees.
ItemTreeToolkit() - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.ItemTreeToolkit
 
itemWithMax(IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
itemWithMin(IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
iterator() - Method in class org.openjdk.jmc.common.collection.BoundedList
Get an iterator from the first available to the last available element at the time the iterator was created.
iterator() - Method in class org.openjdk.jmc.common.collection.FastAccessNumberMap
 
iterator() - Method in class org.openjdk.jmc.common.collection.KeyInValueMap
 
iterator() - Method in class org.openjdk.jmc.common.collection.SimpleArray
 
IteratorToolkit - Class in org.openjdk.jmc.common.collection
Various methods that work with iterators.
IteratorToolkit() - Constructor for class org.openjdk.jmc.common.collection.IteratorToolkit
 
ITreeNode<T> - Interface in org.openjdk.jmc.flightrecorder.rules.tree
A node in a tree.
ITreeVisitor<T> - Interface in org.openjdk.jmc.flightrecorder.rules.tree
Simple visitor for tree nodes.
IType<T> - Interface in org.openjdk.jmc.common.item
A type for objects of class T.
ITypedQuantity<U extends TypedUnit<U>> - Interface in org.openjdk.jmc.common.unit
Type parameterized extension of IQuantity.
IUnit - Interface in org.openjdk.jmc.common.unit
A unit of an affine unit system.
IWritableState - Interface in org.openjdk.jmc.common
A state container which can be written to.

J

JAVA_APPLICATION_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
JAVA_ARGUMENTS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
JAVA_ARGUMENTS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
JAVA_THREAD_END - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
JAVA_THREAD_START - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
JavaBlockingRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.latency
 
JavaBlockingRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.latency.JavaBlockingRule
 
JavaVersion - Class in org.openjdk.jmc.common.version
Parses the java.version property and extracts the components to able to compare versions.
JavaVersion(String) - Constructor for class org.openjdk.jmc.common.version.JavaVersion
Create an instance based on a Java version string as reported by a Java runtime.
JavaVersion(int...) - Constructor for class org.openjdk.jmc.common.version.JavaVersion
Create an instance based on version numbers.
JavaVersion(boolean, int...) - Constructor for class org.openjdk.jmc.common.version.JavaVersion
Create an instance based on version numbers.
JavaVersionSupport - Class in org.openjdk.jmc.common.version
Java versions that have support for various features.
JavaVersionSupport() - Constructor for class org.openjdk.jmc.common.version.JavaVersionSupport
 
JavaVMVersionToolkit - Class in org.openjdk.jmc.common.version
A toolkit to handle JVM versions.
JavaVMVersionToolkit() - Constructor for class org.openjdk.jmc.common.version.JavaVMVersionToolkit
 
JDK_11_EA - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_6 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_7 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_7_U_4 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_7_U_40 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_8 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_8_U_20 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_8_U_40 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JDK_9 - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JdkAggregators - Class in org.openjdk.jmc.flightrecorder.jdk
Various useful aggregators based on JDK flight recorder data.
JdkAggregators() - Constructor for class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
JdkAttributes - Class in org.openjdk.jmc.flightrecorder.jdk
Various attributes based on JDK flight recorder data.
JdkAttributes() - Constructor for class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
JdkFilters - Class in org.openjdk.jmc.flightrecorder.jdk
Various filters based on JDK flight recorder data.
JdkFilters() - Constructor for class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
JdkQueries - Class in org.openjdk.jmc.flightrecorder.jdk
Item queries based on JDK flight recorder data.
JdkQueries() - Constructor for class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
JdkTypeIDs - Class in org.openjdk.jmc.flightrecorder.jdk
Contains type IDs for events that are produced by JDK 11+.
JdkTypeIDs() - Constructor for class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
JFR_DATA_LOST - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
JFR_DATA_LOST - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
JFR_DATA_LOST - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
JFR_DATA_LOST_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
JFR_ENGINE_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JFR_FULLY_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JFR_NOT_COMMERCIAL - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
JfrAttributes - Interface in org.openjdk.jmc.flightrecorder
Attributes that are common to most flight recorder event types.
JfrHtmlRulesReport - Class in org.openjdk.jmc.flightrecorder.rules.report.html
 
JfrHtmlRulesReport() - Constructor for class org.openjdk.jmc.flightrecorder.rules.report.html.JfrHtmlRulesReport
 
JfrLoaderToolkit - Class in org.openjdk.jmc.flightrecorder
A Java 1.7 compatible collection of methods used to load binary JFR data into IItemCollection implementations.
JfrLoaderToolkit() - Constructor for class org.openjdk.jmc.flightrecorder.JfrLoaderToolkit
 
JfrReportPermission - Class in org.openjdk.jmc.flightrecorder.rules.report
 
JfrReportPermission(String) - Constructor for class org.openjdk.jmc.flightrecorder.rules.report.JfrReportPermission
Constructs a JfrReportPermission with the specified name.
JfrReportPermission(String, String) - Constructor for class org.openjdk.jmc.flightrecorder.rules.report.JfrReportPermission
Constructs a new JfrReportPermission object.
JfrRulesReport - Class in org.openjdk.jmc.flightrecorder.rules.report
 
JfrRulesReport() - Constructor for class org.openjdk.jmc.flightrecorder.rules.report.JfrRulesReport
 
JfrRuleTopics - Class in org.openjdk.jmc.flightrecorder.rules.util
A number of constant strings that are used as topics by JMC rules and pages.
JfrRuleTopics() - Constructor for class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
join(Collection<?>, String) - Static method in class org.openjdk.jmc.common.util.StringToolkit
Joins items in collection to one string with delimiter between each item.
join(Object[], String) - Static method in class org.openjdk.jmc.common.util.StringToolkit
Joins items in an array to one string with delimiter between each item.
JVM_ARGUMENTS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
JVM_ARGUMENTS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
JVM_CPU_INFO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.HighJvmCpuRule
 
JVM_INFORMATION_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
JVM_NAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
JVM_NAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
JVM_SHUTDOWN_REASON - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
JVM_SHUTDOWN_TIME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
JVM_START_TIME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
JVM_START_TIME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
JVM_SYSTEM - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
JVM_TOTAL - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
JVM_USER - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
JVM_VERSION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
JVM_VERSION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
JvmInternalsDataProvider - Class in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders
Helper class used to share analysis of JVM related information, such as flags.
JvmInternalsDataProvider() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.JvmInternalsDataProvider
 

K

KeyInValueMap<K,V> - Class in org.openjdk.jmc.common.collection
A map for values that has the key inside the value, so only storing the value directly without a wrapping map entry is sufficient.
KeyInValueMap(int, float) - Constructor for class org.openjdk.jmc.common.collection.KeyInValueMap
Create a new map.
keySet() - Method in interface org.openjdk.jmc.common.unit.IConstrainedMap
 
keySet() - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
kind - Variable in class org.openjdk.jmc.common.item.PersistableItemFilter
 
kindOfQuantity - Variable in class org.openjdk.jmc.common.unit.BinaryUnitSelector
 
kindOfQuantity - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
kindOfQuantity - Variable in class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
KindOfQuantity<U extends TypedUnit<U>> - Class in org.openjdk.jmc.common.unit
 
KindOfQuantity.ExactFormatter<U extends TypedUnit<U>> - Class in org.openjdk.jmc.common.unit
 
KindOfQuantity.VerboseFormatter<U extends TypedUnit<U>> - Class in org.openjdk.jmc.common.unit
 

L

LABELED_IDENTIFIER - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
LabeledIdentifier - Class in org.openjdk.jmc.common.util
An identifier with a name and a description.
LabeledIdentifier(String, long, String, String) - Constructor for class org.openjdk.jmc.common.util.LabeledIdentifier
Create a new instance.
LARGEST_MAX_HEAP_SIZE_FROM_FLAG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
last(IAttribute<V>) - Static method in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
Aggregator for getting the last value, ie.
LAST_ITEM_END - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
LayerBreakdown(int) - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor.LayerBreakdown
 
LayerBreakdownGenerator - Class in org.openjdk.jmc.flightrecorder.rules.tree.traversal
Same as LayerBreakDownVisitor, but iterator based instead of visitor based.
LayerBreakdownGenerator(ITreeNode<IItem>) - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownGenerator
 
LayerBreakdownVisitor - Class in org.openjdk.jmc.flightrecorder.rules.tree.traversal
 
LayerBreakdownVisitor() - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor
 
LayerBreakdownVisitor.LayerBreakdown - Class in org.openjdk.jmc.flightrecorder.rules.tree.traversal
 
LayerBreakdownVisitor.LayerEntry - Class in org.openjdk.jmc.flightrecorder.rules.tree.traversal
 
LayerEntry(IType<?>, IQuantity) - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor.LayerEntry
 
leastSquareMemory(Iterator<? extends IItem>, IMemberAccessor<IQuantity, IItem>, IMemberAccessor<IQuantity, IItem>) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
 
left - Variable in class org.openjdk.jmc.common.util.Pair
Left data item.
less(ICanonicalAccessorFactory<M>, M) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
less(IMemberAccessor<? extends M, T>, Comparable<? super M>, boolean) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that compares values to a limit.
less(IMemberAccessor<? extends M, T>, Comparable<? super M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that compares values to a limit.
lessOrEqual(ICanonicalAccessorFactory<M>, M) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
lessOrEqual(IMemberAccessor<? extends M, T>, Comparable<? super M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that compares values to a limit.
LIFETIME - Static variable in interface org.openjdk.jmc.flightrecorder.JfrAttributes
 
limit - Variable in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanLimit
 
LinearKindOfQuantity - Class in org.openjdk.jmc.common.unit
The kind of a linear (scalar) physical quantity.
LinearKindOfQuantity(String, String) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity
Create a new linear kind of quantity, with content type identifier id and sole unit identifier atomUnitId.
LinearKindOfQuantity(String, String, P, P) - Constructor for class org.openjdk.jmc.common.unit.LinearKindOfQuantity
Create a new linear kind of quantity, with content type identifier id and atom unit identifier atomUnitId, using prefixes in the range minPrefix to maxPrefix.
LinearKindOfQuantity.AutoFormatter - Class in org.openjdk.jmc.common.unit
 
LinearKindOfQuantity.DualUnitFormatter - Class in org.openjdk.jmc.common.unit
 
LinearKindOfQuantity.LinearUnitSelector - Interface in org.openjdk.jmc.common.unit
 
LinearUnit - Class in org.openjdk.jmc.common.unit
A measurement unit for a particular kind of quantity.
LinearUnit(LinearKindOfQuantity, String, ScaleFactor, String, String, String...) - Constructor for class org.openjdk.jmc.common.unit.LinearUnit
 
LinearUnit.Custom - Class in org.openjdk.jmc.common.unit
 
ListToolkit - Class in org.openjdk.jmc.common.collection
Various methods that work with lists.
ListToolkit() - Constructor for class org.openjdk.jmc.common.collection.ListToolkit
 
loadDocumentFromFile(File) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Loads an XML document from the specified file.
loadDocumentFromStream(InputStream) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Loads an XML document from the specified stream.
loadDocumentFromString(String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Loads an XML document from its string representation.
loadEvents(InputStream) - Static method in class org.openjdk.jmc.flightrecorder.JfrLoaderToolkit
Loads a potentially zipped or gzipped input stream using the parser extensions loaded from the java service loader
loadEvents(InputStream, List<? extends IParserExtension>) - Static method in class org.openjdk.jmc.flightrecorder.JfrLoaderToolkit
Loads a potentially zipped or gzipped input stream using the parser extensions loaded from the java service loader
loadEvents(File) - Static method in class org.openjdk.jmc.flightrecorder.JfrLoaderToolkit
Loads a potentially zipped or gzipped file using the parser extensions loaded from the java service loader
loadEvents(List<File>) - Static method in class org.openjdk.jmc.flightrecorder.JfrLoaderToolkit
Loads a recording from a sequence of potentially zipped or gzipped files using the parser extensions loaded from the java service loader
loadEvents(List<File>, List<? extends IParserExtension>) - Static method in class org.openjdk.jmc.flightrecorder.JfrLoaderToolkit
Loads a recording from a sequence of potentially zipped or gzipped file using the supplied parser extensions
loadFromFile(File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Read lines from a text file.
loadFromStream(InputStream) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Read lines from an input stream.
localizedFormat(boolean, boolean) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
localizedFormatFor(Number, boolean, boolean) - Method in class org.openjdk.jmc.common.unit.LinearUnit.Custom
 
localizedFormatFor(Number, boolean, boolean) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
localizedFormatFor(Number, boolean, boolean) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
localizedFormatFor(Number, boolean, boolean) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
localizedMsg - Variable in enum org.openjdk.jmc.common.unit.QuantityConversionException.Problem
 
localizedName - Variable in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
localizedName() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
localizedName() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
localizedName() - Method in interface org.openjdk.jmc.common.unit.IPrefix
 
localizedName - Variable in enum org.openjdk.jmc.flightrecorder.rules.jdk.memory.ReferenceStatisticsType
 
LOCK_INSTANCES_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
log1024() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
logMsg - Variable in enum org.openjdk.jmc.common.unit.QuantityConversionException.Problem
 
LONG_FLAG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
LONG_FLAG_CHANGED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
LONGEST_COMPILATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
LONGEST_EVENT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
LONGEST_GC_PAUSE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
LongestDurationIterator - Class in org.openjdk.jmc.flightrecorder.rules.tree.traversal
Iterates from the root to the leaf, always selecting the event with the longest duration in each layer.
LongestDurationIterator(ITreeNode<IItem>) - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LongestDurationIterator
 
LongGcPauseRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
LongGcPauseRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LongGcPauseRule
 
LongPostOffsetTransform - Class in org.openjdk.jmc.common.unit
IScalarAffineTransform used as the inverse of LongPreOffsetTransform to avoid losing the precision of the long offset.
LongPostOffsetTransform(double, long) - Constructor for class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
LongPreOffsetTransform - Class in org.openjdk.jmc.common.unit
Transform that adds an offset first and then multiplies with the multiplier.
LongPreOffsetTransform(long, double) - Constructor for class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
LongScaleFactor - Class in org.openjdk.jmc.common.unit
Short term ScaleFactor implementation to improve custom units.
LongScaleFactor(long) - Constructor for class org.openjdk.jmc.common.unit.LongScaleFactor
 
longValue() - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value of this quantity as a long.
longValueIn(IUnit, long) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value that this quantity would have if expressed in the unit targetUnit, rounded to a mathematical integer, if that numerical value is in the range [-maxAbsValue-1, maxAbsValue].
longValueIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value that this quantity would have if expressed in the unit targetUnit, rounded to a mathematical integer, if that numerical value can be represented in a long.
lookupNameFor(String) - Static method in class org.openjdk.jmc.common.unit.ContentType
 
LowOnPhysicalMemoryRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
LowOnPhysicalMemoryRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.LowOnPhysicalMemoryRule
 

M

M2 - Variable in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
m_identifier - Variable in class org.openjdk.jmc.common.unit.ContentType
 
MACHINE_TOTAL - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
main(String[]) - Static method in class org.openjdk.jmc.flightrecorder.RecordingPrinter
Main method that will print a recording Usage:
main(String[]) - Static method in class org.openjdk.jmc.flightrecorder.rules.report.html.JfrHtmlRulesReport
 
main(String[]) - Static method in class org.openjdk.jmc.flightrecorder.rules.report.JfrRulesReport
 
main(String[]) - Static method in class org.openjdk.jmc.flightrecorder.util.ChunkReader
Program for listing the number of chunks in a recording.
main(String[]) - Static method in class org.openjdk.jmc.flightrecorder.util.SplitRecording
 
makeCustomUnit(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
Create a custom unit.
makeUnit(String, ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
Create an off-system unit with no default localized name.
makeUnit(String, ITypedQuantity<LinearUnit>, String) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
ManagementAgentRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
ManagementAgentRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.ManagementAgentRule
 
ManyRunningProcessesRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.cpu
 
ManyRunningProcessesRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.ManyRunningProcessesRule
 
mapExp(double, double, double, double) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
 
mapExp100(double, double) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
An exponential mapping from 0/infinity to 0/100 passing through 75 at limit.
mapExp100(double, double, double) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
An exponential mapping from 0/infinity to 0/100 passing through 25 and 75 at limits.
mapExp100Y(double, double, double) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
An exponential mapping from 0/infinity to 0/100 passing through y1 at x1.
mapExp74(double, double) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
An exponential mapping from 0/infinity to 0/74 passing through 25 at limit.
mapLin100(double, double, double) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
An multi-linear mapping from 0/1 to 0/100 passing through 25 and 75 at limits.
mapSigmoid(double, double, double, double, double, double) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Maps the input value into a value between the minimum and maximum values (exclusive) using a sigmoidal curve with the given parameters.
MapToolkit - Class in org.openjdk.jmc.common.collection
Useful methods related to maps.
MapToolkit() - Constructor for class org.openjdk.jmc.common.collection.MapToolkit
 
MapToolkit.IntEntry<K> - Class in org.openjdk.jmc.common.collection
A map entry used to store integer values.
mass - Variable in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanSquare
 
matches(ICanonicalAccessorFactory<String>, String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
matches(IMemberAccessor<? extends String, T>, String) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that checks if a string value matches a regular expression.
matches(IAttribute<?>) - Method in class org.openjdk.jmc.flightrecorder.parser.ValueField
Check if a value field matches an attribute.
matchRange(RangeMatchPolicy, ICanonicalAccessorFactory<IRange<M>>, IRange<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
matchRange(PersistableItemFilter.Kind, ICanonicalAccessorFactory<IRange<M>>, IRange<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
max(IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
max(String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
max(String, String, IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
max(String, String, String, IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
max(M, M) - Static method in class org.openjdk.jmc.common.unit.QuantitiesToolkit
 
MAX_BLOCKED_TIME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
MAX_DURATION_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLoadingRule
 
MAX_ENDTIME - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.MethodProfilingDataProvider
 
MAX_IO_TIME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
MAX_NUMBER_OF_CLASSES_TO_REPORT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLeakingRule
 
MAX_NUMBER_OF_CLASSES_TO_REPORT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationRule
 
MAX_USED_MEMORY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
maxNumericalValue - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
maxPresent(M, M) - Static method in class org.openjdk.jmc.common.unit.QuantitiesToolkit
 
MCClassLoader - Class in org.openjdk.jmc.common.util
Base implementation of the IMCClassLoader interface.
MCClassLoader(IMCType, String) - Constructor for class org.openjdk.jmc.common.util.MCClassLoader
Create a new classloader instance.
MCFrame - Class in org.openjdk.jmc.common.util
Base implementation of the IMCFrame interface.
MCFrame(IMCMethod, Integer, Integer, IMCFrame.Type) - Constructor for class org.openjdk.jmc.common.util.MCFrame
Create a new frame instance.
MCMethod - Class in org.openjdk.jmc.common.util
Base implementation of the IMCMethod interface.
MCMethod(IMCType, String, String, Integer, Boolean) - Constructor for class org.openjdk.jmc.common.util.MCMethod
Create a new instance.
MCOldObject - Class in org.openjdk.jmc.common.util
Base implementation of the IMCOldObject interface.
MCOldObject(IQuantity, IMCType, String, IMCOldObject, String, IQuantity, IQuantity, IQuantity) - Constructor for class org.openjdk.jmc.common.util.MCOldObject
Create a new old object instance.
MCPackage - Class in org.openjdk.jmc.common.util
Base implementation of the IMCPackage interface.
MCStackTrace - Class in org.openjdk.jmc.common.util
Base class for stack traces.
MCStackTrace(List<IMCFrame>, IMCStackTrace.TruncationState) - Constructor for class org.openjdk.jmc.common.util.MCStackTrace
Create a new stack trace instance.
MCType - Class in org.openjdk.jmc.common.util
Base implementation of the IMCType interface.
mean - Variable in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
MemberAccessorToolkit - Class in org.openjdk.jmc.common.util
Toolkit for working with member accessors.
MemberAccessorToolkit() - Constructor for class org.openjdk.jmc.common.util.MemberAccessorToolkit
 
memberOf(ICanonicalAccessorFactory<M>, Set<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
memberOf(IMemberAccessor<? extends M, T>, Set<? extends M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that checks if a value is included in a specified set.
MEMORY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
MEMORY_LEAK_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
merge(Aggregators.AdvancedMinMaxConsumer<V, T>) - Method in class org.openjdk.jmc.common.item.Aggregators.AdvancedMinMaxConsumer
 
merge(Aggregators.AvgConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.AvgConsumer
 
merge(Aggregators.CountConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.CountConsumer
 
merge(Aggregators.MinMaxConsumer<V>) - Method in class org.openjdk.jmc.common.item.Aggregators.MinMaxConsumer
 
merge(Aggregators.SetConsumer<T>) - Method in class org.openjdk.jmc.common.item.Aggregators.SetConsumer
 
merge(Aggregators.VarianceConsumer) - Method in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
merge(C) - Method in interface org.openjdk.jmc.common.item.IItemConsumer
Merges this object with the supplied object.
MergingAggregator(String, String, IType<? super V>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.MergingAggregator
 
Messages - Class in org.openjdk.jmc.flightrecorder.parser.synthetic
 
METASPACE_OOM - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
METASPACE_OOM - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
METASPACE_OOM_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
METASPACE_SUMMARY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
METASPACE_SUMMARY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
METASPACE_SUMMARY_AFTER_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
METASPACE_SUMMARY_AFTER_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
MetaspaceOomRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
MetaspaceOomRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.MetaspaceOomRule
 
METHOD - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
METHOD_PROFILING_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
MethodProfilingDataProvider - Class in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders
Helper class for analyzing sets of method profiling samples.
MethodProfilingDataProvider() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.MethodProfilingDataProvider
 
MethodProfilingRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.latency
Rule that calculates the top method balance in a sliding window throughout the recording with a relevance calculated by the ratio of samples to maximum samples for that period.
MethodProfilingRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.latency.MethodProfilingRule
 
METHODS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
MethodToolkit - Class in org.openjdk.jmc.common.util
Helper class to support IMCType and IMCMethod implementations and to handle conversion of reference types and field descriptors according to The Java Virtual Machine Specification, Section 4.4.1 and Section 4.3.2, respectively, into Java type formats according to The Java Language Specification, Sections 6.7 and 13.1.
MICROSECOND - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
MILLISECOND - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
min(IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
min(String, IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
min(String, String, String, IAttribute<V>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
min(M, M) - Static method in class org.openjdk.jmc.common.unit.QuantitiesToolkit
 
MIN_CPU_RATIO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.FewSampledThreadsRule
 
MIN_ENDTIME - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.MethodProfilingDataProvider
 
MIN_HW_THREADS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
MIN_NUMBER_OF_CORES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
MIN_NUMBER_OF_SOCKETS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
MIN_SAMPLE_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.FewSampledThreadsRule
 
MIN_SAMPLE_COUNT_PER_THREAD - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.FewSampledThreadsRule
 
MIN_TOTAL_MEMORY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
MINIMUM_CPU_LOAD_PERIOD - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.HighJvmCpuRule
 
MinMaxConsumer(IMemberAccessor<? extends V, IItem>, boolean) - Constructor for class org.openjdk.jmc.common.item.Aggregators.MinMaxConsumer
 
minNumericalValue - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
minPresent(M, M) - Static method in class org.openjdk.jmc.common.unit.QuantitiesToolkit
 
MINUTE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
MISSING_SAMPLE_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.HighJvmCpuRule
 
MODULE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
MODULE_EXPORT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
MODULE_REQUIRE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
MONITOR_ADDRESS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
MONITOR_BALANCE_BY_INSTANCE - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.JavaBlockingRule
 
MONITOR_BALANCE_BY_THREAD - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.JavaBlockingRule
 
MONITOR_CLASS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
MONITOR_ENTER - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
MONITOR_ENTER - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
MONITOR_PREVIOUS_OWNER - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
MONITOR_WAIT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
more(ICanonicalAccessorFactory<M>, M) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
more(IMemberAccessor<? extends M, T>, Comparable<? super M>, boolean) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that compares values to a limit.
more(IMemberAccessor<? extends M, T>, Comparable<? super M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that compares values to a limit.
moreOrEqual(ICanonicalAccessorFactory<M>, M) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
moreOrEqual(IMemberAccessor<? extends M, T>, Comparable<? super M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that compares values to a limit.
multiply(long) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Returns a new quantity that is this quantity multiplied with factor, if this is a linear quantity.
multiply(double) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Returns a new quantity that is this quantity multiplied with factor, if this is a linear quantity.
multiply(long) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
multiply(double) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
MutableConstrainedMap<K> - Class in org.openjdk.jmc.common.unit
A mutable extension to IConstrainedMap.
MutableConstrainedMap() - Constructor for class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
MutableConstrainedMap(HashMap<K, Object>) - Constructor for class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
mutableCopy() - Method in interface org.openjdk.jmc.common.unit.IConstrainedMap
Create a mutable copy of this map, containing the same initial values as this map.
mutableCopy() - Method in class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 

N

n - Variable in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
NANOSECOND - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
negate() - Method in enum org.openjdk.jmc.common.item.PersistableItemFilter.Kind
Return the exact negation of this kind of filter, if such a kind is defined.
nestedTypes(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Get the nested type name of a class.
NEW_RATIO - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
NEW_RATIO_MIN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
newItemConsumer(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.Avg
 
newItemConsumer(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.MinMax
 
newItemConsumer(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.Stddev
 
newItemConsumer(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.Sum
 
newItemConsumer(IType<IItem>) - Method in class org.openjdk.jmc.common.item.Aggregators.Variance
 
newItemConsumer(IType<IItem>) - Method in interface org.openjdk.jmc.common.item.IItemConsumerFactory
 
next() - Method in interface org.openjdk.jmc.flightrecorder.rules.jdk.util.IItemResultSet
Advances the cursor to the next row in the result set.
next() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.BFIterator
 
next() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.DFIterator
 
next() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LongestDurationIterator
 
NO_RMI_SOCKET_READ - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
NO_RMI_SOCKET_READ - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
NO_RMI_SOCKET_WRITE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
NO_RMI_SOCKET_WRITE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
nominalValueDigits - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity.AutoFormatter
 
NON_NMETHOD_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
NON_NMETHODS_ADAPTORS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
NON_NMETHODS_ENTRIES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
NON_NMETHODS_UNALLOCATED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
NON_PROFILED_METHODS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
NON_PROFILED_NMETHODS_ENTRIES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
NON_PROFILED_NMETHODS_UNALLOCATED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
NON_PROFILED_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
none() - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
not(IItemFilter) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
not(IPredicate<T>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Invert a predicate.
NOT_APPLICABLE - Static variable in class org.openjdk.jmc.flightrecorder.rules.Result
Magic numbers for specific cases where an IRule returns a Result without a score
notContains(ICanonicalAccessorFactory<String>, String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
notEquals(ICanonicalAccessorFactory<M>, M) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
notEquals(IMemberAccessor<?, T>, Object) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Create a predicate that checks if a value is not equal to a specified object.
notHasAttribute(ICanonicalAccessorFactory<V>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
NotHasAttribute(ICanonicalAccessorFactory<M>) - Constructor for class org.openjdk.jmc.common.item.ItemFilters.NotHasAttribute
 
notMatches(ICanonicalAccessorFactory<String>, String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
noUnit(String, T, IPersister<T>) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
noUnit(String, IQuantity) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
NUMBER - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
NUMBER_OF_CORES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
NUMBER_OF_DISTINCT_HOSTS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
NUMBER_OF_DISTINCT_PORTS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
NUMBER_OF_SOCKETS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
NUMBER_UNITY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
numberValue() - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value that this quantity, as either a Long or a Number with at least the precision of double.
numberValueIn(IUnit) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Get the numerical quantity value that this quantity would have if expressed in the unit targetUnit, as either a Long or a Number with at least the precision of double.
NUMERICAL_ATTRIBUTE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 

O

OBJECT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OBJECT_CLASS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OBJECT_CLASS_FULLNAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OBJECT_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
OBJECT_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
OBJECT_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
OBJECT_COUNT_MAX_INSTANCES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
OBJECT_COUNT_MAX_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
ObjectStatisticsDataProvider - Class in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders
Helper class with methods for calculations relating to heap objects.
ObjectStatisticsDataProvider() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.ObjectStatisticsDataProvider
 
of(T[]) - Static method in class org.openjdk.jmc.common.collection.IteratorToolkit
Iterator that iterates over an array.
OLD_COLLECTOR - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
OLD_COLLECTOR - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OLD_OBJECT - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
OLD_OBJECT_ADDRESS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OLD_OBJECT_ADDRESSES_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
OLD_OBJECT_ARRAY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
OLD_OBJECT_ARRAY_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OLD_OBJECT_CLASS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OLD_OBJECT_DESCRIPTION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OLD_OBJECT_FIELD - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
OLD_OBJECT_GC_ROOT - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
OLD_OBJECT_SAMPLE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
OnLoadFilters - Class in org.openjdk.jmc.flightrecorder.parser.filter
Utility methods for creating IOnLoadFilters
OnLoadFilters() - Constructor for class org.openjdk.jmc.flightrecorder.parser.filter.OnLoadFilters
 
OOM_SCORE - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.DumpReasonRule
 
openUncompressedStream(File) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Get an input stream for a optionally compressed file.
openUncompressedStream(InputStream) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Get an input stream for a optionally compressed input stream.
OPERATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OptionsCheckRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
Check that used command line options are: Not on a list of known not recommended options/values Not deprecated (also check Java versions later than the one currently used) Documented Warn for any detected options that do not fulfill these criteria.
OptionsCheckRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.OptionsCheckRule
 
or(String, IAttribute<Boolean>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
or(IItemFilter...) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
or(Collection<IPredicate<T>>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Combine a collection of predicates using an OR operation.
org.openjdk.jmc.common - package org.openjdk.jmc.common
This package contains interfaces used in Mission Control to identify classes, methods, stack traces etc.
org.openjdk.jmc.common.collection - package org.openjdk.jmc.common.collection
 
org.openjdk.jmc.common.io - package org.openjdk.jmc.common.io
 
org.openjdk.jmc.common.item - package org.openjdk.jmc.common.item
This package contains the IItem data model.
org.openjdk.jmc.common.unit - package org.openjdk.jmc.common.unit
This package contains the data model for quantities and units.
org.openjdk.jmc.common.util - package org.openjdk.jmc.common.util
 
org.openjdk.jmc.common.version - package org.openjdk.jmc.common.version
This package contains classes used in Mission Control to identify JVM versions.
org.openjdk.jmc.flightrecorder - package org.openjdk.jmc.flightrecorder
 
org.openjdk.jmc.flightrecorder.jdk - package org.openjdk.jmc.flightrecorder.jdk
 
org.openjdk.jmc.flightrecorder.memleak - package org.openjdk.jmc.flightrecorder.memleak
 
org.openjdk.jmc.flightrecorder.parser - package org.openjdk.jmc.flightrecorder.parser
Parser extensions are a way to modify events read from a Flight Recording.
org.openjdk.jmc.flightrecorder.parser.filter - package org.openjdk.jmc.flightrecorder.parser.filter
 
org.openjdk.jmc.flightrecorder.parser.synthetic - package org.openjdk.jmc.flightrecorder.parser.synthetic
 
org.openjdk.jmc.flightrecorder.rules - package org.openjdk.jmc.flightrecorder.rules
This package contains interfaces and classes for working with Rules and RuleResults.
org.openjdk.jmc.flightrecorder.rules.jdk - package org.openjdk.jmc.flightrecorder.rules.jdk
 
org.openjdk.jmc.flightrecorder.rules.jdk.combine - package org.openjdk.jmc.flightrecorder.rules.jdk.combine
 
org.openjdk.jmc.flightrecorder.rules.jdk.compilation - package org.openjdk.jmc.flightrecorder.rules.jdk.compilation
 
org.openjdk.jmc.flightrecorder.rules.jdk.cpu - package org.openjdk.jmc.flightrecorder.rules.jdk.cpu
 
org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders - package org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders
 
org.openjdk.jmc.flightrecorder.rules.jdk.exceptions - package org.openjdk.jmc.flightrecorder.rules.jdk.exceptions
 
org.openjdk.jmc.flightrecorder.rules.jdk.general - package org.openjdk.jmc.flightrecorder.rules.jdk.general
 
org.openjdk.jmc.flightrecorder.rules.jdk.io - package org.openjdk.jmc.flightrecorder.rules.jdk.io
 
org.openjdk.jmc.flightrecorder.rules.jdk.latency - package org.openjdk.jmc.flightrecorder.rules.jdk.latency
 
org.openjdk.jmc.flightrecorder.rules.jdk.memory - package org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
org.openjdk.jmc.flightrecorder.rules.jdk.util - package org.openjdk.jmc.flightrecorder.rules.jdk.util
This package contains helper classes that will be moved in a later release.
org.openjdk.jmc.flightrecorder.rules.report - package org.openjdk.jmc.flightrecorder.rules.report
 
org.openjdk.jmc.flightrecorder.rules.report.html - package org.openjdk.jmc.flightrecorder.rules.report.html
 
org.openjdk.jmc.flightrecorder.rules.tree - package org.openjdk.jmc.flightrecorder.rules.tree
 
org.openjdk.jmc.flightrecorder.rules.tree.traversal - package org.openjdk.jmc.flightrecorder.rules.tree.traversal
 
org.openjdk.jmc.flightrecorder.rules.util - package org.openjdk.jmc.flightrecorder.rules.util
 
org.openjdk.jmc.flightrecorder.stacktrace - package org.openjdk.jmc.flightrecorder.stacktrace
 
org.openjdk.jmc.flightrecorder.util - package org.openjdk.jmc.flightrecorder.util
 
OS_INFORMATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
OS_MEMORY_SUMMARY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
OS_MEMORY_SUMMARY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
OS_MEMORY_SUMMARY - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
OS_MEMORY_TOTAL - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OS_MEMORY_USED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OS_SWITCH_RATE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OS_VERSION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
OS_VERSION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OTHER_CPU - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
OTHER_CPU_INFO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.CompareCpuRule
 
OTHER_CPU_WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.CompareCpuRule
 
OTHER_PROCESSES_INFO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.cpu.ManyRunningProcessesRule
 
OUTSIDE_TLAB_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 

P

PACKAGE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
Pair<L,R> - Class in org.openjdk.jmc.common.util
A generic pair of data items.
Pair(L, R) - Constructor for class org.openjdk.jmc.common.util.Pair
Create a new pair.
PARALLEL_GC_THREAD_COUNT_MAX - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
PARALLEL_GC_THREAD_COUNT_MIN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
PARALLEL_GC_THREADS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
PARENT_CLASSLOADER - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
PARENT_CLASSLOADER_STRING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
parseInteractive(String) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
parseInteractive(String) - Method in interface org.openjdk.jmc.common.unit.IConstraint
Parse an interactive string.
parseInteractive(String) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
Parse an interactive string.
parseInteractive(String) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
parseInteractive(String, Map<String, ? extends LinearUnit>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
parseInteractive(String) - Method in class org.openjdk.jmc.common.unit.WrappingPersister
 
parseJavaVersion(String) - Static method in class org.openjdk.jmc.common.version.JavaVMVersionToolkit
Parses version string to find java version, such as 1.6.
parsePersisted(String) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
parsePersisted(String) - Method in interface org.openjdk.jmc.common.unit.IConstraint
Parse a persisted string.
parsePersisted(String) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
Parse a persisted string.
parsePersisted(String) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
parsePersisted(String) - Method in class org.openjdk.jmc.common.unit.WrappingPersister
 
parsePersistedJvmTimespan(String) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Converts a value persisted as a string by the JVM into an IQuantity.
ParserExtensionRegistry - Class in org.openjdk.jmc.flightrecorder.parser
Handles loading of parser extension factories using Java Service Loader.
ParserExtensionRegistry() - Constructor for class org.openjdk.jmc.flightrecorder.parser.ParserExtensionRegistry
 
PASSWORD_PATTERN - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInArgumentsRule
 
PasswordsInArgumentsRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
PasswordsInArgumentsRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInArgumentsRule
 
PasswordsInEnvironmentRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
PasswordsInEnvironmentRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInEnvironmentRule
 
PasswordsInSystemPropertiesRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
PasswordsInSystemPropertiesRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.PasswordsInSystemPropertiesRule
 
PATH_ACCESSOR_FACTORY - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.MethodProfilingDataProvider
 
PERCENT - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
PERCENT_UNITY - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
PERCENTAGE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
PersistableItemFilter - Class in org.openjdk.jmc.common.item
Simple provisional persistence implementation for item filter.
PersistableItemFilter(PersistableItemFilter.Kind) - Constructor for class org.openjdk.jmc.common.item.PersistableItemFilter
 
PersistableItemFilter.Kind - Enum in org.openjdk.jmc.common.item
 
persistableString(T) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
persistableString(T) - Method in interface org.openjdk.jmc.common.unit.IConstraint
A string representation independent of locale or internationalization, that when parsed using IConstraint.parsePersisted(String) (on this instance) yields a result that is equal to the given value.
persistableString(T) - Method in interface org.openjdk.jmc.common.unit.IPersister
A string representation independent of locale or internationalization, that when parsed using IConstraint.parsePersisted(String) (on this instance) yields a result that is equal to the given value.
persistableString() - Method in interface org.openjdk.jmc.common.unit.IQuantity
A string representation independent of locale or internationalization, that when parsed using KindOfQuantity.parsePersisted(String) (by this quantity's kind of quantity) yields a value that is equal to this quantity.
persistableString(IQuantity) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
persistableString(T) - Method in class org.openjdk.jmc.common.unit.WrappingPersister
 
persistableStringFor(Number) - Method in class org.openjdk.jmc.common.unit.LinearUnit.Custom
 
persistableStringFor(Number) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
persistableStringFor(Number) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
persistableStringFor(Number) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
persister - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
 
PID - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
PLAIN_TEXT - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
pointRange(IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that constructs point ranges (ranges with zero extent) based on point values.
powerOf10() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
powerOf2 - Variable in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
PredicateToolkit - Class in org.openjdk.jmc.common.util
Toolkit used to create instances of IPredicate matching various criteria.
PredicateToolkit() - Constructor for class org.openjdk.jmc.common.util.PredicateToolkit
 
prefixSI - Variable in enum org.openjdk.jmc.common.unit.BinaryPrefix
Deprecated.
Accept that kilobytes and kibibytes are different units.
prettyPrint(Element) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Pretty prints an XML document to a string, starting from the specified element.
prettyPrint(Element, Writer) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Pretty prints an XML document to a writer, starting from the specified element.
print(IItemCollection) - Method in class org.openjdk.jmc.flightrecorder.RecordingPrinter
 
printEvent(IItem) - Method in class org.openjdk.jmc.flightrecorder.RecordingPrinter
 
printReport(String, Severity, boolean, boolean, String...) - Static method in class org.openjdk.jmc.flightrecorder.rules.report.JfrRulesReport
Prints an automated analysis report for the JFR files with the specified fileNames.
printTree(ITreeNode<IItem>) - Static method in class org.openjdk.jmc.flightrecorder.rules.tree.ItemTreeToolkit
 
problem - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
PROCESSES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
PROCESSES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
PROCESSES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
PROCESSES_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
processPayload(T, int) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.BFTreeVisitor
Override in subclasses to act on the values in breadth first order.
processPayload(T, int) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.DFTreeVisitor
Override in subclasses to act on the values in depth first order.
processPayload(IItem, int) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownGenerator
 
processPayload(IItem, int) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor
 
PROFILED_ENTRIES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
PROFILED_METHODS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
PROFILED_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
PROFILED_UNALLOCATED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
prototype - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException.Persisted
 
prototype - Variable in exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
 
put(long, T) - Method in class org.openjdk.jmc.common.collection.FastAccessNumberMap
Store a value at an index.
put(K, Object) - Method in interface org.openjdk.jmc.common.unit.IMutableConstrainedMap
Map key to value, if allowed according to either an existing constraint or an implicit default constraint, if available.
put(K, IConstraint<T>, T) - Method in interface org.openjdk.jmc.common.unit.IMutableConstrainedMap
Map key to value, if allowed according to constraint and additional restrictions on this map such as a conflicting constraint being in effect for this key.
put(K, Object) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
put(K, IConstraint<T>, T) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
putPersistedString(K, String) - Method in interface org.openjdk.jmc.common.unit.IMutableConstrainedMap
Map key to the value obtained by parsing persisted, if allowed according to either an existing constraint or an implicit default constraint, if available.
putPersistedString(K, IConstraint<T>, String) - Method in interface org.openjdk.jmc.common.unit.IMutableConstrainedMap
Map key to the value obtained by parsing persisted, if allowed according to constraint and additional restrictions on this map such as a conflicting constraint being in effect for this key.
putPersistedString(K, String) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
putPersistedString(K, IConstraint<T>, String) - Method in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
putString(String, String) - Method in interface org.openjdk.jmc.common.IWritableState
Stores a named attribute value.
putValueType(IWritableState, ContentType<?>) - Static method in class org.openjdk.jmc.common.item.PersistableItemFilter
 

Q

QuantitiesToolkit - Class in org.openjdk.jmc.common.unit
 
QuantitiesToolkit() - Constructor for class org.openjdk.jmc.common.unit.QuantitiesToolkit
 
quantity(Number) - Method in interface org.openjdk.jmc.common.unit.IUnit
Create a quantity expressed in this unit and with a numerical quantity value equal to numericalValue.
quantity(long) - Method in interface org.openjdk.jmc.common.unit.IUnit
Create a quantity expressed in this unit and with a numerical quantity value equal to numericalValue.
quantity(double) - Method in interface org.openjdk.jmc.common.unit.IUnit
Create a quantity expressed in this unit and with a numerical quantity value equal to numericalValue.
quantity(long) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
quantity(double) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
Quantity(QuantityConversionException.Problem, String, IQuantity) - Constructor for exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
 
Quantity(QuantityConversionException.Problem, IQuantity, IQuantity) - Constructor for exception org.openjdk.jmc.common.unit.QuantityConversionException.Quantity
 
quantity(Number) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
quantity(long) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
quantity(double) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
quantity(Number) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
quantity(long) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
quantity(double) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
QuantityConversionException - Exception in org.openjdk.jmc.common.unit
Exception denoting problem converting between representations of physical quantities ("numbers with units").
QuantityConversionException(QuantityConversionException.Problem, String) - Constructor for exception org.openjdk.jmc.common.unit.QuantityConversionException
 
QuantityConversionException.Persisted - Exception in org.openjdk.jmc.common.unit
 
QuantityConversionException.Problem - Enum in org.openjdk.jmc.common.unit
 
QuantityConversionException.Quantity - Exception in org.openjdk.jmc.common.unit
 
QuantityRange<U extends TypedUnit<U>> - Class in org.openjdk.jmc.common.unit
A finite range of quantities.

R

Range - Class in org.openjdk.jmc.flightrecorder.rules.tree
A range of quantities.
Range(IQuantity, IQuantity) - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.Range
 
rangeContained(IMemberAccessor<? extends IRange<M>, T>, IRange<M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Return a predicate based on limit according to RangeMatchPolicy.CONTAINED_IN_CLOSED.
rangeContainedIn(ICanonicalAccessorFactory<IRange<M>>, IRange<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
Match a range according to RangeMatchPolicy.CONTAINED_IN_CLOSED.
RangeContentType<T extends Comparable<? super T>> - Class in org.openjdk.jmc.common.unit
 
rangeIntersects(ICanonicalAccessorFactory<IRange<M>>, IRange<M>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
rangeIntersects(IMemberAccessor<? extends IRange<M>, T>, IRange<M>) - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
Return a predicate based on limit according to RangeMatchPolicy.CLOSED_INTERSECTS_WITH_CLOSED.
RangeMatchPolicy - Enum in org.openjdk.jmc.common.item
Provisional way to specify how to match ranged attributes to a filter interval.
rangeWithEnd(T, T) - Method in class org.openjdk.jmc.common.unit.RangeContentType
 
rangeWithEnd(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that constructs ranges based on start and end values.
rangeWithExtent(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that constructs ranges based on start and extent values.
rangeWithExtentEnd(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that constructs ranges based on end and extent values.
RATIO_OF_TOTAL_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLoadingRule
 
ratioTo(IQuantity) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Compute the ratio of this quantity to the given consequent quantity, if both are of the same linear kind.
RAW_LONG - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
NOTE: Temporary placeholder for raw long values to allow for comparable uses.
RAW_NUMBER - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
NOTE: Temporary placeholder for raw numerical values, primitive wrappers.
READ_INFO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketReadRule
 
READ_WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileReadRule
 
READ_WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketReadRule
 
readBoolean(IState, String, Boolean) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read a boolean value from a state.
readChunks(File) - Static method in class org.openjdk.jmc.flightrecorder.util.ChunkReader
Reads a JFR file, chunk by chunk.
readChunks(InputStream) - Static method in class org.openjdk.jmc.flightrecorder.util.ChunkReader
Reads a JFR file, chunk by chunk, from a stream.
readEnum(IState, String, T, Class<T>) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read an enum value from a state.
readFloat(IState, String, Float) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read a float value from a state.
readFrom(IState) - Static method in class org.openjdk.jmc.common.item.PersistableItemFilter
 
readInt(IState, String, Integer) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read an integer value from a state.
readString(InputStream) - Static method in class org.openjdk.jmc.common.util.StringToolkit
Reads the contents of a stream to a string, assuming UTF-8 encoding.
readString(InputStream, String) - Static method in class org.openjdk.jmc.common.util.StringToolkit
Reads the contents of a stream with specified character encoding to a string.
REC_SETTING_FOR - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
REC_SETTING_FOR_ID - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
REC_SETTING_FOR_NAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
REC_SETTING_NAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
REC_SETTING_NAME_PERIOD - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
 
REC_SETTING_PERIOD_EVERY_CHUNK - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
 
REC_SETTING_VALUE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
RECORDING_DESTINATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
RECORDING_DURATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
RECORDING_ID - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
RECORDING_MAX_AGE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
RECORDING_MAX_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
RECORDING_NAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
RECORDING_SETTING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
RECORDING_SETTING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
RECORDING_SETTINGS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
RECORDING_START - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
RECORDING_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
RecordingPrinter - Class in org.openjdk.jmc.flightrecorder
Prints a flight recording to a PrintWriter.
RecordingPrinter(PrintWriter, RecordingPrinter.Verbosity, boolean, IOnLoadFilter) - Constructor for class org.openjdk.jmc.flightrecorder.RecordingPrinter
 
RecordingPrinter(PrintWriter, RecordingPrinter.Verbosity, boolean) - Constructor for class org.openjdk.jmc.flightrecorder.RecordingPrinter
 
RecordingPrinter.Verbosity - Enum in org.openjdk.jmc.flightrecorder
Verbosity level to use when printing events.
RECORDINGS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
RECORDINGS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
RECORDINGS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
RecordingSettingsRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
RecordingSettingsRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.RecordingSettingsRule
 
REFERENCE_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
REFERENCE_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
REFERENCE_STATISTICS_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
REFERENCE_STATISTICS_TYPE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
ReferenceStatisticsType - Enum in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
ReferenceTreeModel - Class in org.openjdk.jmc.flightrecorder.memleak
The ReferenceTreeModel is used to build a representation of Old Object Sample JFR events which consists of one tree per GC root.
ReferenceTreeObject - Class in org.openjdk.jmc.flightrecorder.memleak
A data type representing alive objects in a Java heap used in a ReferenceTreeModel.
ReferenceTreeObject.ReferenceTreeObjectType - Enum in org.openjdk.jmc.flightrecorder.memleak
 
refTypeToBinaryJLS(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert a reference type according to The Java Virtual Machine Specification, Section 4.4.1, into a binary Java type name according to The Java Language Specification, Section 13.1.
refTypeToFieldDescriptor(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert a reference type according to The Java Virtual Machine Specification, Section 4.4.1, into a field descriptor according to The Java Virtual Machine Specification, Section 4.3.2.
RELEVANCE_THRESHOLD - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.IncreasingLiveSetRule
 
remove() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.BFIterator
 
remove() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.DFIterator
 
remove() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LongestDurationIterator
 
RESERVED_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
RESERVED_TOP - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
resolveClass(ObjectStreamClass) - Method in class org.openjdk.jmc.common.io.ValidatingObjectInputStream
 
resolveLocalizedName(IPrefix<?>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
resolveLocalizedSymbol(IPrefix<?>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
resolveObject(Object) - Method in class org.openjdk.jmc.common.io.ValidatingObjectInputStream
 
Result - Class in org.openjdk.jmc.flightrecorder.rules
A result from evaluating a rule.
Result(IRule, double, String) - Constructor for class org.openjdk.jmc.flightrecorder.rules.Result
 
Result(IRule, double, String, String) - Constructor for class org.openjdk.jmc.flightrecorder.rules.Result
 
Result(IRule, double, String, String, IItemQuery) - Constructor for class org.openjdk.jmc.flightrecorder.rules.Result
 
right - Variable in class org.openjdk.jmc.common.util.Pair
Right data item.
RulePreferences - Class in org.openjdk.jmc.flightrecorder.rules.jdk
Preferences that are shared between several rules.
RulePreferences() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.RulePreferences
 
RuleRegistry - Class in org.openjdk.jmc.flightrecorder.rules
Registry for rules.
RulesToolkit - Class in org.openjdk.jmc.flightrecorder.rules.util
A collection of useful methods when evaluating rules.
RulesToolkit() - Constructor for class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
 
RulesToolkit.EventAvailability - Enum in org.openjdk.jmc.flightrecorder.rules.util
Knowledge about the state of affairs of an event type in an IItemCollection.

S

SAFE_POINTS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
SAFEPOINT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
SAFEPOINT_BEGIN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
SAFEPOINT_CLEANUP - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
SAFEPOINT_CLEANUP_TASK - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
SAFEPOINT_END - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
SAFEPOINT_STATE_SYNC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
SAFEPOINT_WAIT_BLOCKED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
safeReadLong() - Method in class org.openjdk.jmc.common.io.ValidatingObjectInputStream
Update validation parameters and read the next long from the stream.
safeReadObject(Class<T>, Collection<Class<?>>, int, long) - Method in class org.openjdk.jmc.common.io.ValidatingObjectInputStream
Update validation parameters and read the next object from the stream.
same(M, M) - Static method in class org.openjdk.jmc.common.unit.QuantitiesToolkit
 
SAMPLED_THREADS_RATIO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.FewSampledThreadsRule
 
SAMPLES_OR_CPU_FILTER - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.MethodProfilingDataProvider
 
sanitizeAddress(String) - Static method in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketReadRule
 
saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeFilter
 
saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeValue
 
saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.ItemFilters.Composite
 
saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.ItemFilters.Not
 
saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.ItemFilters.Type
 
saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.ItemFilters.TypeMatches
 
saveArgs(IWritableState) - Method in class org.openjdk.jmc.common.item.PersistableItemFilter
 
saveTo(IWritableState) - Method in interface org.openjdk.jmc.common.IStateful
Saves the state for this object into a state object.
saveTo(IWritableState) - Method in class org.openjdk.jmc.common.item.PersistableItemFilter
 
saveTo(IWritableState) - Method in class org.openjdk.jmc.common.util.StatefulState
 
saveToFile(File, List<String>) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Write lines to a text file.
saveXMLDocumentTo(Reader, IWritableState) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read an XML document from a reader and write its structure to a writable state.
scaleFactor() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
scaleFactor() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
scaleFactor() - Method in interface org.openjdk.jmc.common.unit.IPrefix
 
ScaleFactor - Class in org.openjdk.jmc.common.unit
A linear transform, that is, a scale factor.
ScaleFactor() - Constructor for class org.openjdk.jmc.common.unit.ScaleFactor
 
SCIENTIFIC_NOTATION_IDENTIFIER - Static variable in class org.openjdk.jmc.common.unit.DisplayFormatter
 
SECOND - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
select(IAttribute<?>...) - Method in class org.openjdk.jmc.common.item.ItemQueryBuilder
 
select(IAggregator<?, ?>...) - Method in class org.openjdk.jmc.common.item.ItemQueryBuilder
 
select(IAttribute<?>) - Method in class org.openjdk.jmc.common.item.ItemQueryBuilder
 
select(IAggregator<?, ?>) - Method in class org.openjdk.jmc.common.item.ItemQueryBuilder
 
selectBranch(Integer) - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Fork
Deprecated.
Will eventually be moved to UI code
selectSibling(Integer) - Method in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel.Branch
Deprecated.
Will eventually be moved to UI code
SetConsumer(IMemberAccessor<? extends T, IItem>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.SetConsumer
 
setDefaultSelector(LinearKindOfQuantity.LinearUnitSelector) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
setMaxSize(int) - Method in class org.openjdk.jmc.common.collection.BoundedList
Set the maximum number of elements to retain in this list.
setNext(BoundedList.INode<T>) - Method in interface org.openjdk.jmc.common.collection.BoundedList.INode
Set the next node in the list.
setParent(ReferenceTreeObject) - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
 
setSetting(Element, String, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Sets the value of a a "setting" element.
setStringValue(Element, String) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Sets the text value as a text node child of a an element.
SettingsTransformer_REC_SETTINGS_ATTR_ENABLED - Static variable in class org.openjdk.jmc.flightrecorder.parser.synthetic.Messages
 
SettingsTransformer_REC_SETTINGS_ATTR_PERIOD - Static variable in class org.openjdk.jmc.flightrecorder.parser.synthetic.Messages
 
SettingsTransformer_REC_SETTINGS_ATTR_STACKTRACE - Static variable in class org.openjdk.jmc.flightrecorder.parser.synthetic.Messages
 
SettingsTransformer_REC_SETTINGS_ATTR_THRESHOLD - Static variable in class org.openjdk.jmc.flightrecorder.parser.synthetic.Messages
 
setValue(int) - Method in class org.openjdk.jmc.common.collection.MapToolkit.IntEntry
Set the entry value.
Severity - Enum in org.openjdk.jmc.flightrecorder.rules
 
shift() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
SHORT_RECORDING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.RulePreferences
 
shouldContinue() - Method in interface org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit.IOrderedWindowVisitor
 
shouldContinue() - Method in interface org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit.IUnorderedWindowVisitor
 
SHUTDOWN_REASON - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
SimpleAffineTransform - Class in org.openjdk.jmc.common.unit
 
SimpleAffineTransform(double, double) - Constructor for class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
SimpleArray<T> - Class in org.openjdk.jmc.common.collection
An array that can be iterated over.
SimpleArray(T[]) - Constructor for class org.openjdk.jmc.common.collection.SimpleArray
Create an instance backed by an array.
SimpleArray(T[], int) - Constructor for class org.openjdk.jmc.common.collection.SimpleArray
Create an instance backed by an array with a specified number of preallocated elements.
SimpleConstrainedMap<K> - Class in org.openjdk.jmc.common.unit
Simple constrained map that allows constraints to be added, and an optional fallback constraint.
SimpleConstrainedMap() - Constructor for class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
SimpleConstrainedMap(IConstraint<?>) - Constructor for class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
SimpleConstrainedMap(Map<K, IConstraint<?>>, IConstraint<?>) - Constructor for class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
SimpleConstrainedMap(Map<K, IConstraint<?>>, IConstraint<?>, Map<K, Object>) - Constructor for class org.openjdk.jmc.common.unit.SimpleConstrainedMap
 
simplifyType(String) - Static method in class org.openjdk.jmc.common.util.TypeHandling
Returns a simplified description of a type name.
size() - Method in class org.openjdk.jmc.common.collection.KeyInValueMap
 
size() - Method in class org.openjdk.jmc.common.collection.SimpleArray
Get the number of stored elements.
skipNulls(Iterator<T>) - Static method in class org.openjdk.jmc.common.collection.IteratorToolkit
Wrap an iterator in a new iterator that skips all null values.
slidingWindowOrdered(SlidingWindowToolkit.IOrderedWindowVisitor, Iterator<IItem>, IMemberAccessor<IQuantity, IItem>, IQuantity, IQuantity) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit
Runs a sliding window through all items, looping through items once, removing from the start and adding and the end of a windowItem set to match the current time window.
SlidingWindowToolkit - Class in org.openjdk.jmc.flightrecorder.rules.util
Utility functions and interfaces for doing sliding window calculations.
SlidingWindowToolkit() - Constructor for class org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit
 
SlidingWindowToolkit.IOrderedWindowVisitor - Interface in org.openjdk.jmc.flightrecorder.rules.util
SlidingWindowToolkit.IUnorderedWindowValueFunction<V> - Interface in org.openjdk.jmc.flightrecorder.rules.util
SlidingWindowToolkit.IUnorderedWindowVisitor - Interface in org.openjdk.jmc.flightrecorder.rules.util
slidingWindowUnordered(SlidingWindowToolkit.IUnorderedWindowVisitor, IItemCollection, IQuantity, IQuantity) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit
Runs a sliding window through all items, by calculating the window start and end and filter through all the items.
slidingWindowUnordered(SlidingWindowToolkit.IUnorderedWindowVisitor, IItemCollection, IQuantity, IQuantity, boolean) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit
Runs a sliding window through all items, by calculating the window start and end and filter through all the items.
slidingWindowUnorderedMinMaxValue(IItemCollection, IQuantity, FutureTask<Result>, SlidingWindowToolkit.IUnorderedWindowValueFunction<IQuantity>, boolean, boolean) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit
Calculates max/min window quantity value of items.
slidingWindowUnorderedMinMaxValue(IItemCollection, IQuantity, IQuantity, FutureTask<Result>, SlidingWindowToolkit.IUnorderedWindowValueFunction<IQuantity>, boolean, boolean) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit
Calculates max/min window quantity value of items.
slidingWindowUnorderedMinMaxValue(IItemCollection, IQuantity, FutureTask<Result>, SlidingWindowToolkit.IUnorderedWindowValueFunction<V>, Comparator<V>, boolean, boolean) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit
Calculates max/min window value of items.
slidingWindowUnorderedMinMaxValue(IItemCollection, IQuantity, IQuantity, FutureTask<Result>, SlidingWindowToolkit.IUnorderedWindowValueFunction<V>, Comparator<V>, boolean, boolean) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit
Calculates max/min window value of items.
smallSelector - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
snapToBestBetweenHalfAndEqual(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.BinaryUnitSelector
 
snapToBestBetweenHalfAndEqual(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
snapToBestBetweenHalfAndEqual(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
snapToBestBetweenHalfAndEqual(ITypedQuantity<LinearUnit>) - Method in interface org.openjdk.jmc.common.unit.LinearKindOfQuantity.LinearUnitSelector
 
snapToBestBetweenHalfAndEqual(ITypedQuantity<LinearUnit>) - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
SOCKET_IO_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
SOCKET_READ - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
SOCKET_READ - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
SOCKET_READ_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
SOCKET_READ_LONGEST - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
SOCKET_READ_OR_WRITE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
SOCKET_READ_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
SOCKET_WRITE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
SOCKET_WRITE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
SOCKET_WRITE_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
SOCKET_WRITE_LONGEST - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
SOCKET_WRITE_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
SocketReadRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.io
 
SocketReadRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketReadRule
 
SocketWriteRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.io
 
SocketWriteRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketWriteRule
 
SortedHead<T> - Class in org.openjdk.jmc.common.util
A collection of items that are divided in a sorted head and an unsorted tail.
SortedHead(T[], Comparator<? super T>) - Constructor for class org.openjdk.jmc.common.util.SortedHead
Create a new collection with an initial head.
sortMap(Map<String, Integer>, boolean) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Sorts map according to values.
SpanLimit - Class in org.openjdk.jmc.flightrecorder.rules.jdk.combine
Combines the largest timespan where the average is still over the limit.
SpanLimit(long, long, double, double) - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanLimit
 
SpanSquare - Class in org.openjdk.jmc.flightrecorder.rules.jdk.combine
 
SpanSquare(long, long) - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanSquare
 
SpanSquare(long, long, long) - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanSquare
 
SpanToolkit - Class in org.openjdk.jmc.flightrecorder.rules.jdk.combine
Toolkit for calculating combined span values.
SpanToolkit() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanToolkit
 
SplitRecording - Class in org.openjdk.jmc.flightrecorder.util
Program for splitting a JFR file.
SplitRecording() - Constructor for class org.openjdk.jmc.flightrecorder.util.SplitRecording
 
STACK_TRACE_BOTTOM_FRAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
STACK_TRACE_BOTTOM_METHOD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
STACK_TRACE_BOTTOM_METHOD_STRING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
STACK_TRACE_STRING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
STACK_TRACE_TOP_CLASS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
STACK_TRACE_TOP_CLASS_STRING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
STACK_TRACE_TOP_FRAME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
STACK_TRACE_TOP_METHOD - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
STACK_TRACE_TOP_METHOD_STRING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
STACK_TRACE_TOP_PACKAGE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
STACK_TRACE_TRUNCATED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
StackDepthSettingRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
StackDepthSettingRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.StackDepthSettingRule
 
STACKTRACE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
STACKTRACE_FRAME - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
StacktraceDataProvider - Class in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders
Helper class for dealing with stack traces.
StacktraceDataProvider() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.StacktraceDataProvider
 
StacktraceFormatToolkit - Class in org.openjdk.jmc.flightrecorder.stacktrace
Toolkit for presenting stack traces and stack frames in textual form.
StacktraceFormatToolkit() - Constructor for class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceFormatToolkit
 
StacktraceFrame - Class in org.openjdk.jmc.flightrecorder.stacktrace
An expanded version of IMCFrame that adds relations to items and to other frames in a stacktrace model.
StacktraceModel - Class in org.openjdk.jmc.flightrecorder.stacktrace
A model for holding multiple stacktraces and their relations to each other.
StacktraceModel(boolean, FrameSeparator, IItemCollection) - Constructor for class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel
 
StacktraceModel.Branch - Class in org.openjdk.jmc.flightrecorder.stacktrace
A branch is a sequence of frames without any forks.
StacktraceModel.Fork - Class in org.openjdk.jmc.flightrecorder.stacktrace
A fork is a collection of branches that share a common parent branch.
start - Variable in class org.openjdk.jmc.common.unit.QuantityRange
 
start - Variable in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanLimit
 
start - Variable in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanSquare
 
START_ADDRESS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
START_TIME - Static variable in interface org.openjdk.jmc.flightrecorder.JfrAttributes
 
startTime - Variable in class org.openjdk.jmc.flightrecorder.rules.tree.Range
 
statefulFromXMLFile(File, Charset) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read an XML document from a file and return its structure as a stateful object.
statefulFromXMLString(String) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Read an XML document from a string and return its structure as a stateful object.
StatefulState - Class in org.openjdk.jmc.common.util
Class used as a bridge between IStateful and IState.
StateToolkit - Class in org.openjdk.jmc.common.util
Toolkit for working with the state interfaces IState, IStateful, and IWritableState.
StateToolkit() - Constructor for class org.openjdk.jmc.common.util.StateToolkit
 
stddev(IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
Calculates the sample standard deviation for a linear quantity attribute.
stddev(String, String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
Calculates the sample standard deviation for a linear quantity attribute.
Stddev(String, String, LinearKindOfQuantity, boolean) - Constructor for class org.openjdk.jmc.common.item.Aggregators.Stddev
 
STDDEV_BLOCKED_TIME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
STDDEV_IO_TIME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
stddevp(IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
Calculates the population standard deviation for a linear quantity attribute.
stddevp(String, String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
Calculates the population standard deviation for a linear quantity attribute.
storeDocumentToFile(Document, File) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Stores an XML document in a file.
storeDocumentToString(Document) - Static method in class org.openjdk.jmc.common.util.XmlToolkit
Stores an XML document as a string.
STRING_DEDUPLICATION_SUPPORTED - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
STRING_FLAG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
STRING_FLAG_CHANGED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
STRING_IS_BYTE_ARRAY - Static variable in class org.openjdk.jmc.common.version.JavaVersionSupport
 
StringDeduplicationRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
Intent of this rule is to find out if it would be worth enabling string deduplication.
StringDeduplicationRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.StringDeduplicationRule
 
StringToolkit - Class in org.openjdk.jmc.common.util
A toolkit for strings.
StructContentType<T> - Class in org.openjdk.jmc.common.unit
 
StructContentType(String, String, String) - Constructor for class org.openjdk.jmc.common.unit.StructContentType
 
StructContentType(String, String) - Constructor for class org.openjdk.jmc.common.unit.StructContentType
 
subtract(IQuantity) - Method in interface org.openjdk.jmc.common.unit.IQuantity
Returns a new quantity that is the arithmetic difference of this quantity and subtrahend, if such an operation is defined for this kind of quantity.
subtract(ITypedQuantity<U>) - Method in interface org.openjdk.jmc.common.unit.ITypedQuantity
 
subtractHalfDelta(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that subtracts half of a delta value from a bias value.
subtractSame(long, LinearUnit, long) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
subtractSame(long, TimestampUnit, long) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
subtractSame(long, U, long) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
sum - Variable in class org.openjdk.jmc.common.item.Aggregators.AvgConsumer
 
sum(IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
sum(String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
sum(String, String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
sum(String, String, String, IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
sum(String, String, LinearKindOfQuantity, IAccessorFactory<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
Sum(String, String, LinearKindOfQuantity) - Constructor for class org.openjdk.jmc.common.item.Aggregators.Sum
 
sum(IMemberAccessor<IQuantity, T>, IMemberAccessor<IQuantity, T>) - Static method in class org.openjdk.jmc.common.util.MemberAccessorToolkit
Create an accessor that adds the values of two accessors.
SUM_HEAP_USED_AFTER_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
SUM_HEAP_USED_BEFORE_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
SWEEP_CODE_CACHE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
SWEEP_CODE_CACHE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
SWEEP_CODE_CACHE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
SWEEP_FLUSHED_SUM - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
SWEEP_FRACTION_INDEX - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
SWEEP_INDEX - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
SWEEP_METHOD_FLUSHED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
SWEEP_METHOD_RECLAIMED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
SWEEP_METHOD_SUM - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
SWEEP_METHOD_SWEPT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
SWEEP_METHOD_ZOMBIFIED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
SWEEP_RECLAIMED_SUM - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
SWEEP_ZOMBIFIED_SUM - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
symbol() - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
symbol() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
symbol() - Method in interface org.openjdk.jmc.common.unit.IPrefix
 
symbolIEC - Variable in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
symbolJEDEC - Variable in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
symbolSI - Variable in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
SyntheticAttributeExtension - Class in org.openjdk.jmc.flightrecorder.parser.synthetic
 
SyntheticAttributeExtension() - Constructor for class org.openjdk.jmc.flightrecorder.parser.synthetic.SyntheticAttributeExtension
 
SyntheticAttributeExtension_ALLOC_STATISTICS_THREAD - Static variable in class org.openjdk.jmc.flightrecorder.parser.synthetic.Messages
 
SyntheticAttributeExtension_EXECUTION_SAMPLES_STACKTRACE - Static variable in class org.openjdk.jmc.flightrecorder.parser.synthetic.Messages
 
SyntheticAttributeExtension_EXECUTION_SAMPLES_THREAD - Static variable in class org.openjdk.jmc.flightrecorder.parser.synthetic.Messages
 
SyntheticAttributeExtension_REC_SETTING_EVENT_ID_ATTRIBUTE - Static variable in class org.openjdk.jmc.flightrecorder.parser.synthetic.Messages
 
SYSTEM_GC_RATIO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.SystemGcRule
 
SYSTEM_INFORMATION_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
SYSTEM_PROPERTIES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
SYSTEM_PROPERTIES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
SYSTEM_PROPERTIES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
SYSTEM_PROPERTIES_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
SystemGcRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
SystemGcRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.SystemGcRule
 

T

targetFloor(long) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
targetFloor(long) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
targetFloor(long) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetFloor(long) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetFloor(double) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetFloor(long) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetFloor(double) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetFloor(long) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetFloor(double) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetFloor(long) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
targetFloor(double) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
targetFloor(long) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetFloor(double) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetIntFloor(Number) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetIntFloor(Number) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetIntFloor(Number) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetIntFloor(Number) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
targetIntFloor(Number) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetNumber(long) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetNumber(Number) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetNumber(long) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetNumber(Number) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetNumber(long) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetNumber(Number) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetNumber(long) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetNumber(Number) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetNumber(long) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
targetNumber(long) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
targetNumber(Number) - Method in class org.openjdk.jmc.common.unit.ScaleFactor
 
targetNumber(long) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetNumber(Number) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetOutOfRange(long, long) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetOutOfRange(double, long) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
targetOutOfRange(long, long) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetOutOfRange(double, long) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.BinaryScaleFactor
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.DecimalScaleFactor
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
targetValue(long) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetValue(double) - Method in interface org.openjdk.jmc.common.unit.IScalarAffineTransform
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.LongPostOffsetTransform
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.LongPreOffsetTransform
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
targetValue(long) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
targetValue(double) - Method in class org.openjdk.jmc.common.unit.SimpleAffineTransform
 
TENURING_THRESHOLD_INITIAL - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
TENURING_THRESHOLD_INITIAL_MIN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
TENURING_THRESHOLD_MAX - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
TENURING_THRESHOLD_MAXIMUM - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
THREAD - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
THREAD_ALLOCATION_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
THREAD_DUMP - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
THREAD_DUMP - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
THREAD_DUMP - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
THREAD_DUMP_RESULT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
THREAD_DUMPS_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
THREAD_GROUP - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
THREAD_LATENCIES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
THREAD_PARK - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
THREAD_SLEEP - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
THREAD_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
THREADS_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
THROWABLES - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
THROWABLES_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
THROWABLES_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
THROWABLES_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
THROWABLES_STATISTICS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
tickList - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
tickMultiplierArr - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
TIME_CONVERSION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
TIME_CONVERSION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
TIMERANGE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
TimeRangeFilter - Class in org.openjdk.jmc.flightrecorder.rules.tree
Returns all events that intersects with the provided range.
TimeRangeFilter(Range) - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.TimeRangeFilter
Create an item filter based on a range.
TimeRangeThreadFilter - Class in org.openjdk.jmc.flightrecorder.rules.tree
Returns all events that intersects with the provided ranges, per thread.
TimeRangeThreadFilter(Map<IMCThread, Range>) - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.TimeRangeThreadFilter
Create an item filter based on a ranges per thread.
TimeRangeThreadFilter(IMCThread, Range) - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.TimeRangeThreadFilter
Create an item filter based on a ranges per thread.
TIMESPAN - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
TIMESTAMP - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
TimestampUnit - Class in org.openjdk.jmc.common.unit
 
TLAB_MIN_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
TLAB_MIN_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
TLAB_REFILL_WASTE_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
TLAB_REFILL_WASTE_LIMIT_MIN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
TLAB_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
TLAB_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
TlabAllocationRatioRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.memory
 
TlabAllocationRatioRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.memory.TlabAllocationRatioRule
 
toDate(IQuantity) - Static method in class org.openjdk.jmc.common.unit.UnitLookup
Convert an IQuantity representing a timestamp to a Date, preserving null.
toList(Iterator<T>, int) - Static method in class org.openjdk.jmc.common.collection.IteratorToolkit
Place all elements of an iterator in a list.
toNonPrimitiveClass(Class<?>) - Static method in class org.openjdk.jmc.common.util.TypeHandling
Return the non-primitive class corresponding to argument class (int -> Integer).
tooHigh(T, T, IPersister<T>) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
tooHigh(Q, Q) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
tooLow(T, T, IPersister<T>) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
tooLow(Q, Q) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
TOP_FRAME_ACCESSOR_FACTORY - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.MethodProfilingDataProvider
A custom accessor used to get the top frame in a stack trace.
TOP_FRAME_BALANCE - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.MethodProfilingDataProvider
Ready to use aggregator using the MethodProfilingDataProvider.topFrameBalanceFunction.
TOP_FRAME_QUOTA - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.MethodProfilingDataProvider
Ready to use aggregator using the MethodProfilingDataProvider.topFrameQuotaFunction.
topFrameBalanceFunction - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.MethodProfilingDataProvider
Function that calculates a value representing how balanced the set of top frames is as a number in the range [0,1].
topFrameQuotaFunction - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.MethodProfilingDataProvider
A quota calculation of how large a part the most commonly occurring top frame is of the total amount of samples input.
topLevelType(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Get the top level type of a class.
toRatioPercent(IQuantity, IQuantity) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Calculates the ratio between two IQuantity values of compatible, linear kind and returns it represented as a percentage.
toRatioPercentString(IQuantity, IQuantity) - Static method in class org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit
Same calculation as RulesToolkit.toRatioPercent(IQuantity, IQuantity) but it returns the percentage as a string instead.
toString() - Method in class org.openjdk.jmc.common.collection.BoundedList
Use only for debugging purposes!
toString() - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeFilter
 
toString() - Method in class org.openjdk.jmc.common.item.ItemFilters.AttributeValue
 
toString() - Method in class org.openjdk.jmc.common.item.ItemFilters.TypeMatches
 
toString() - Method in class org.openjdk.jmc.common.item.PersistableItemFilter
 
toString(String, Object) - Method in class org.openjdk.jmc.common.item.PersistableItemFilter
 
toString() - Method in class org.openjdk.jmc.common.unit.ContentType
 
toString() - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
toString() - Method in class org.openjdk.jmc.common.unit.ImpreciseScaleFactor
 
toString() - Method in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
toString() - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
toString() - Method in class org.openjdk.jmc.common.unit.LongScaleFactor
 
toString() - Method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
toString() - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
toString(Throwable) - Static method in class org.openjdk.jmc.common.util.ExceptionToolkit
Returns a string with the text from Throwable.printStackTrace().
toString(Throwable, int) - Static method in class org.openjdk.jmc.common.util.ExceptionToolkit
Returns a string with a text equivalent to Throwable.printStackTrace(), but with a limited number of frames.
toString() - Method in class org.openjdk.jmc.common.util.LabeledIdentifier
 
toString() - Method in class org.openjdk.jmc.common.util.MCClassLoader
 
toString() - Method in class org.openjdk.jmc.common.util.MCFrame
 
toString() - Method in class org.openjdk.jmc.common.util.MCOldObject
 
toString() - Method in class org.openjdk.jmc.common.util.MCPackage
 
toString() - Method in class org.openjdk.jmc.common.util.MCType
 
toString() - Method in class org.openjdk.jmc.common.util.Pair
 
toString() - Method in class org.openjdk.jmc.common.util.StatefulState
 
toString() - Method in class org.openjdk.jmc.common.util.TypedPreference
 
toString() - Method in class org.openjdk.jmc.common.version.JavaVersion
 
toString(int) - Method in class org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject
Returns a string representation of this object.
toString() - Method in class org.openjdk.jmc.flightrecorder.parser.ValueField
 
toString() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanLimit
 
toString() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanSquare
 
toString() - Method in class org.openjdk.jmc.flightrecorder.rules.jdk.util.ClassEntry
 
toString() - Method in class org.openjdk.jmc.flightrecorder.rules.Result
 
toString() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.Range
 
toString() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.TimeRangeFilter
 
toString() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.TimeRangeThreadFilter
 
toString() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor.LayerBreakdown
 
toString() - Method in class org.openjdk.jmc.flightrecorder.rules.tree.TreeNode
 
TOTAL_BLOCKED_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
TOTAL_BLOCKED_TIME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
TOTAL_GC_PAUSE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
TOTAL_IO_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
TOTAL_IO_TIME - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
toXMLString(IStateful) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Write a stateful state as an XML string.
TreeNode<T> - Class in org.openjdk.jmc.flightrecorder.rules.tree
A simple mutable tree node implementation, with a typed payload.
TreeNode(T) - Constructor for class org.openjdk.jmc.flightrecorder.rules.tree.TreeNode
Create a new node.
truePredicate() - Static method in class org.openjdk.jmc.common.util.PredicateToolkit
 
type(String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
type(String...) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
type(Set<String>) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
TYPE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
TypedPreference<T> - Class in org.openjdk.jmc.common.util
A preference key with a default value.
TypedPreference(String, String, String, IPersister<T>, T) - Constructor for class org.openjdk.jmc.common.util.TypedPreference
 
TypedUnit<U extends TypedUnit<U>> - Class in org.openjdk.jmc.common.unit
Type parameterized extension of IUnit.
TypedUnit() - Constructor for class org.openjdk.jmc.common.unit.TypedUnit
 
TypedUnit.UnitSelector<U extends TypedUnit<U>> - Interface in org.openjdk.jmc.common.unit
 
typeFromBinaryJLS(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert a binary Java type name according to The Java Language Specification, Section 13.1, into an IMCType.
typeFromReference(String) - Static method in class org.openjdk.jmc.common.util.MethodToolkit
Convert a reference type according to The Java Virtual Machine Specification, Section 4.4.1, into an IMCType.
TypeHandling - Class in org.openjdk.jmc.common.util
Helper class to provide some formatting of type names.
typeMatches(String) - Static method in class org.openjdk.jmc.common.item.ItemFilters
 
typeValue - Variable in enum org.openjdk.jmc.flightrecorder.rules.jdk.memory.ReferenceStatisticsType
 

U

UINT_FLAG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
UINT_FLAG_CHANGED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
ULONG_FLAG - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
ULONG_FLAG_CHANGED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
UNALLOCATED - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
unit - Variable in class org.openjdk.jmc.common.item.Aggregators.AvgConsumer
 
unit - Variable in class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
UNIT - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
UNIT_ATTRIBUTE - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
unitArr - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
unitCache - Variable in class org.openjdk.jmc.common.unit.BinaryUnitSelector
 
unitCache - Variable in class org.openjdk.jmc.common.unit.DecimalUnitSelector
 
unitCache - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
UnitLookup - Class in org.openjdk.jmc.common.unit
This class is responsible for configuring the different units that are available in Mission Control.
UnitLookup() - Constructor for class org.openjdk.jmc.common.unit.UnitLookup
 
unitMultiplierArr - Variable in class org.openjdk.jmc.common.unit.CustomUnitSelector
 
unitSelector - Variable in class org.openjdk.jmc.common.unit.LinearKindOfQuantity
 
UNKNOWN - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
UNKNOWN_FRAME - Static variable in class org.openjdk.jmc.flightrecorder.stacktrace.StacktraceModel
A special marker object that indicates a frame that cannot be determined.
unknownUnit(String, T, IPersister<T>) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
unknownUnit(String, IQuantity) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
UNLOCK_EXPERIMENTAL_VM_OPTIONS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
unparsable(String, T, IPersister<T>) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
unparsable(String, IQuantity) - Static method in exception org.openjdk.jmc.common.unit.QuantityConversionException
 
USE_COMPRESSED_OOPS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
USE_DYNAMIC_GC_THREADS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
USE_DYNAMIC_GC_THREADS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
USE_G1_GC - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
USE_STRING_DEDUPLICATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
USES_TLABS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
USES_TLABS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 

V

validate(T) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
validate(T) - Method in interface org.openjdk.jmc.common.unit.IConstraint
Fundamentally, check that value satisfies this constraint and throw an exception otherwise.
validate(T) - Method in interface org.openjdk.jmc.common.unit.IPersister
 
validate(IQuantity) - Method in class org.openjdk.jmc.common.unit.KindOfQuantity
 
validate(T) - Method in class org.openjdk.jmc.common.unit.WrappingPersister
 
validateRange(T) - Method in class org.openjdk.jmc.common.unit.ComparableConstraint
 
ValidatingObjectInputStream - Class in org.openjdk.jmc.common.io
ObjectInputStream that validates the classes and count of objects and bytes read from it.
value - Variable in class org.openjdk.jmc.common.item.ItemFilters.AttributeValue
 
value - Variable in class org.openjdk.jmc.common.item.ItemFilters.BooleanFilter
 
value - Variable in class org.openjdk.jmc.flightrecorder.rules.jdk.combine.SpanLimit
 
valueBuilderAggregator(IAggregator<V1, C>, IValueBuilder<V2, V1>, String, String) - Static method in class org.openjdk.jmc.common.item.Aggregators
 
valueFactorTo(BinaryPrefix) - Method in enum org.openjdk.jmc.common.unit.BinaryPrefix
 
valueFactorTo(DecimalPrefix) - Method in enum org.openjdk.jmc.common.unit.DecimalPrefix
 
valueFactorTo(P) - Method in interface org.openjdk.jmc.common.unit.IPrefix
 
ValueField - Class in org.openjdk.jmc.flightrecorder.parser
A descriptor of a value field for use in IEventSinkFactory.create.
ValueField(IAttribute<?>) - Constructor for class org.openjdk.jmc.flightrecorder.parser.ValueField
Create a value field matching an IAttribute.
ValueField(String, String, String, ContentType<?>) - Constructor for class org.openjdk.jmc.flightrecorder.parser.ValueField
Create a value field.
valueOf(String) - Static method in enum org.openjdk.jmc.common.IMCFrame.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.common.IMCStackTrace.TruncationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.common.item.PersistableItemFilter.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.common.item.RangeMatchPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.common.unit.DecimalPrefix
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.common.unit.QuantityConversionException.Problem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject.ReferenceTreeObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.flightrecorder.RecordingPrinter.Verbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.flightrecorder.rules.jdk.memory.CollectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.flightrecorder.rules.jdk.memory.ReferenceStatisticsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.flightrecorder.rules.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit.EventAvailability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openjdk.jmc.flightrecorder.stacktrace.FrameSeparator.FrameCategorization
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openjdk.jmc.common.IMCFrame.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjdk.jmc.common.IMCStackTrace.TruncationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjdk.jmc.common.item.PersistableItemFilter.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjdk.jmc.common.item.RangeMatchPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjdk.jmc.common.unit.BinaryPrefix
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjdk.jmc.common.unit.DecimalPrefix
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.openjdk.jmc.common.unit.MutableConstrainedMap
 
values() - Static method in enum org.openjdk.jmc.common.unit.QuantityConversionException.Problem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjdk.jmc.flightrecorder.memleak.ReferenceTreeObject.ReferenceTreeObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjdk.jmc.flightrecorder.RecordingPrinter.Verbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjdk.jmc.flightrecorder.rules.jdk.memory.CollectorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjdk.jmc.flightrecorder.rules.jdk.memory.ReferenceStatisticsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjdk.jmc.flightrecorder.rules.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjdk.jmc.flightrecorder.rules.util.RulesToolkit.EventAvailability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openjdk.jmc.flightrecorder.stacktrace.FrameSeparator.FrameCategorization
Returns an array containing the constants of this enum type, in the order they are declared.
valueTransformTo(IUnit) - Method in interface org.openjdk.jmc.common.unit.IUnit
Get a transform for transforming numerical quantity values expressed in this unit to numerical quantity values expressed in targetUnit.
valueTransformTo(LinearUnit) - Method in class org.openjdk.jmc.common.unit.LinearUnit
 
valueTransformTo(TimestampUnit) - Method in class org.openjdk.jmc.common.unit.TimestampUnit
 
valueTransformTo(IUnit) - Method in class org.openjdk.jmc.common.unit.TypedUnit
 
valueTransformTo(U) - Method in class org.openjdk.jmc.common.unit.TypedUnit
Get a transform for transforming numerical quantity values expressed in this unit to numerical quantity values expressed in targetUnit.
variance(IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
Calculates the sample variance for a linear quantity attribute.
Variance(String, String, LinearKindOfQuantity, boolean) - Constructor for class org.openjdk.jmc.common.item.Aggregators.Variance
 
VarianceConsumer(IMemberAccessor<? extends IQuantity, IItem>) - Constructor for class org.openjdk.jmc.common.item.Aggregators.VarianceConsumer
 
variancep(IAttribute<IQuantity>) - Static method in class org.openjdk.jmc.common.item.Aggregators
Calculates the population variance for a linear quantity attribute.
VERBOSE - Static variable in interface org.openjdk.jmc.common.IDisplayable
Identifier for formatters suitable for tool tips.
VerboseFormatter(KindOfQuantity<U>) - Constructor for class org.openjdk.jmc.common.unit.KindOfQuantity.VerboseFormatter
 
VerboseFormatter(KindOfQuantity<U>, String) - Constructor for class org.openjdk.jmc.common.unit.KindOfQuantity.VerboseFormatter
 
VerifyNoneRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.general
 
VerifyNoneRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.general.VerifyNoneRule
 
visit(ITreeNode<T>) - Method in interface org.openjdk.jmc.flightrecorder.rules.tree.ITreeVisitor
 
visit(ITreeNode<T>) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.BFTreeVisitor
 
visit(ITreeNode<T>) - Method in class org.openjdk.jmc.flightrecorder.rules.tree.traversal.DFTreeVisitor
 
visitWindow(Iterator<IItem>) - Method in interface org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit.IOrderedWindowVisitor
 
visitWindow(IItemCollection, IQuantity, IQuantity) - Method in interface org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit.IUnorderedWindowVisitor
 
VM_INFO - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
VM_INFO - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
VM_INFO - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
VM_OPERATION_COUNT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
VM_OPERATION_DURATION - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
VM_OPERATIONS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
VM_OPERATIONS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
VM_OPERATIONS - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
VM_OPERATIONS_BLOCKING - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkQueries
 
VM_OPERATIONS_BLOCKING_OR_SAFEPOINT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
VM_OPERATIONS_SAFEPOINT - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkFilters
 
VM_OPERATIONS_TOPIC - Static variable in class org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
 
VM_SHUTDOWN - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkTypeIDs
 
VMOperationRule - Class in org.openjdk.jmc.flightrecorder.rules.jdk.latency
 
VMOperationRule() - Constructor for class org.openjdk.jmc.flightrecorder.rules.jdk.latency.VMOperationRule
 

W

WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.BufferLostRule
 
WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLeakingRule
 
WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.BiasedLockingRevocationRule
 
WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.VMOperationRule
 
WINDOW_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.latency.MethodProfilingRule
 
WINDOW_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.ApplicationHaltsRule
 
WINDOW_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcFreedRatioRule
 
withAlpha(Color, int) - Static method in class org.openjdk.jmc.common.util.ColorToolkit
Create a color with a specified alpha value.
WrappingPersister<T> - Class in org.openjdk.jmc.common.unit
 
WrappingPersister(IPersister<T>) - Constructor for class org.openjdk.jmc.common.unit.WrappingPersister
 
write(InputStream, File, boolean) - Static method in class org.openjdk.jmc.common.io.IOToolkit
Copy all data from an input stream to a file.
WRITE_INFO_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketWriteRule
 
WRITE_WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.io.FileWriteRule
 
WRITE_WARNING_LIMIT - Static variable in class org.openjdk.jmc.flightrecorder.rules.jdk.io.SocketWriteRule
 
writeAsXml(IStateful, Writer) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Write a stateful state to a reader as an XML string.
writeBoolean(IWritableState, String, Boolean) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Write a boolean value to a state.
writeEnum(IWritableState, String, T) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Write an enum value to a state.
writeFloat(IWritableState, String, Float) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Write a float value to a state.
writeInt(IWritableState, String, Integer) - Static method in class org.openjdk.jmc.common.util.StateToolkit
Write an integer value to a state.

X

XmlToolkit - Class in org.openjdk.jmc.common.util
Class containing helper methods for XML processing.

Y

YEAR - Static variable in class org.openjdk.jmc.common.unit.UnitLookup
 
YOUNG_COLLECTOR - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
YOUNG_COLLECTOR - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
YOUNG_GENERATION_MAX_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
YOUNG_GENERATION_MAX_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
YOUNG_GENERATION_MIN_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAggregators
 
YOUNG_GENERATION_MIN_SIZE - Static variable in class org.openjdk.jmc.flightrecorder.jdk.JdkAttributes
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2019. All rights reserved.