public static final class AllocationInstructionDecoder.NoAllocsDecoder extends java.lang.Object implements java.lang.Iterable<AllocationInstructionDecoder.NoAllocsDecoder>, java.util.Iterator<AllocationInstructionDecoder.NoAllocsDecoder>
| Modifier and Type | Field and Description |
|---|---|
static int |
HEADER_SIZE |
| Modifier and Type | Method and Description |
|---|---|
int |
actingBlockLength() |
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
int |
count() |
static short |
countMaxValue() |
static short |
countMinValue() |
boolean |
hasNext() |
java.util.Iterator<AllocationInstructionDecoder.NoAllocsDecoder> |
iterator() |
AllocationInstructionDecoder.NoAllocsDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
AllocationInstructionDecoder.NoAllocsDecoder |
sbeSkip() |
void |
wrap(org.agrona.DirectBuffer buffer) |
public static final int HEADER_SIZE
public void wrap(org.agrona.DirectBuffer buffer)
public AllocationInstructionDecoder.NoAllocsDecoder next()
next in interface java.util.Iterator<AllocationInstructionDecoder.NoAllocsDecoder>public static short countMinValue()
public static short countMaxValue()
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public java.util.Iterator<AllocationInstructionDecoder.NoAllocsDecoder> iterator()
iterator in interface java.lang.Iterable<AllocationInstructionDecoder.NoAllocsDecoder>public void remove()
remove in interface java.util.Iterator<AllocationInstructionDecoder.NoAllocsDecoder>public boolean hasNext()
hasNext in interface java.util.Iterator<AllocationInstructionDecoder.NoAllocsDecoder>public java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)
public AllocationInstructionDecoder.NoAllocsDecoder sbeSkip()
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.