public static class StaticInfoDecoder.SwEnvironmentInfoDecoder extends Object implements Iterable<StaticInfoDecoder.SwEnvironmentInfoDecoder>, Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>
| Constructor and Description |
|---|
SwEnvironmentInfoDecoder() |
| Modifier and Type | Method and 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorforEachRemainingpublic void wrap(StaticInfoDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder> iterator()
iterator in interface Iterable<StaticInfoDecoder.SwEnvironmentInfoDecoder>public void remove()
remove in interface Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>public boolean hasNext()
hasNext in interface Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>public StaticInfoDecoder.SwEnvironmentInfoDecoder next()
next in interface Iterator<StaticInfoDecoder.SwEnvironmentInfoDecoder>public static int envKeyId()
public static String envKeyCharacterEncoding()
public static 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 String envKey()
public static int envValueId()
public static String envValueCharacterEncoding()
public static 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 String envValue()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.