Uses of Class
io.perfmark.Link
-
-
Uses of Link in io.perfmark
Fields in io.perfmark declared as Link Modifier and Type Field Description (package private) static Link
Impl. NO_LINK
Methods in io.perfmark that return Link Modifier and Type Method Description static Link
PerfMark. link()
Deprecated.protected Link
Impl. linkOut()
static Link
PerfMark. linkOut()
A link connects between two tasks that start asynchronously.protected static Link
Impl. packLink(long linkId)
Methods in io.perfmark with parameters of type Link Modifier and Type Method Description protected void
Impl. linkIn(Link link)
static void
PerfMark. linkIn(Link link)
Associate this link with the most recently started task.protected static long
Impl. unpackLinkId(Link link)
-