Class UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder
-
- All Implemented Interfaces:
Iterable<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>,Iterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>
- Enclosing class:
- UpdateDecoder.DataSetMetaDataBytesDecoder
public static class UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder extends Object implements Iterable<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>, Iterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>
-
-
Constructor Summary
Constructors Constructor Description MetaDataBytesDecoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intactingBlockLength()StringBuilderappendTo(StringBuilder builder)bytebytes()static intbytesId()static bytebytesMaxValue()static StringbytesMetaAttribute(MetaAttribute metaAttribute)static bytebytesMinValue()static bytebytesNullValue()intcount()booleanhasNext()Iterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>iterator()UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecodernext()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.MetaDataBytesDecoder> iterator()
- Specified by:
iteratorin interfaceIterable<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>
-
next
public UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder next()
- Specified by:
nextin interfaceIterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>
-
bytesId
public static int bytesId()
-
bytesMetaAttribute
public static String bytesMetaAttribute(MetaAttribute metaAttribute)
-
bytesNullValue
public static byte bytesNullValue()
-
bytesMinValue
public static byte bytesMinValue()
-
bytesMaxValue
public static byte bytesMaxValue()
-
bytes
public byte bytes()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-