public static class StaticInfoDecoder.SwEnvironmentInfoDecoder extends java.lang.Object implements java.lang.Iterable<StaticInfoDecoder.SwEnvironmentInfoDecoder>, java.util.Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
Constructor and Description |
---|
SwEnvironmentInfoDecoder() |
Modifier and Type | Method and Description |
---|---|
int |
actingBlockLength() |
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
int |
count() |
java.lang.String |
envKey() |
static java.lang.String |
envKeyCharacterEncoding() |
static int |
envKeyHeaderLength() |
static int |
envKeyId() |
int |
envKeyLength() |
static java.lang.String |
envKeyMetaAttribute(MetaAttribute metaAttribute) |
java.lang.String |
envValue() |
static java.lang.String |
envValueCharacterEncoding() |
static int |
envValueHeaderLength() |
static int |
envValueId() |
int |
envValueLength() |
static java.lang.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() |
java.util.Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder> |
iterator() |
StaticInfoDecoder.SwEnvironmentInfoDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
java.lang.String |
toString() |
void |
wrap(StaticInfoDecoder parentMessage,
org.agrona.DirectBuffer buffer) |
public void wrap(StaticInfoDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public java.util.Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder> iterator()
iterator
in interface java.lang.Iterable<StaticInfoDecoder.SwEnvironmentInfoDecoder>
public void remove()
remove
in interface java.util.Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
public boolean hasNext()
hasNext
in interface java.util.Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
public StaticInfoDecoder.SwEnvironmentInfoDecoder next()
next
in interface java.util.Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
public static int envKeyId()
public static java.lang.String envKeyCharacterEncoding()
public static java.lang.String envKeyMetaAttribute(MetaAttribute metaAttribute)
public static int envKeyHeaderLength()
public int envKeyLength()
public int getEnvKey(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
public int getEnvKey(byte[] dst, int dstOffset, int length)
public java.lang.String envKey()
public static int envValueId()
public static java.lang.String envValueCharacterEncoding()
public static java.lang.String envValueMetaAttribute(MetaAttribute metaAttribute)
public static int envValueHeaderLength()
public int envValueLength()
public int getEnvValue(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
public int getEnvValue(byte[] dst, int dstOffset, int length)
public java.lang.String envValue()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)