| Package | Description |
|---|---|
| org.openjdk.jmc.flightrecorder.internal.parser.v0 | |
| org.openjdk.jmc.flightrecorder.internal.parser.v0.model |
| Modifier and Type | Field and Description |
|---|---|
private DataType |
QuantityReader.dataType |
private DataType |
ReaderFactory.TypeIdentifierReader.dataType |
private DataType |
ConstantMap.keyType |
private DataType |
ConstantReader.keyType |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
ConstantReader(ConstantMap pool,
DataType keyType) |
QuantityReader(DataType dataType,
IUnit unit) |
TypeIdentifierReader(DataType dataType) |
| Modifier and Type | Field and Description |
|---|---|
private DataType |
ContentTypeDescriptor.dataType |
private DataType |
ValueDescriptor.dataType |
| Modifier and Type | Method and 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.
|
| Constructor and 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) |