public static class UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder extends Object implements Iterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>, Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
| Constructor and Description |
|---|
HistogramCountsDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
actingBlockLength() |
StringBuilder |
appendTo(StringBuilder builder) |
long |
binCount() |
static int |
binCountId() |
static long |
binCountMaxValue() |
static String |
binCountMetaAttribute(MetaAttribute metaAttribute) |
static long |
binCountMinValue() |
static long |
binCountNullValue() |
int |
count() |
boolean |
hasNext() |
Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder> |
iterator() |
UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
String |
toString() |
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.HistogramsDecoder.HistogramCountsDecoder> iterator()
iterator in interface Iterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>public void remove()
remove in interface Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>public boolean hasNext()
hasNext in interface Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>public UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder next()
next in interface Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>public static int binCountId()
public static String binCountMetaAttribute(MetaAttribute metaAttribute)
public static long binCountNullValue()
public static long binCountMinValue()
public static long binCountMaxValue()
public long binCount()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.