Class StaticInfoDecoder.ModelParamNamesDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.StaticInfoDecoder.ModelParamNamesDecoder
-
- All Implemented Interfaces:
Iterable<StaticInfoDecoder.ModelParamNamesDecoder>,Iterator<StaticInfoDecoder.ModelParamNamesDecoder>
- Enclosing class:
- StaticInfoDecoder
public static class StaticInfoDecoder.ModelParamNamesDecoder extends Object implements Iterable<StaticInfoDecoder.ModelParamNamesDecoder>, Iterator<StaticInfoDecoder.ModelParamNamesDecoder>
-
-
Constructor Summary
Constructors Constructor Description ModelParamNamesDecoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intactingBlockLength()StringBuilderappendTo(StringBuilder builder)intcount()intgetModelParamNames(byte[] dst, int dstOffset, int length)intgetModelParamNames(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)booleanhasNext()Iterator<StaticInfoDecoder.ModelParamNamesDecoder>iterator()StringmodelParamNames()static StringmodelParamNamesCharacterEncoding()static intmodelParamNamesHeaderLength()static intmodelParamNamesId()intmodelParamNamesLength()static StringmodelParamNamesMetaAttribute(MetaAttribute metaAttribute)StaticInfoDecoder.ModelParamNamesDecodernext()voidremove()static intsbeBlockLength()static intsbeHeaderSize()StringtoString()voidwrap(StaticInfoDecoder 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(StaticInfoDecoder 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<StaticInfoDecoder.ModelParamNamesDecoder> iterator()
- Specified by:
iteratorin interfaceIterable<StaticInfoDecoder.ModelParamNamesDecoder>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<StaticInfoDecoder.ModelParamNamesDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<StaticInfoDecoder.ModelParamNamesDecoder>
-
next
public StaticInfoDecoder.ModelParamNamesDecoder next()
- Specified by:
nextin interfaceIterator<StaticInfoDecoder.ModelParamNamesDecoder>
-
modelParamNamesId
public static int modelParamNamesId()
-
modelParamNamesCharacterEncoding
public static String modelParamNamesCharacterEncoding()
-
modelParamNamesMetaAttribute
public static String modelParamNamesMetaAttribute(MetaAttribute metaAttribute)
-
modelParamNamesHeaderLength
public static int modelParamNamesHeaderLength()
-
modelParamNamesLength
public int modelParamNamesLength()
-
getModelParamNames
public int getModelParamNames(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
-
getModelParamNames
public int getModelParamNames(byte[] dst, int dstOffset, int length)
-
modelParamNames
public String modelParamNames()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-