Top Description Fields Constructors Methods
jdk.jfr.internal.query

pack-priv final Class Table

extends Object
Class Inheritance
Imports
java.util.ArrayList, .List, jdk.jfr.consumer.RecordedEvent

Class responsible for holding rows, their values and textual representation.

Field Summary

Modifier and TypeField and Description
private final List<Field>
private final List<Row>

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
public void
add(RecordedEvent event, List<Field> sourceFields)

pack-priv void
addFields(List<Field> fields)

pack-priv void
addRows(List<Row> rows)

pack-priv List<Field>
pack-priv List<Row>
pack-priv boolean
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

fieldsback to summary
private final List<Field> fields
rowsback to summary
private final List<Row> rows

Constructor Detail

Tableback to summary
pack-priv Table()

Method Detail

addback to summary
public void add(RecordedEvent event, List<Field> sourceFields)
addFieldsback to summary
pack-priv void addFields(List<Field> fields)
addRowsback to summary
pack-priv void addRows(List<Row> rows)
getFieldsback to summary
pack-priv List<Field> getFields()
getRowsback to summary
pack-priv List<Row> getRows()
isEmptyback to summary
pack-priv boolean isEmpty()