public static class UpdateDecoder.MemoryUseDecoder extends java.lang.Object implements java.lang.Iterable<UpdateDecoder.MemoryUseDecoder>, java.util.Iterator<UpdateDecoder.MemoryUseDecoder>
| Constructor and Description |
|---|
MemoryUseDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
actingBlockLength() |
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
int |
count() |
boolean |
hasNext() |
java.util.Iterator<UpdateDecoder.MemoryUseDecoder> |
iterator() |
long |
memoryBytes() |
static int |
memoryBytesId() |
static long |
memoryBytesMaxValue() |
static java.lang.String |
memoryBytesMetaAttribute(MetaAttribute metaAttribute) |
static long |
memoryBytesMinValue() |
static long |
memoryBytesNullValue() |
MemoryType |
memoryType() |
static int |
memoryTypeId() |
static java.lang.String |
memoryTypeMetaAttribute(MetaAttribute metaAttribute) |
UpdateDecoder.MemoryUseDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
java.lang.String |
toString() |
void |
wrap(UpdateDecoder parentMessage,
org.agrona.DirectBuffer buffer) |
public void wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public java.util.Iterator<UpdateDecoder.MemoryUseDecoder> iterator()
iterator in interface java.lang.Iterable<UpdateDecoder.MemoryUseDecoder>public void remove()
remove in interface java.util.Iterator<UpdateDecoder.MemoryUseDecoder>public boolean hasNext()
hasNext in interface java.util.Iterator<UpdateDecoder.MemoryUseDecoder>public UpdateDecoder.MemoryUseDecoder next()
next in interface java.util.Iterator<UpdateDecoder.MemoryUseDecoder>public static int memoryTypeId()
public static java.lang.String memoryTypeMetaAttribute(MetaAttribute metaAttribute)
public MemoryType memoryType()
public static int memoryBytesId()
public static java.lang.String memoryBytesMetaAttribute(MetaAttribute metaAttribute)
public static long memoryBytesNullValue()
public static long memoryBytesMinValue()
public static long memoryBytesMaxValue()
public long memoryBytes()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)