public static class UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder extends Object implements Iterable<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>, Iterator<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>
| Constructor and Description |
|---|
SummaryStatDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
actingBlockLength() |
StringBuilder |
appendTo(StringBuilder builder) |
int |
count() |
boolean |
hasNext() |
Iterator<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder> |
iterator() |
UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
StatsType |
statType() |
static int |
statTypeId() |
static String |
statTypeMetaAttribute(MetaAttribute metaAttribute) |
SummaryType |
summaryType() |
static int |
summaryTypeId() |
static String |
summaryTypeMetaAttribute(MetaAttribute metaAttribute) |
String |
toString() |
double |
value() |
static int |
valueId() |
static double |
valueMaxValue() |
static String |
valueMetaAttribute(MetaAttribute metaAttribute) |
static double |
valueMinValue() |
static double |
valueNullValue() |
void |
wrap(UpdateDecoder parentMessage,
org.agrona.DirectBuffer buffer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorforEachRemainingpublic void wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public Iterator<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder> iterator()
iterator in interface Iterable<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>public void remove()
remove in interface Iterator<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>public boolean hasNext()
hasNext in interface Iterator<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>public UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder next()
next in interface Iterator<UpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder>public static int statTypeId()
public static String statTypeMetaAttribute(MetaAttribute metaAttribute)
public StatsType statType()
public static int summaryTypeId()
public static String summaryTypeMetaAttribute(MetaAttribute metaAttribute)
public SummaryType summaryType()
public static int valueId()
public static String valueMetaAttribute(MetaAttribute metaAttribute)
public static double valueNullValue()
public static double valueMinValue()
public static double valueMaxValue()
public double value()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.