Class UpdateDecoder.DataSetMetaDataBytesDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.UpdateDecoder.DataSetMetaDataBytesDecoder
-
- All Implemented Interfaces:
Iterable<UpdateDecoder.DataSetMetaDataBytesDecoder>,Iterator<UpdateDecoder.DataSetMetaDataBytesDecoder>
- Enclosing class:
- UpdateDecoder
public static class UpdateDecoder.DataSetMetaDataBytesDecoder extends Object implements Iterable<UpdateDecoder.DataSetMetaDataBytesDecoder>, Iterator<UpdateDecoder.DataSetMetaDataBytesDecoder>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder
-
Constructor Summary
Constructors Constructor Description DataSetMetaDataBytesDecoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intactingBlockLength()StringBuilderappendTo(StringBuilder builder)intcount()booleanhasNext()Iterator<UpdateDecoder.DataSetMetaDataBytesDecoder>iterator()UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecodermetaDataBytes()static longmetaDataBytesDecoderId()UpdateDecoder.DataSetMetaDataBytesDecodernext()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.DataSetMetaDataBytesDecoder> iterator()
- Specified by:
iteratorin interfaceIterable<UpdateDecoder.DataSetMetaDataBytesDecoder>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<UpdateDecoder.DataSetMetaDataBytesDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<UpdateDecoder.DataSetMetaDataBytesDecoder>
-
next
public UpdateDecoder.DataSetMetaDataBytesDecoder next()
- Specified by:
nextin interfaceIterator<UpdateDecoder.DataSetMetaDataBytesDecoder>
-
metaDataBytesDecoderId
public static long metaDataBytesDecoderId()
-
metaDataBytes
public UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder metaDataBytes()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-