Uses of Class
org.openjdk.jmc.common.unit.ContentType
-
Packages that use ContentType Package Description org.openjdk.jmc.common.item This package contains theIItemdata 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. contentTypeMethods 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.StringAggregators. getMaxName(java.lang.String name, ContentType<?> ct)(package private) static java.lang.StringAggregators. getMinName(java.lang.String name, ContentType<?> ct)protected static voidPersistableItemFilter. 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 classKindOfQuantity<U extends TypedUnit<U>>classLinearKindOfQuantityThe kind of a linear (scalar) physical quantity.classRangeContentType<T extends java.lang.Comparable<? super T>>classStructContentType<T>(package private) classTimestampKindprivate static classUnitLookup.LeafContentType<T>Fields in org.openjdk.jmc.common.unit declared as ContentType Modifier and Type Field Description static ContentType<IMCType>UnitLookup. CLASSstatic ContentType<IMCClassLoader>UnitLookup. CLASS_LOADERstatic ContentType<java.lang.Number>UnitLookup. COUNTprivate ContentType<T>RangeContentType. endPointTypestatic ContentType<java.lang.Boolean>UnitLookup. FLAGstatic ContentType<java.lang.Number>UnitLookup. IDENTIFIERstatic ContentType<java.lang.Number>UnitLookup. INDEXstatic ContentType<LabeledIdentifier>UnitLookup. LABELED_IDENTIFIERprivate ContentType<T>DisplayFormatter. m_contentTypestatic ContentType<IMCMethod>UnitLookup. METHODstatic ContentType<IMCModule>UnitLookup. MODULEstatic ContentType<IMCOldObject>UnitLookup. OLD_OBJECTstatic ContentType<IMCOldObjectArray>UnitLookup. OLD_OBJECT_ARRAYstatic ContentType<IMCOldObjectField>UnitLookup. OLD_OBJECT_FIELDstatic ContentType<IMCOldObjectGcRoot>UnitLookup. OLD_OBJECT_GC_ROOTstatic ContentType<IMCPackage>UnitLookup. PACKAGEstatic ContentType<java.lang.String>UnitLookup. PLAIN_TEXTstatic ContentType<java.lang.Long>UnitLookup. RAW_LONGNOTE: Temporary placeholder for raw long values to allow for comparable uses.static ContentType<java.lang.Number>UnitLookup. RAW_NUMBERNOTE: Temporary placeholder for raw numerical values, primitive wrappers.static ContentType<IMCStackTrace>UnitLookup. STACKTRACEstatic ContentType<IMCFrame>UnitLookup. STACKTRACE_FRAMEstatic ContentType<IMCThread>UnitLookup. THREADstatic ContentType<IMCThreadGroup>UnitLookup. THREAD_GROUPstatic ContentType<IRange<IQuantity>>UnitLookup. TIMERANGEstatic ContentType<IType<?>>UnitLookup. TYPEstatic ContentType<IUnit>UnitLookup. UNITstatic ContentType<java.lang.Object>UnitLookup. UNKNOWNFields 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_TYPESMethods 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> voidStructContentType. 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. contentTypeprivate ContentType<?>ValueReaders.PrimitiveReader. contentTypeprivate ContentType<?>ValueReaders.ReflectiveReader. ctMethods 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. contentTypeMethods 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.
-