Uses of Class
org.openjdk.jmc.common.unit.ContentType
-
Packages that use ContentType Package Description org.openjdk.jmc.common.item This package contains theIItem
data model.org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.flightrecorder.internal.parser.v0 org.openjdk.jmc.flightrecorder.internal.parser.v0.factories org.openjdk.jmc.flightrecorder.internal.parser.v1 org.openjdk.jmc.flightrecorder.jdk org.openjdk.jmc.flightrecorder.parser Parser extensions are a way to modify events read from a Flight Recording. -
-
Uses of ContentType in org.openjdk.jmc.common.item
Fields in org.openjdk.jmc.common.item declared as ContentType Modifier and Type Field Description private ContentType<T>
AccessorKey. contentType
Methods in org.openjdk.jmc.common.item that return ContentType Modifier and Type Method Description ContentType<T>
AccessorKey. getContentType()
ContentType<T>
IAccessorKey. getContentType()
The content type of this attribute.ContentType<V>
ICanonicalAccessorFactory. getContentType()
private static <M extends java.lang.Comparable<? super M>>
ContentType<M>PersistableItemFilter. readComparableType(IState memento)
Methods in org.openjdk.jmc.common.item with parameters of type ContentType Modifier and Type Method Description static <T> IAttribute<T>
Attribute. attr(java.lang.String identifier, java.lang.String name, java.lang.String description, ContentType<T> contentType)
Obtain an attribute.static <T> IAttribute<T>
Attribute. attr(java.lang.String identifier, java.lang.String name, ContentType<T> contentType)
Obtain an attribute.static <T> ICanonicalAccessorFactory<T>
Attribute. attr(java.lang.String identifier, ContentType<T> contentType)
private static <M> ICanonicalAccessorFactory<M>
PersistableItemFilter. createAttribute(java.lang.String id, ContentType<M> type)
(package private) static java.lang.String
Aggregators. getMaxName(java.lang.String name, ContentType<?> ct)
(package private) static java.lang.String
Aggregators. getMinName(java.lang.String name, ContentType<?> ct)
protected static void
PersistableItemFilter. putValueType(IWritableState memento, ContentType<?> contentType)
Constructors in org.openjdk.jmc.common.item with parameters of type ContentType Constructor Description AccessorKey(java.lang.String identifier, ContentType<T> contentType)
Attribute(java.lang.String identifier, java.lang.String name, java.lang.String description, ContentType<T> contentType)
Protected constructor.Avg(java.lang.String name, java.lang.String description, ContentType<IQuantity> ct)
CanonicalAccessorFactory(java.lang.String identifier, ContentType<V> contentType)
MinMax(java.lang.String name, java.lang.String description, ContentType<V> ct, boolean max)
-
Uses of ContentType in org.openjdk.jmc.common.unit
Subclasses of ContentType in org.openjdk.jmc.common.unit Modifier and Type Class Description 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>
(package private) class
TimestampKind
private static class
UnitLookup.LeafContentType<T>
Fields in org.openjdk.jmc.common.unit declared as ContentType Modifier and Type Field Description static ContentType<IMCType>
UnitLookup. CLASS
static ContentType<IMCClassLoader>
UnitLookup. CLASS_LOADER
static ContentType<java.lang.Number>
UnitLookup. COUNT
private ContentType<T>
RangeContentType. endPointType
static ContentType<java.lang.Boolean>
UnitLookup. FLAG
static ContentType<java.lang.Number>
UnitLookup. IDENTIFIER
static ContentType<java.lang.Number>
UnitLookup. INDEX
static ContentType<LabeledIdentifier>
UnitLookup. LABELED_IDENTIFIER
private ContentType<T>
DisplayFormatter. m_contentType
static ContentType<IMCMethod>
UnitLookup. METHOD
static ContentType<IMCModule>
UnitLookup. MODULE
static ContentType<IMCOldObject>
UnitLookup. OLD_OBJECT
static ContentType<IMCOldObjectArray>
UnitLookup. OLD_OBJECT_ARRAY
static ContentType<IMCOldObjectField>
UnitLookup. OLD_OBJECT_FIELD
static ContentType<IMCOldObjectGcRoot>
UnitLookup. OLD_OBJECT_GC_ROOT
static ContentType<IMCPackage>
UnitLookup. PACKAGE
static ContentType<java.lang.String>
UnitLookup. PLAIN_TEXT
static ContentType<java.lang.Long>
UnitLookup. RAW_LONG
NOTE: Temporary placeholder for raw long values to allow for comparable uses.static ContentType<java.lang.Number>
UnitLookup. RAW_NUMBER
NOTE: Temporary placeholder for raw numerical values, primitive wrappers.static ContentType<IMCStackTrace>
UnitLookup. STACKTRACE
static ContentType<IMCFrame>
UnitLookup. STACKTRACE_FRAME
static ContentType<IMCThread>
UnitLookup. THREAD
static ContentType<IMCThreadGroup>
UnitLookup. THREAD_GROUP
static ContentType<IRange<IQuantity>>
UnitLookup. TIMERANGE
static ContentType<IType<?>>
UnitLookup. TYPE
static ContentType<IUnit>
UnitLookup. UNIT
static ContentType<java.lang.Object>
UnitLookup. UNKNOWN
Fields in org.openjdk.jmc.common.unit with type parameters of type ContentType Modifier and Type Field Description private static java.util.List<ContentType<?>>
UnitLookup. CONTENT_TYPES
Methods in org.openjdk.jmc.common.unit that return ContentType Modifier and Type Method Description private static ContentType<java.lang.Number>
UnitLookup. createCount()
private static ContentType<java.lang.Boolean>
UnitLookup. createFlag(java.lang.String id)
private static ContentType<java.lang.Number>
UnitLookup. createIdentifier()
private static ContentType<java.lang.Number>
UnitLookup. createIndex()
private static ContentType<IMCType>
UnitLookup. createJavaTypeContentType(java.lang.String id)
private static ContentType<java.lang.Long>
UnitLookup. createRawLong()
private static ContentType<java.lang.Number>
UnitLookup. createRawNumber()
private static ContentType<java.lang.String>
UnitLookup. createStringContentType(java.lang.String id)
private static <T> ContentType<T>
UnitLookup. createSyntheticContentType(java.lang.String id)
ContentType<T>
DisplayFormatter. getContentType()
static ContentType<?>
UnitLookup. getContentType(java.lang.String identifier)
ContentType<T>
RangeContentType. getEndPointContentType()
Methods in org.openjdk.jmc.common.unit that return types with arguments of type ContentType Modifier and Type Method Description static java.util.List<ContentType<?>>
UnitLookup. getAllContentTypes()
Methods in org.openjdk.jmc.common.unit with parameters of type ContentType Modifier and Type Method Description <M> void
StructContentType. addField(java.lang.String identifier, ContentType<M> contentType, java.lang.String name, java.lang.String desc, IMemberAccessor<M,T> accessor)
(package private) static <T extends java.lang.Comparable<? super T>>
RangeContentType<T>RangeContentType. create(ContentType<T> endPointType)
static <M extends java.lang.Comparable<? super M>>
RangeContentType<M>UnitLookup. getRangeType(ContentType<M> endPointType)
Constructors in org.openjdk.jmc.common.unit with parameters of type ContentType Constructor Description DisplayFormatter(ContentType<T> contentType, java.lang.String identifier, java.lang.String name)
RangeContentType(ContentType<T> endPointType, ContentType<T> deltaType)
-
Uses of ContentType in org.openjdk.jmc.flightrecorder.internal.parser.v0
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0 that return ContentType Modifier and Type Method Description (package private) ContentType<?>
ConstantMap. getContentType()
ContentType<?>
ArrayReader. getValueType()
ContentType<?>
BooleanReader. getValueType()
ContentType<?>
CompositeReader. getValueType()
ContentType<?>
ConstantReader. getValueType()
ContentType<?>
IValueReader. getValueType()
ContentType<?>
QuantityReader. getValueType()
ContentType<?>
ReaderFactory.TypeIdentifierReader. getValueType()
ContentType<?>
StringReader. getValueType()
ContentType<?>
UTFStringParser. getValueType()
-
Uses of ContentType in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return ContentType Modifier and Type Method Description ContentType<T>
IPoolFactory. getContentType()
ContentType<IMCThread>
JavaThreadFactory. getContentType()
ContentType<IMCMethod>
MethodFactory. getContentType()
ContentType<IMCOldObject>
OldObjectFactory. getContentType()
ContentType<IMCThread>
OSThreadFactory. getContentType()
ContentType<IMCStackTrace>
StackTraceFactory. getContentType()
ContentType<java.lang.Object>
ThreadGroupFactory. getContentType()
ContentType<IMCType>
TypeFactory. getContentType()
-
Uses of ContentType in org.openjdk.jmc.flightrecorder.internal.parser.v1
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v1 declared as ContentType Modifier and Type Field Description private ContentType<?>
ValueReaders.PoolReader. contentType
private ContentType<?>
ValueReaders.PrimitiveReader. contentType
private ContentType<?>
ValueReaders.ReflectiveReader. ct
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return ContentType Modifier and Type Method Description ContentType<?>
TypeManager.TypeIdentifierReader. getContentType()
ContentType<?>
ValueReaders.ArrayReader. getContentType()
ContentType<?>
ValueReaders.IValueReader. getContentType()
ContentType<?>
ValueReaders.PoolReader. getContentType()
ContentType<?>
ValueReaders.PrimitiveReader. getContentType()
ContentType<?>
ValueReaders.QuantityReader. getContentType()
ContentType<?>
ValueReaders.ReflectiveReader. getContentType()
ContentType<?>
ValueReaders.StringReader. getContentType()
ContentType<?>
ValueReaders.StructReader. getContentType()
ContentType<?>
ValueReaders.TicksTimestampReader. getContentType()
Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v1 with parameters of type ContentType Constructor Description PoolReader(FastAccessNumberMap<java.lang.Object> pool, ContentType<?> contentType)
ReflectiveReader(java.lang.Class<T> klass, int fieldCount, ContentType<? super T> ct)
-
Uses of ContentType in org.openjdk.jmc.flightrecorder.jdk
Methods in org.openjdk.jmc.flightrecorder.jdk with parameters of type ContentType Modifier and Type Method Description private static Attribute<IQuantity>
JdkAttributes. createCodeHeapAttribute(IAttribute<IQuantity> attribute, java.lang.String codeHeap, java.lang.String identifier, java.lang.String name, java.lang.String description, ContentType<IQuantity> contentType)
Workaround for badly constructed JDK 9 segmented code cache events. -
Uses of ContentType in org.openjdk.jmc.flightrecorder.parser
Fields in org.openjdk.jmc.flightrecorder.parser declared as ContentType Modifier and Type Field Description private ContentType<?>
ValueField. contentType
Methods in org.openjdk.jmc.flightrecorder.parser that return ContentType Modifier and Type Method Description ContentType<?>
ValueField. getContentType()
Constructors in org.openjdk.jmc.flightrecorder.parser with parameters of type ContentType Constructor Description ValueField(java.lang.String identifier, java.lang.String name, java.lang.String description, ContentType<?> contentType)
Create a value field.
-