Class UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder
-
- All Implemented Interfaces:
Iterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>,Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
- Enclosing class:
- UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder
public static class UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder extends Object implements Iterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>, Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
-
-
Constructor Summary
Constructors Constructor Description HistogramCountsDecoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intactingBlockLength()StringBuilderappendTo(StringBuilder builder)longbinCount()static intbinCountId()static longbinCountMaxValue()static StringbinCountMetaAttribute(MetaAttribute metaAttribute)static longbinCountMinValue()static longbinCountNullValue()intcount()booleanhasNext()Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>iterator()UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecodernext()voidremove()static intsbeBlockLength()static intsbeHeaderSize()StringtoString()voidwrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
wrap
public void wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
-
sbeHeaderSize
public static int sbeHeaderSize()
-
sbeBlockLength
public static int sbeBlockLength()
-
actingBlockLength
public int actingBlockLength()
-
count
public int count()
-
iterator
public Iterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder> iterator()
- Specified by:
iteratorin interfaceIterable<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
-
next
public UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder next()
- Specified by:
nextin interfaceIterator<UpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder.HistogramCountsDecoder>
-
binCountId
public static int binCountId()
-
binCountMetaAttribute
public static String binCountMetaAttribute(MetaAttribute metaAttribute)
-
binCountNullValue
public static long binCountNullValue()
-
binCountMinValue
public static long binCountMinValue()
-
binCountMaxValue
public static long binCountMaxValue()
-
binCount
public long binCount()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-