public class ProfilerV2 extends Schema<I,S>
| Modifier and Type | Field and Description |
|---|---|
int[][] |
counts |
int |
depth |
java.lang.String[][] |
stacktraces |
_version_pattern, schema_name, schema_type, schema_version| Constructor and Description |
|---|
ProfilerV2() |
| Modifier and Type | Method and Description |
|---|---|
I |
fillImpl(I profiler)
Fill an impl object and any children from this schema and its children.
|
DocGen.HTML |
writeHTML_impl(DocGen.HTML ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
acceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromImpl, fillFromParms, getImplClass, getImplClass, markdown, markdown, registerclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, write_impl, write, writeExternal, writeHTML, writeJSON_impl, writeJSON@API(help="Array of Profiles, one per Node in the Cluster", direction=OUTPUT) public java.lang.String[][] stacktraces
public I fillImpl(I profiler)
SchemafillImpl in class Schema<I extends ProfilerHandler.Profiler,S extends Schema<I,S>>public DocGen.HTML writeHTML_impl(DocGen.HTML ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.writeHTML_impl in interface FreezablewriteHTML_impl in class Icedab - html to write object to.