Class UpdateDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.UpdateDecoder
-
@Generated("org.deeplearning4j.ui.stats.sbe.UpdateDecoder") public class UpdateDecoder extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateDecoder.DataSetMetaDataBytesDecoder
static class
UpdateDecoder.GcStatsDecoder
static class
UpdateDecoder.LayerNamesDecoder
static class
UpdateDecoder.MemoryUseDecoder
static class
UpdateDecoder.ParamNamesDecoder
static class
UpdateDecoder.PerformanceDecoder
static class
UpdateDecoder.PerParameterStatsDecoder
-
Field Summary
Fields Modifier and Type Field Description protected int
actingBlockLength
protected int
actingVersion
static int
BLOCK_LENGTH
protected int
limit
protected int
offset
static int
SCHEMA_ID
static int
SCHEMA_VERSION
static int
TEMPLATE_ID
-
Constructor Summary
Constructors Constructor Description UpdateDecoder()
-
Method Summary
-
-
-
Field Detail
-
BLOCK_LENGTH
public static final int BLOCK_LENGTH
- See Also:
- Constant Field Values
-
TEMPLATE_ID
public static final int TEMPLATE_ID
- See Also:
- Constant Field Values
-
SCHEMA_ID
public static final int SCHEMA_ID
- See Also:
- Constant Field Values
-
SCHEMA_VERSION
public static final int SCHEMA_VERSION
- See Also:
- Constant Field Values
-
offset
protected int offset
-
limit
protected int limit
-
actingBlockLength
protected int actingBlockLength
-
actingVersion
protected int actingVersion
-
-
Method Detail
-
sbeBlockLength
public int sbeBlockLength()
-
sbeTemplateId
public int sbeTemplateId()
-
sbeSchemaId
public int sbeSchemaId()
-
sbeSchemaVersion
public int sbeSchemaVersion()
-
sbeSemanticType
public String sbeSemanticType()
-
offset
public int offset()
-
wrap
public UpdateDecoder wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
-
encodedLength
public int encodedLength()
-
limit
public int limit()
-
limit
public void limit(int limit)
-
timeId
public static int timeId()
-
timeMetaAttribute
public static String timeMetaAttribute(MetaAttribute metaAttribute)
-
timeNullValue
public static long timeNullValue()
-
timeMinValue
public static long timeMinValue()
-
timeMaxValue
public static long timeMaxValue()
-
time
public long time()
-
deltaTimeId
public static int deltaTimeId()
-
deltaTimeMetaAttribute
public static String deltaTimeMetaAttribute(MetaAttribute metaAttribute)
-
deltaTimeNullValue
public static int deltaTimeNullValue()
-
deltaTimeMinValue
public static int deltaTimeMinValue()
-
deltaTimeMaxValue
public static int deltaTimeMaxValue()
-
deltaTime
public int deltaTime()
-
iterationCountId
public static int iterationCountId()
-
iterationCountMetaAttribute
public static String iterationCountMetaAttribute(MetaAttribute metaAttribute)
-
iterationCountNullValue
public static int iterationCountNullValue()
-
iterationCountMinValue
public static int iterationCountMinValue()
-
iterationCountMaxValue
public static int iterationCountMaxValue()
-
iterationCount
public int iterationCount()
-
fieldsPresentId
public static int fieldsPresentId()
-
fieldsPresentMetaAttribute
public static String fieldsPresentMetaAttribute(MetaAttribute metaAttribute)
-
fieldsPresent
public UpdateFieldsPresentDecoder fieldsPresent()
-
statsCollectionDurationId
public static int statsCollectionDurationId()
-
statsCollectionDurationMetaAttribute
public static String statsCollectionDurationMetaAttribute(MetaAttribute metaAttribute)
-
statsCollectionDurationNullValue
public static int statsCollectionDurationNullValue()
-
statsCollectionDurationMinValue
public static int statsCollectionDurationMinValue()
-
statsCollectionDurationMaxValue
public static int statsCollectionDurationMaxValue()
-
statsCollectionDuration
public int statsCollectionDuration()
-
scoreId
public static int scoreId()
-
scoreMetaAttribute
public static String scoreMetaAttribute(MetaAttribute metaAttribute)
-
scoreNullValue
public static double scoreNullValue()
-
scoreMinValue
public static double scoreMinValue()
-
scoreMaxValue
public static double scoreMaxValue()
-
score
public double score()
-
memoryUseDecoderId
public static long memoryUseDecoderId()
-
memoryUse
public UpdateDecoder.MemoryUseDecoder memoryUse()
-
performanceDecoderId
public static long performanceDecoderId()
-
performance
public UpdateDecoder.PerformanceDecoder performance()
-
gcStatsDecoderId
public static long gcStatsDecoderId()
-
gcStats
public UpdateDecoder.GcStatsDecoder gcStats()
-
paramNamesDecoderId
public static long paramNamesDecoderId()
-
paramNames
public UpdateDecoder.ParamNamesDecoder paramNames()
-
layerNamesDecoderId
public static long layerNamesDecoderId()
-
layerNames
public UpdateDecoder.LayerNamesDecoder layerNames()
-
perParameterStatsDecoderId
public static long perParameterStatsDecoderId()
-
perParameterStats
public UpdateDecoder.PerParameterStatsDecoder perParameterStats()
-
dataSetMetaDataBytesDecoderId
public static long dataSetMetaDataBytesDecoderId()
-
dataSetMetaDataBytes
public UpdateDecoder.DataSetMetaDataBytesDecoder dataSetMetaDataBytes()
-
sessionIDId
public static int sessionIDId()
-
sessionIDCharacterEncoding
public static String sessionIDCharacterEncoding()
-
sessionIDMetaAttribute
public static String sessionIDMetaAttribute(MetaAttribute metaAttribute)
-
sessionIDHeaderLength
public static int sessionIDHeaderLength()
-
sessionIDLength
public int sessionIDLength()
-
getSessionID
public int getSessionID(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
-
getSessionID
public int getSessionID(byte[] dst, int dstOffset, int length)
-
sessionID
public String sessionID()
-
typeIDId
public static int typeIDId()
-
typeIDCharacterEncoding
public static String typeIDCharacterEncoding()
-
typeIDMetaAttribute
public static String typeIDMetaAttribute(MetaAttribute metaAttribute)
-
typeIDHeaderLength
public static int typeIDHeaderLength()
-
typeIDLength
public int typeIDLength()
-
getTypeID
public int getTypeID(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
-
getTypeID
public int getTypeID(byte[] dst, int dstOffset, int length)
-
typeID
public String typeID()
-
workerIDId
public static int workerIDId()
-
workerIDCharacterEncoding
public static String workerIDCharacterEncoding()
-
workerIDMetaAttribute
public static String workerIDMetaAttribute(MetaAttribute metaAttribute)
-
workerIDHeaderLength
public static int workerIDHeaderLength()
-
workerIDLength
public int workerIDLength()
-
getWorkerID
public int getWorkerID(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
-
getWorkerID
public int getWorkerID(byte[] dst, int dstOffset, int length)
-
workerID
public String workerID()
-
dataSetMetaDataClassNameId
public static int dataSetMetaDataClassNameId()
-
dataSetMetaDataClassNameCharacterEncoding
public static String dataSetMetaDataClassNameCharacterEncoding()
-
dataSetMetaDataClassNameMetaAttribute
public static String dataSetMetaDataClassNameMetaAttribute(MetaAttribute metaAttribute)
-
dataSetMetaDataClassNameHeaderLength
public static int dataSetMetaDataClassNameHeaderLength()
-
dataSetMetaDataClassNameLength
public int dataSetMetaDataClassNameLength()
-
getDataSetMetaDataClassName
public int getDataSetMetaDataClassName(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
-
getDataSetMetaDataClassName
public int getDataSetMetaDataClassName(byte[] dst, int dstOffset, int length)
-
dataSetMetaDataClassName
public String dataSetMetaDataClassName()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-