public static class UpdateDecoder.MemoryUseDecoder extends Object implements Iterable<UpdateDecoder.MemoryUseDecoder>, Iterator<UpdateDecoder.MemoryUseDecoder>
| Constructor and Description |
|---|
MemoryUseDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
actingBlockLength() |
StringBuilder |
appendTo(StringBuilder builder) |
int |
count() |
boolean |
hasNext() |
Iterator<UpdateDecoder.MemoryUseDecoder> |
iterator() |
long |
memoryBytes() |
static int |
memoryBytesId() |
static long |
memoryBytesMaxValue() |
static String |
memoryBytesMetaAttribute(MetaAttribute metaAttribute) |
static long |
memoryBytesMinValue() |
static long |
memoryBytesNullValue() |
MemoryType |
memoryType() |
static int |
memoryTypeId() |
static String |
memoryTypeMetaAttribute(MetaAttribute metaAttribute) |
UpdateDecoder.MemoryUseDecoder |
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.MemoryUseDecoder> iterator()
iterator in interface Iterable<UpdateDecoder.MemoryUseDecoder>public void remove()
remove in interface Iterator<UpdateDecoder.MemoryUseDecoder>public boolean hasNext()
hasNext in interface Iterator<UpdateDecoder.MemoryUseDecoder>public UpdateDecoder.MemoryUseDecoder next()
next in interface Iterator<UpdateDecoder.MemoryUseDecoder>public static int memoryTypeId()
public static String memoryTypeMetaAttribute(MetaAttribute metaAttribute)
public MemoryType memoryType()
public static int memoryBytesId()
public static String memoryBytesMetaAttribute(MetaAttribute metaAttribute)
public static long memoryBytesNullValue()
public static long memoryBytesMinValue()
public static long memoryBytesMaxValue()
public long memoryBytes()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.