Top Fields Constructors Methods
jdk.jfr.internal.consumer

pack-priv final Class ConstantLookup

extends Object
Class Inheritance
Imports
jdk.jfr.internal.Type

Field Summary

Modifier and TypeField and Description
private ConstantMap
private ConstantMap
private final Type

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
public Object
getCurrent(long key)

public Object
public ConstantMap
public Object
public Type
public void
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

currentback to summary
private ConstantMap current
previousback to summary
private ConstantMap previous
typeback to summary
private final Type type

Constructor Detail

ConstantLookupback to summary
pack-priv ConstantLookup(ConstantMap current, Type type)

Method Detail

getCurrentback to summary
public Object getCurrent(long key)
getCurrentResolvedback to summary
public Object getCurrentResolved(long key)
getLatestPoolback to summary
public ConstantMap getLatestPool()
getPreviousResolvedback to summary
public Object getPreviousResolved(long key)
getTypeback to summary
public Type getType()
newPoolback to summary
public void newPool()