Class StaticInfoDecoder.SwEnvironmentInfoDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.StaticInfoDecoder.SwEnvironmentInfoDecoder
-
- All Implemented Interfaces:
Iterable<StaticInfoDecoder.SwEnvironmentInfoDecoder>,Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
- Enclosing class:
- StaticInfoDecoder
public static class StaticInfoDecoder.SwEnvironmentInfoDecoder extends Object implements Iterable<StaticInfoDecoder.SwEnvironmentInfoDecoder>, Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
-
-
Constructor Summary
Constructors Constructor Description SwEnvironmentInfoDecoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intactingBlockLength()StringBuilderappendTo(StringBuilder builder)intcount()StringenvKey()static StringenvKeyCharacterEncoding()static intenvKeyHeaderLength()static intenvKeyId()intenvKeyLength()static StringenvKeyMetaAttribute(MetaAttribute metaAttribute)StringenvValue()static StringenvValueCharacterEncoding()static intenvValueHeaderLength()static intenvValueId()intenvValueLength()static StringenvValueMetaAttribute(MetaAttribute metaAttribute)intgetEnvKey(byte[] dst, int dstOffset, int length)intgetEnvKey(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)intgetEnvValue(byte[] dst, int dstOffset, int length)intgetEnvValue(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)booleanhasNext()Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>iterator()StaticInfoDecoder.SwEnvironmentInfoDecodernext()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.SwEnvironmentInfoDecoder> iterator()
- Specified by:
iteratorin interfaceIterable<StaticInfoDecoder.SwEnvironmentInfoDecoder>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
-
next
public StaticInfoDecoder.SwEnvironmentInfoDecoder next()
- Specified by:
nextin interfaceIterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
-
envKeyId
public static int envKeyId()
-
envKeyCharacterEncoding
public static String envKeyCharacterEncoding()
-
envKeyMetaAttribute
public static String envKeyMetaAttribute(MetaAttribute metaAttribute)
-
envKeyHeaderLength
public static int envKeyHeaderLength()
-
envKeyLength
public int envKeyLength()
-
getEnvKey
public int getEnvKey(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
-
getEnvKey
public int getEnvKey(byte[] dst, int dstOffset, int length)
-
envKey
public String envKey()
-
envValueId
public static int envValueId()
-
envValueCharacterEncoding
public static String envValueCharacterEncoding()
-
envValueMetaAttribute
public static String envValueMetaAttribute(MetaAttribute metaAttribute)
-
envValueHeaderLength
public static int envValueHeaderLength()
-
envValueLength
public int envValueLength()
-
getEnvValue
public int getEnvValue(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
-
getEnvValue
public int getEnvValue(byte[] dst, int dstOffset, int length)
-
envValue
public String envValue()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-