Class StaticInfoDecoder.HwDeviceInfoGroupDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.StaticInfoDecoder.HwDeviceInfoGroupDecoder
-
- All Implemented Interfaces:
Iterable<StaticInfoDecoder.HwDeviceInfoGroupDecoder>
,Iterator<StaticInfoDecoder.HwDeviceInfoGroupDecoder>
- Enclosing class:
- StaticInfoDecoder
public static class StaticInfoDecoder.HwDeviceInfoGroupDecoder extends Object implements Iterable<StaticInfoDecoder.HwDeviceInfoGroupDecoder>, Iterator<StaticInfoDecoder.HwDeviceInfoGroupDecoder>
-
-
Constructor Summary
Constructors Constructor Description HwDeviceInfoGroupDecoder()
-
Method Summary
-
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.HwDeviceInfoGroupDecoder> iterator()
- Specified by:
iterator
in interfaceIterable<StaticInfoDecoder.HwDeviceInfoGroupDecoder>
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<StaticInfoDecoder.HwDeviceInfoGroupDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<StaticInfoDecoder.HwDeviceInfoGroupDecoder>
-
next
public StaticInfoDecoder.HwDeviceInfoGroupDecoder next()
- Specified by:
next
in interfaceIterator<StaticInfoDecoder.HwDeviceInfoGroupDecoder>
-
deviceMemoryMaxId
public static int deviceMemoryMaxId()
-
deviceMemoryMaxMetaAttribute
public static String deviceMemoryMaxMetaAttribute(MetaAttribute metaAttribute)
-
deviceMemoryMaxNullValue
public static long deviceMemoryMaxNullValue()
-
deviceMemoryMaxMinValue
public static long deviceMemoryMaxMinValue()
-
deviceMemoryMaxMaxValue
public static long deviceMemoryMaxMaxValue()
-
deviceMemoryMax
public long deviceMemoryMax()
-
deviceDescriptionId
public static int deviceDescriptionId()
-
deviceDescriptionCharacterEncoding
public static String deviceDescriptionCharacterEncoding()
-
deviceDescriptionMetaAttribute
public static String deviceDescriptionMetaAttribute(MetaAttribute metaAttribute)
-
deviceDescriptionHeaderLength
public static int deviceDescriptionHeaderLength()
-
deviceDescriptionLength
public int deviceDescriptionLength()
-
getDeviceDescription
public int getDeviceDescription(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
-
getDeviceDescription
public int getDeviceDescription(byte[] dst, int dstOffset, int length)
-
deviceDescription
public String deviceDescription()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-