public static class UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder extends java.lang.Object implements java.lang.Iterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>, java.util.Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
Constructor and Description |
---|
HistogramCountsDecoder() |
Modifier and Type | Method and Description |
---|---|
int |
actingBlockLength() |
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
long |
binCount() |
static int |
binCountId() |
static long |
binCountMaxValue() |
static java.lang.String |
binCountMetaAttribute(MetaAttribute metaAttribute) |
static long |
binCountMinValue() |
static long |
binCountNullValue() |
int |
count() |
boolean |
hasNext() |
java.util.Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder> |
iterator() |
UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
java.lang.String |
toString() |
void |
wrap(UpdateDecoder parentMessage,
org.agrona.DirectBuffer buffer) |
public void wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public java.util.Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder> iterator()
iterator
in interface java.lang.Iterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
public void remove()
remove
in interface java.util.Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
public boolean hasNext()
hasNext
in interface java.util.Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
public UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder next()
next
in interface java.util.Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
public static int binCountId()
public static java.lang.String binCountMetaAttribute(MetaAttribute metaAttribute)
public static long binCountNullValue()
public static long binCountMinValue()
public static long binCountMaxValue()
public long binCount()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)