public class SamplingHeapProfileSample extends Object
| Constructor and Description |
|---|
SamplingHeapProfileSample() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getNodeId()
Id of the corresponding profile tree node.
|
Double |
getOrdinal()
Time-ordered sample ordinal number.
|
Double |
getSize()
Allocation size in bytes attributed to the sample.
|
void |
setNodeId(Integer nodeId)
Id of the corresponding profile tree node.
|
void |
setOrdinal(Double ordinal)
Time-ordered sample ordinal number.
|
void |
setSize(Double size)
Allocation size in bytes attributed to the sample.
|
public Double getSize()
public void setSize(Double size)
public Integer getNodeId()
public void setNodeId(Integer nodeId)
public Double getOrdinal()
public void setOrdinal(Double ordinal)
Copyright © 2020. All rights reserved.