public static class StaticInfoDecoder.ModelParamNamesDecoder extends Object implements Iterable<StaticInfoDecoder.ModelParamNamesDecoder>, Iterator<StaticInfoDecoder.ModelParamNamesDecoder>
| Constructor and Description |
|---|
ModelParamNamesDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
actingBlockLength() |
StringBuilder |
appendTo(StringBuilder builder) |
int |
count() |
int |
getModelParamNames(byte[] dst,
int dstOffset,
int length) |
int |
getModelParamNames(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length) |
boolean |
hasNext() |
Iterator<StaticInfoDecoder.ModelParamNamesDecoder> |
iterator() |
String |
modelParamNames() |
static String |
modelParamNamesCharacterEncoding() |
static int |
modelParamNamesHeaderLength() |
static int |
modelParamNamesId() |
int |
modelParamNamesLength() |
static String |
modelParamNamesMetaAttribute(MetaAttribute metaAttribute) |
StaticInfoDecoder.ModelParamNamesDecoder |
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.ModelParamNamesDecoder> iterator()
iterator in interface Iterable<StaticInfoDecoder.ModelParamNamesDecoder>public void remove()
remove in interface Iterator<StaticInfoDecoder.ModelParamNamesDecoder>public boolean hasNext()
hasNext in interface Iterator<StaticInfoDecoder.ModelParamNamesDecoder>public StaticInfoDecoder.ModelParamNamesDecoder next()
next in interface Iterator<StaticInfoDecoder.ModelParamNamesDecoder>public static int modelParamNamesId()
public static String modelParamNamesCharacterEncoding()
public static String modelParamNamesMetaAttribute(MetaAttribute metaAttribute)
public static int modelParamNamesHeaderLength()
public int modelParamNamesLength()
public int getModelParamNames(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length)
public int getModelParamNames(byte[] dst,
int dstOffset,
int length)
public String modelParamNames()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.