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.flightrecorder.internal.parser.v0.factories | |
org.openjdk.jmc.flightrecorder.parser |
Parser extensions are a way to modify events read from a Flight Recording.
|
Modifier and Type | Method and Description |
---|---|
ContentType<V> |
ICanonicalAccessorFactory.getContentType() |
ContentType<T> |
IAccessorKey.getContentType()
The content type of this attribute.
|
Modifier and Type | Method and Description |
---|---|
static <T> ICanonicalAccessorFactory<T> |
Attribute.attr(String identifier,
ContentType<T> contentType) |
static <T> IAttribute<T> |
Attribute.attr(String identifier,
String name,
ContentType<T> contentType)
Obtain an attribute.
|
static <T> IAttribute<T> |
Attribute.attr(String identifier,
String name,
String description,
ContentType<T> contentType)
Obtain an attribute.
|
protected static void |
PersistableItemFilter.putValueType(IWritableState memento,
ContentType<?> contentType) |
Constructor and Description |
---|
Attribute(String identifier,
String name,
String description,
ContentType<T> contentType)
Protected constructor.
|
Avg(String name,
String description,
ContentType<IQuantity> ct) |
Modifier and Type | Class and Description |
---|---|
class |
KindOfQuantity<U extends TypedUnit<U>> |
class |
LinearKindOfQuantity
The kind of a linear (scalar) physical quantity.
|
class |
RangeContentType<T extends Comparable<? super T>> |
class |
StructContentType<T> |
Modifier and Type | Method and Description |
---|---|
ContentType<T> |
DisplayFormatter.getContentType() |
static ContentType<?> |
UnitLookup.getContentType(String identifier) |
ContentType<T> |
RangeContentType.getEndPointContentType() |
Modifier and Type | Method and Description |
---|---|
static List<ContentType<?>> |
UnitLookup.getAllContentTypes() |
Modifier and Type | Method and Description |
---|---|
<M> void |
StructContentType.addField(String identifier,
ContentType<M> contentType,
String name,
String desc,
IMemberAccessor<M,T> accessor) |
static <M extends Comparable<? super M>> |
UnitLookup.getRangeType(ContentType<M> endPointType) |
Constructor and Description |
---|
DisplayFormatter(ContentType<T> contentType,
String identifier,
String name) |
Modifier and Type | Method and Description |
---|---|
ContentType<T> |
IPoolFactory.getContentType() |
ContentType<IMCOldObject> |
OldObjectFactory.getContentType() |
Modifier and Type | Method and Description |
---|---|
ContentType<?> |
ValueField.getContentType() |
Constructor and Description |
---|
ValueField(String identifier,
String name,
String description,
ContentType<?> contentType)
Create a value field.
|
Copyright © 2020. All rights reserved.