public class CloudV3 extends Schema<Iced,CloudV3>
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudV3.NodeV3 |
Schema.Meta| Modifier and Type | Field and Description |
|---|---|
int |
bad_nodes |
boolean |
cloud_healthy |
java.lang.String |
cloud_name |
int |
cloud_size |
long |
cloud_uptime_millis |
boolean |
consensus |
boolean |
locked |
int |
node_idx |
CloudV3.NodeV3[] |
nodes |
boolean |
skip_ticks |
java.lang.String |
version |
__meta, _impl_class, _version_pattern| Constructor and Description |
|---|
CloudV3() |
| Modifier and Type | Method and Description |
|---|---|
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, fillImpl, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemasclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML, writeJSON_impl, writeJSON@API(help="Node index number cloud status is collected from (zero-based)", direction=OUTPUT) public int node_idx
@API(help="cloud_uptime_millis", direction=OUTPUT) public long cloud_uptime_millis
@API(help="nodes", direction=OUTPUT) public CloudV3.NodeV3[] nodes
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.