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 int
actingBlockLength()
StringBuilder
appendTo(StringBuilder builder)
int
count()
String
envKey()
static String
envKeyCharacterEncoding()
static int
envKeyHeaderLength()
static int
envKeyId()
int
envKeyLength()
static String
envKeyMetaAttribute(MetaAttribute metaAttribute)
String
envValue()
static String
envValueCharacterEncoding()
static int
envValueHeaderLength()
static int
envValueId()
int
envValueLength()
static String
envValueMetaAttribute(MetaAttribute metaAttribute)
int
getEnvKey(byte[] dst, int dstOffset, int length)
int
getEnvKey(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
int
getEnvValue(byte[] dst, int dstOffset, int length)
int
getEnvValue(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
boolean
hasNext()
Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
iterator()
StaticInfoDecoder.SwEnvironmentInfoDecoder
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.SwEnvironmentInfoDecoder> iterator()
- Specified by:
iterator
in interfaceIterable<StaticInfoDecoder.SwEnvironmentInfoDecoder>
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
-
next
public StaticInfoDecoder.SwEnvironmentInfoDecoder next()
- Specified by:
next
in 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)
-
-