public static class UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder extends Object implements Iterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>, Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder |
| Constructor and Description |
|---|
HistogramsDecoder() |
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.HistogramsDecoder> iterator()
iterator in interface Iterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>public void remove()
remove in interface Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>public boolean hasNext()
hasNext in interface Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>public UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder next()
next in interface Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder>public static int statTypeId()
public static String statTypeMetaAttribute(MetaAttribute metaAttribute)
public StatsType statType()
public static int minValueId()
public static String minValueMetaAttribute(MetaAttribute metaAttribute)
public static double minValueNullValue()
public static double minValueMinValue()
public static double minValueMaxValue()
public double minValue()
public static int maxValueId()
public static String maxValueMetaAttribute(MetaAttribute metaAttribute)
public static double maxValueNullValue()
public static double maxValueMinValue()
public static double maxValueMaxValue()
public double maxValue()
public static int nBinsId()
public static String nBinsMetaAttribute(MetaAttribute metaAttribute)
public static int nBinsNullValue()
public static int nBinsMinValue()
public static int nBinsMaxValue()
public int nBins()
public static long histogramCountsDecoderId()
public UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder histogramCounts()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.