public class SamplingHeapProfileNode extends Object
| Constructor and Description |
|---|
SamplingHeapProfileNode() |
| Modifier and Type | Method and Description |
|---|---|
CallFrame |
getCallFrame()
Function location.
|
List<SamplingHeapProfileNode> |
getChildren()
Child nodes.
|
Integer |
getId()
Node id.
|
Double |
getSelfSize()
Allocations size in bytes for the node excluding children.
|
void |
setCallFrame(CallFrame callFrame)
Function location.
|
void |
setChildren(List<SamplingHeapProfileNode> children)
Child nodes.
|
void |
setId(Integer id)
Node id.
|
void |
setSelfSize(Double selfSize)
Allocations size in bytes for the node excluding children.
|
public CallFrame getCallFrame()
public void setCallFrame(CallFrame callFrame)
public Double getSelfSize()
public void setSelfSize(Double selfSize)
public Integer getId()
public void setId(Integer id)
public List<SamplingHeapProfileNode> getChildren()
public void setChildren(List<SamplingHeapProfileNode> children)
Copyright © 2020. All rights reserved.