Package | Description |
---|---|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
org.openjdk.jmc.common.util | |
org.openjdk.jmc.flightrecorder | |
org.openjdk.jmc.flightrecorder.internal.parser.v1 | |
org.openjdk.jmc.flightrecorder.rules.jdk.memory |
Modifier and Type | Interface and Description |
---|---|
interface |
IAggregator<V,C extends IItemConsumer<C>>
Encapsulates the calculation of an aggregate for (potentially) different types of items.
|
interface |
IAttribute<V>
An attribute is a named and typed kind of (read only) value.
|
interface |
IType<T>
A type for objects of class T.
|
Modifier and Type | Class and Description |
---|---|
static class |
Aggregators.AdvancedMaxAggregator<V,T extends java.lang.Comparable<T>>
This aggregator separates the attribute for which to do the ordering from the attribute to
use for accessing the value.
|
static class |
Aggregators.AdvancedMinAggregator<V,T extends java.lang.Comparable<T>>
This aggregator separates the attribute for which to do the ordering from the attribute to
use for accessing the value.
|
private static class |
Aggregators.AdvancedMinMaxAggregator<V,T extends java.lang.Comparable<T>>
This aggregator separates the attribute for which to do the ordering from the attribute to
use for accessing the value.
|
static class |
Aggregators.AggregatorBase<V,C extends IItemConsumer<C>> |
private static class |
Aggregators.AndOr |
static class |
Aggregators.Avg |
private static class |
Aggregators.Count |
static class |
Aggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>> |
static class |
Aggregators.MergingAggregator<V,C extends IItemConsumer<C>> |
static class |
Aggregators.MinMax<V extends java.lang.Comparable<V>> |
private static class |
Aggregators.SetAggregator<V,T> |
static class |
Aggregators.Stddev |
static class |
Aggregators.Sum |
static class |
Aggregators.Variance |
class |
Attribute<T> |
private static class |
GroupingAggregator.GroupingAggregatorImpl<V,K,G extends IItemConsumer<G>> |
Modifier and Type | Method and Description |
---|---|
java.util.Map<IAccessorKey<?>,? extends IDescribable> |
IType.getAccessorKeys()
Get keys for the accessors that this type knows of.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IOptionDescriptor<T> |
Modifier and Type | Class and Description |
---|---|
class |
ContentType<T>
A content type describes what kind of data a value is.
|
class |
KindOfQuantity<U extends TypedUnit<U>> |
class |
LinearKindOfQuantity
The kind of a linear (scalar) physical quantity.
|
class |
RangeContentType<T extends java.lang.Comparable<? super T>> |
class |
StructContentType<T> |
private static class |
StructContentType.AccessorEntry<T> |
(package private) class |
TimestampKind |
private static class |
UnitLookup.LeafContentType<T> |
Modifier and Type | Method and Description |
---|---|
IDescribable |
IDescribedMap.getDescribable(K key) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<IAccessorKey<?>,? extends IDescribable> |
ContentType.getAccessorKeys() |
java.util.Map<IAccessorKey<?>,? extends IDescribable> |
KindOfQuantity.getAccessorKeys() |
java.util.Map<IAccessorKey<?>,? extends IDescribable> |
StructContentType.getAccessorKeys() |
Modifier and Type | Class and Description |
---|---|
class |
LabeledIdentifier
An identifier with a name and a description.
|
class |
MCPackage
Base implementation of the
IMCPackage interface. |
Modifier and Type | Method and Description |
---|---|
private void |
RecordingPrinter.printValue(IAccessorKey<?> attribute,
IDescribable desc,
java.lang.Object value) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
StructTypes.JfrJavaModule |
(package private) static class |
StructTypes.JfrJavaPackage |
Modifier and Type | Class and Description |
---|---|
private static class |
FullGcRule.G1Aggregator |