Class StorageMetaDataDecoder.ExtraMetaDataBytesDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.StorageMetaDataDecoder.ExtraMetaDataBytesDecoder
-
- All Implemented Interfaces:
Iterable<StorageMetaDataDecoder.ExtraMetaDataBytesDecoder>,Iterator<StorageMetaDataDecoder.ExtraMetaDataBytesDecoder>
- Enclosing class:
- StorageMetaDataDecoder
public static class StorageMetaDataDecoder.ExtraMetaDataBytesDecoder extends Object implements Iterable<StorageMetaDataDecoder.ExtraMetaDataBytesDecoder>, Iterator<StorageMetaDataDecoder.ExtraMetaDataBytesDecoder>
-
-
Constructor Summary
Constructors Constructor Description ExtraMetaDataBytesDecoder()
-
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<StorageMetaDataDecoder.ExtraMetaDataBytesDecoder>iterator()StorageMetaDataDecoder.ExtraMetaDataBytesDecodernext()voidremove()static intsbeBlockLength()static intsbeHeaderSize()StringtoString()voidwrap(StorageMetaDataDecoder 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(StorageMetaDataDecoder 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<StorageMetaDataDecoder.ExtraMetaDataBytesDecoder> iterator()
- Specified by:
iteratorin interfaceIterable<StorageMetaDataDecoder.ExtraMetaDataBytesDecoder>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<StorageMetaDataDecoder.ExtraMetaDataBytesDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<StorageMetaDataDecoder.ExtraMetaDataBytesDecoder>
-
next
public StorageMetaDataDecoder.ExtraMetaDataBytesDecoder next()
- Specified by:
nextin interfaceIterator<StorageMetaDataDecoder.ExtraMetaDataBytesDecoder>
-
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)
-
-