Package | Description |
---|---|
org.opencms.main |
Provides the main OpenCms "operating system".
|
Modifier and Type | Method and Description |
---|---|
CmsSingleThreadDumperThread.SampleNode |
CmsSingleThreadDumperThread.SampleNode.getOrAddChild(java.lang.Object key)
Gets the child node for the given key, creating it it it doesn't exist yet.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<CmsSingleThreadDumperThread.SampleNode> |
CmsSingleThreadDumperThread.SampleNode.nodesForPath(CmsSingleThreadDumperThread.SampleNode root,
java.util.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 Type | Method and Description |
---|---|
static int |
CmsSingleThreadDumperThread.SampleNode.compareBySamplesDescending(CmsSingleThreadDumperThread.SampleNode a,
CmsSingleThreadDumperThread.SampleNode b)
Compare nodes by descending sample count.
|
static void |
CmsSingleThreadDumperThread.SampleNode.incrementPath(CmsSingleThreadDumperThread.SampleNode root,
java.util.List<?> path)
Increment sample count for all nodes along the given path.
|
static java.util.List<CmsSingleThreadDumperThread.SampleNode> |
CmsSingleThreadDumperThread.SampleNode.nodesForPath(CmsSingleThreadDumperThread.SampleNode root,
java.util.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.
|