Uses of Class
org.opencms.main.CmsSingleThreadDumperThread.SampleNode
-
Uses of CmsSingleThreadDumperThread.SampleNode in org.opencms.main
Modifier and TypeMethodDescriptionCmsSingleThreadDumperThread.SampleNode.getOrAddChild
(Object key) Gets the child node for the given key, creating it it it doesn't exist yet.Modifier and TypeMethodDescriptionCmsSingleThreadDumperThread.SampleNode.nodesForPath
(CmsSingleThreadDumperThread.SampleNode root, List<?> path) Given a path consisting of a list of node keys, this method collects all nodes along that path, including the given root node, and creates nodes if they don't exist in the tree yet.Modifier and TypeMethodDescriptionstatic int
CmsSingleThreadDumperThread.SampleNode.compareBySamplesDescending
(CmsSingleThreadDumperThread.SampleNode a, CmsSingleThreadDumperThread.SampleNode b) Compare nodes by descending sample count.static void
CmsSingleThreadDumperThread.SampleNode.incrementPath
(CmsSingleThreadDumperThread.SampleNode root, List<?> path) Increment sample count for all nodes along the given path.CmsSingleThreadDumperThread.SampleNode.nodesForPath
(CmsSingleThreadDumperThread.SampleNode root, List<?> path) Given a path consisting of a list of node keys, this method collects all nodes along that path, including the given root node, and creates nodes if they don't exist in the tree yet.