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 int
actingBlockLength()
StringBuilder
appendTo(StringBuilder builder)
int
count()
int
getModelParamNames(byte[] dst, int dstOffset, int length)
int
getModelParamNames(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
boolean
hasNext()
Iterator<StaticInfoDecoder.ModelParamNamesDecoder>
iterator()
String
modelParamNames()
static String
modelParamNamesCharacterEncoding()
static int
modelParamNamesHeaderLength()
static int
modelParamNamesId()
int
modelParamNamesLength()
static String
modelParamNamesMetaAttribute(MetaAttribute metaAttribute)
StaticInfoDecoder.ModelParamNamesDecoder
next()
void
remove()
static int
sbeBlockLength()
static int
sbeHeaderSize()
String
toString()
void
wrap(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:
iterator
in interfaceIterable<StaticInfoDecoder.ModelParamNamesDecoder>
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<StaticInfoDecoder.ModelParamNamesDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<StaticInfoDecoder.ModelParamNamesDecoder>
-
next
public StaticInfoDecoder.ModelParamNamesDecoder next()
- Specified by:
next
in 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)
-
-