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. factoryprivate IPoolFactory<?>ConstantMap. factoryMethods in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type IPoolFactory Modifier and Type Method Description (package private) voidConstantMap. 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) classJavaThreadFactoryCreate a thread from java thread pool(package private) classMethodFactoryFactory that creates aIMCMethodfrom the method pool.classOldObjectFactory(package private) classOSThreadFactoryFactory that creates aJfrThreadfor the OS thread pool.(package private) classStackTraceFactoryFactory that create anIMCStackTracefrom the stack trace pool.(package private) classThreadGroupFactoryFactory that create a thread group object from thread group factory(package private) classTypeFactoryFactory responsible for creating aIMCTypeMethods 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)
-