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 LinkImpl. NO_LINKMethods in io.perfmark that return Link Modifier and Type Method Description static LinkPerfMark. link()Deprecated.protected LinkImpl. linkOut()static LinkPerfMark. linkOut()A link connects between two tasks that start asynchronously.protected static LinkImpl. packLink(long linkId)Methods in io.perfmark with parameters of type Link Modifier and Type Method Description protected voidImpl. linkIn(Link link)static voidPerfMark. linkIn(Link link)Associate this link with the most recently started task.protected static longImpl. unpackLinkId(Link link)
-