Top Description Fields Constructors Methods
jdk.jfr.internal.consumer.filter

pack-priv final Class CheckpointPool

extends Object
Class Inheritance
Imports
java.util.ArrayList, .List

Represents a constant pool in a checkpoint, both entries and type id

Field Summary

Modifier and TypeField and Description
private final List<PoolEntry>
private final long

Constructor Summary

AccessConstructor and Description
public
CheckpointPool(long typeId)

Method Summary

Modifier and TypeMethod and Description
public void
public List<PoolEntry>
public long
public long
public boolean
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

entriesback to summary
private final List<PoolEntry> entries
typeIdback to summary
private final long typeId

Constructor Detail

CheckpointPoolback to summary
public CheckpointPool(long typeId)

Method Detail

addback to summary
public void add(PoolEntry pe)
getEntriesback to summary
public List<PoolEntry> getEntries()
getTouchedCountback to summary
public long getTouchedCount()
getTypeIdback to summary
public long getTypeId()
isTouchedback to summary
public boolean isTouched()