Uses of Class
org.openjdk.jmc.flightrecorder.internal.parser.v0.model.DataType
-
Packages that use DataType Package Description org.openjdk.jmc.flightrecorder.internal.parser.v0 org.openjdk.jmc.flightrecorder.internal.parser.v0.model -
-
Uses of DataType in org.openjdk.jmc.flightrecorder.internal.parser.v0
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v0 declared as DataType Modifier and Type Field Description private DataTypeQuantityReader. dataTypeprivate DataTypeReaderFactory.TypeIdentifierReader. dataTypeprivate DataTypeConstantMap. keyTypeprivate DataTypeConstantReader. keyTypeMethods in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type DataType Modifier and Type Method Description (package private) IValueReaderReaderFactory. createConstantReader(DataType dataType, int contentType)private IValueReaderReaderFactory. createPrimitiveReader(DataType dataType, int contentType, java.lang.String valueType)(package private) voidConstantMap. init(IValueReader valueReader, DataType keyType, IPoolFactory<?> factory)(package private) static longNumberReaders. readKey(byte[] data, Offset offset, DataType keyType)Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type DataType Constructor Description ConstantReader(ConstantMap pool, DataType keyType)QuantityReader(DataType dataType, IUnit unit)TypeIdentifierReader(DataType dataType) -
Uses of DataType in org.openjdk.jmc.flightrecorder.internal.parser.v0.model
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v0.model declared as DataType Modifier and Type Field Description private DataTypeContentTypeDescriptor. dataTypeprivate DataTypeValueDescriptor. dataTypeMethods in org.openjdk.jmc.flightrecorder.internal.parser.v0.model that return DataType Modifier and Type Method Description DataTypeContentTypeDescriptor. getDataType()DataTypeValueDescriptor. getDataType()DataTypeValueDescriptor. getInnerDataType()static DataTypeDataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v0.model with parameters of type DataType Constructor Description ContentTypeDescriptor(int contentTypeId, java.lang.String name, java.lang.String description, DataType dataType, ValueDescriptor[] dataStructure)ValueDescriptor(java.lang.String identifier, java.lang.String name, java.lang.String description, Transition transition, DataType dataType, java.lang.String relationalKey, int contentType, DataStructure[] dataStructures, int structureIndex)
-