public static class UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder extends Object implements Iterable<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>, Iterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>
| Constructor and Description |
|---|
MetaDataBytesDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
actingBlockLength() |
StringBuilder |
appendTo(StringBuilder builder) |
byte |
bytes() |
static int |
bytesId() |
static byte |
bytesMaxValue() |
static String |
bytesMetaAttribute(MetaAttribute metaAttribute) |
static byte |
bytesMinValue() |
static byte |
bytesNullValue() |
int |
count() |
boolean |
hasNext() |
Iterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder> |
iterator() |
UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder |
next() |
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.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder> iterator()
iterator in interface Iterable<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>public void remove()
remove in interface Iterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>public boolean hasNext()
hasNext in interface Iterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>public UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder next()
next in interface Iterator<UpdateDecoder.DataSetMetaDataBytesDecoder.MetaDataBytesDecoder>public static int bytesId()
public static String bytesMetaAttribute(MetaAttribute metaAttribute)
public static byte bytesNullValue()
public static byte bytesMinValue()
public static byte bytesMaxValue()
public byte bytes()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.