Uses of Class
org.opencms.main.CmsSingleThreadDumperThread.SampleNode
Packages that use CmsSingleThreadDumperThread.SampleNode
-
Uses of CmsSingleThreadDumperThread.SampleNode in org.opencms.main
Methods in org.opencms.main that return CmsSingleThreadDumperThread.SampleNodeModifier and TypeMethodDescriptionCmsSingleThreadDumperThread.SampleNode.getOrAddChild
(Object key) Gets the child node for the given key, creating it it it doesn't exist yet.Methods in org.opencms.main that return types with arguments of type CmsSingleThreadDumperThread.SampleNodeModifier 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.Methods in org.opencms.main with parameters of type CmsSingleThreadDumperThread.SampleNodeModifier 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.