Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
org.openjdk.jmc.flightrecorder.memleak | |
org.openjdk.jmc.flightrecorder.rules.jdk.compilation | |
org.openjdk.jmc.flightrecorder.rules.jdk.general | |
org.openjdk.jmc.flightrecorder.rules.jdk.latency | |
org.openjdk.jmc.flightrecorder.rules.jdk.util |
This package contains helper classes that will be moved in a later release.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IQuantity |
interface |
IRange<T extends java.lang.Comparable<? super T>>
A range of
Comparable s. |
interface |
ITypedQuantity<U extends TypedUnit<U>>
Type parameterized extension of
IQuantity . |
Modifier and Type | Class and Description |
---|---|
class |
QuantityRange<U extends TypedUnit<U>>
A finite range of quantities.
|
private static class |
QuantityRange.Point<U extends TypedUnit<U>> |
private static class |
QuantityRange.WithEnd<U extends TypedUnit<U>> |
private static class |
QuantityRange.WithExtent<U extends TypedUnit<U>> |
(package private) class |
ScalarQuantity<U extends TypedUnit<U>>
A scalar physical quantity value, conceptually a (real) number with a unit.
|
static class |
ScalarQuantity.DoubleStored<U extends TypedUnit<U>> |
static class |
ScalarQuantity.LongStored<U extends TypedUnit<U>> |
Modifier and Type | Method and Description |
---|---|
static IDisplayable |
QuantityRange.createInfinite(IQuantity start,
IQuantity end)
|
Modifier and Type | Class and Description |
---|---|
class |
ReferenceTreeObject
A data type representing alive objects in a Java heap used in a
ReferenceTreeModel . |
Modifier and Type | Class and Description |
---|---|
private static class |
CodeCacheRule.CodeHeapData |
Modifier and Type | Class and Description |
---|---|
static class |
DuplicateFlagsRule.DuplicateFlags |
private static class |
OptionsCheckRule.OptionWarning |
static class |
StackDepthSettingRule.StackDepthTruncationData |
Modifier and Type | Class and Description |
---|---|
static class |
MethodProfilingRule.MethodProfilingWindowResult |
Modifier and Type | Class and Description |
---|---|
class |
ClassEntry |