public static final class AllocationInstructionDecoder.NoExecsDecoder extends java.lang.Object implements java.lang.Iterable<AllocationInstructionDecoder.NoExecsDecoder>, java.util.Iterator<AllocationInstructionDecoder.NoExecsDecoder>
| 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.NoExecsDecoder> |
iterator() |
AllocationInstructionDecoder.NoExecsDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
AllocationInstructionDecoder.NoExecsDecoder |
sbeSkip() |
void |
wrap(org.agrona.DirectBuffer buffer) |
public static final int HEADER_SIZE
public void wrap(org.agrona.DirectBuffer buffer)
public AllocationInstructionDecoder.NoExecsDecoder next()
next in interface java.util.Iterator<AllocationInstructionDecoder.NoExecsDecoder>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.NoExecsDecoder> iterator()
iterator in interface java.lang.Iterable<AllocationInstructionDecoder.NoExecsDecoder>public void remove()
remove in interface java.util.Iterator<AllocationInstructionDecoder.NoExecsDecoder>public boolean hasNext()
hasNext in interface java.util.Iterator<AllocationInstructionDecoder.NoExecsDecoder>public java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)
public AllocationInstructionDecoder.NoExecsDecoder sbeSkip()
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.