public static class UpdateDecoder.ParamNamesDecoder extends Object implements Iterable<UpdateDecoder.ParamNamesDecoder>, Iterator<UpdateDecoder.ParamNamesDecoder>
| Constructor and Description |
|---|
ParamNamesDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
actingBlockLength() |
StringBuilder |
appendTo(StringBuilder builder) |
int |
count() |
int |
getParamName(byte[] dst,
int dstOffset,
int length) |
int |
getParamName(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length) |
boolean |
hasNext() |
Iterator<UpdateDecoder.ParamNamesDecoder> |
iterator() |
UpdateDecoder.ParamNamesDecoder |
next() |
String |
paramName() |
static String |
paramNameCharacterEncoding() |
static int |
paramNameHeaderLength() |
static int |
paramNameId() |
int |
paramNameLength() |
static String |
paramNameMetaAttribute(MetaAttribute metaAttribute) |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
String |
toString() |
void |
wrap(UpdateDecoder parentMessage,
org.agrona.DirectBuffer buffer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorforEachRemainingpublic void wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public Iterator<UpdateDecoder.ParamNamesDecoder> iterator()
iterator in interface Iterable<UpdateDecoder.ParamNamesDecoder>public void remove()
remove in interface Iterator<UpdateDecoder.ParamNamesDecoder>public boolean hasNext()
hasNext in interface Iterator<UpdateDecoder.ParamNamesDecoder>public UpdateDecoder.ParamNamesDecoder next()
next in interface Iterator<UpdateDecoder.ParamNamesDecoder>public static int paramNameId()
public static String paramNameCharacterEncoding()
public static String paramNameMetaAttribute(MetaAttribute metaAttribute)
public static int paramNameHeaderLength()
public int paramNameLength()
public int getParamName(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length)
public int getParamName(byte[] dst,
int dstOffset,
int length)
public String paramName()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.