Uses of Interface
org.openjdk.jmc.flightrecorder.internal.parser.v0.factories.IPoolFactory
-
Packages that use IPoolFactory Package Description org.openjdk.jmc.flightrecorder.internal.parser.v0 org.openjdk.jmc.flightrecorder.internal.parser.v0.factories -
-
Uses of IPoolFactory in org.openjdk.jmc.flightrecorder.internal.parser.v0
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v0 declared as IPoolFactory Modifier and Type Field Description private IPoolFactory<?>
ConstantEntryList. factory
private IPoolFactory<?>
ConstantMap. factory
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type IPoolFactory Modifier and Type Method Description (package private) void
ConstantMap. init(IValueReader valueReader, DataType keyType, IPoolFactory<?> factory)
Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type IPoolFactory Constructor Description ConstantEntryList(java.lang.Object firstValue, long timestamp, IPoolFactory<?> factory)
-
Uses of IPoolFactory in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that implement IPoolFactory Modifier and Type Class Description (package private) class
JavaThreadFactory
Create a thread from java thread pool(package private) class
MethodFactory
Factory that creates aIMCMethod
from the method pool.class
OldObjectFactory
(package private) class
OSThreadFactory
Factory that creates aJfrThread
for the OS thread pool.(package private) class
StackTraceFactory
Factory that create anIMCStackTrace
from the stack trace pool.(package private) class
ThreadGroupFactory
Factory that create a thread group object from thread group factory(package private) class
TypeFactory
Factory responsible for creating aIMCType
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return IPoolFactory Modifier and Type Method Description static IPoolFactory<?>
GlobalObjectPool. getFactory(ContentTypeDescriptor contentType, LoaderContext context)
-