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 int
actingBlockLength()
StringBuilder
appendTo(StringBuilder builder)
byte
bytes()
static int
bytesId()
static byte
bytesMaxValue()
static String
bytesMetaAttribute(MetaAttribute metaAttribute)
static byte
bytesMinValue()
static byte
bytesNullValue()
int
count()
boolean
hasNext()
Iterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>
iterator()
UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder
next()
void
remove()
static int
sbeBlockLength()
static int
sbeHeaderSize()
String
toString()
void
wrap(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:
iterator
in interfaceIterable<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>
-
next
public UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder next()
- Specified by:
next
in 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)
-
-