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 DataType
QuantityReader. dataType
private DataType
ReaderFactory.TypeIdentifierReader. dataType
private DataType
ConstantMap. keyType
private DataType
ConstantReader. keyType
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type DataType Modifier and Type Method Description (package private) IValueReader
ReaderFactory. createConstantReader(DataType dataType, int contentType)
private IValueReader
ReaderFactory. createPrimitiveReader(DataType dataType, int contentType, java.lang.String valueType)
(package private) void
ConstantMap. init(IValueReader valueReader, DataType keyType, IPoolFactory<?> factory)
(package private) static long
NumberReaders. 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 DataType
ContentTypeDescriptor. dataType
private DataType
ValueDescriptor. dataType
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.model that return DataType Modifier and Type Method Description DataType
ContentTypeDescriptor. getDataType()
DataType
ValueDescriptor. getDataType()
DataType
ValueDescriptor. getInnerDataType()
static DataType
DataType. 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)
-