Uses of Class
io.perfmark.impl.MarkHolder
-
Packages that use MarkHolder Package Description io.perfmark.impl Represents implementation pieces to make PerfMark work.io.perfmark.java6 Java 6 based recorder and generator implementation.io.perfmark.java9 Java 9+ enabled generator and mark-holder. -
-
Uses of MarkHolder in io.perfmark.impl
Fields in io.perfmark.impl with type parameters of type MarkHolder Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.Object,java.lang.ref.Reference<MarkHolder>>Storage. allMarkHoldersMethods in io.perfmark.impl with parameters of type MarkHolder Modifier and Type Method Description static voidStorage. registerMarkHolder(MarkHolder markHolder)Note: it is the responsibility of the caller to keep a strong reference to the markHolder.static voidStorage. unregisterMarkHolder(MarkHolder markHolder)This method is meant to aid in cleanup. -
Uses of MarkHolder in io.perfmark.java6
Subclasses of MarkHolder in io.perfmark.java6 Modifier and Type Class Description (package private) classSynchronizedMarkHolder -
Uses of MarkHolder in io.perfmark.java9
Subclasses of MarkHolder in io.perfmark.java9 Modifier and Type Class Description (package private) classVarHandleMarkHolder
-