public static class AssignmentsDecoder.SubscriptionsDecoder extends java.lang.Object implements java.lang.Iterable<AssignmentsDecoder.SubscriptionsDecoder>, java.util.Iterator<AssignmentsDecoder.SubscriptionsDecoder>
| 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() |
boolean |
hasNext() |
long |
id() |
static int |
idEncodingLength() |
static int |
idEncodingOffset() |
static int |
idId() |
static long |
idMaxValue() |
static java.lang.String |
idMetaAttribute(MetaAttribute metaAttribute) |
static long |
idMinValue() |
static long |
idNullValue() |
static int |
idSinceVersion() |
java.util.Iterator<AssignmentsDecoder.SubscriptionsDecoder> |
iterator() |
AssignmentsDecoder.SubscriptionsDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
java.lang.String |
toString() |
void |
wrap(org.agrona.DirectBuffer buffer) |
public static final int HEADER_SIZE
public void wrap(org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public java.util.Iterator<AssignmentsDecoder.SubscriptionsDecoder> iterator()
iterator in interface java.lang.Iterable<AssignmentsDecoder.SubscriptionsDecoder>public void remove()
remove in interface java.util.Iterator<AssignmentsDecoder.SubscriptionsDecoder>public boolean hasNext()
hasNext in interface java.util.Iterator<AssignmentsDecoder.SubscriptionsDecoder>public AssignmentsDecoder.SubscriptionsDecoder next()
next in interface java.util.Iterator<AssignmentsDecoder.SubscriptionsDecoder>public static int idId()
public static int idSinceVersion()
public static int idEncodingOffset()
public static int idEncodingLength()
public static java.lang.String idMetaAttribute(MetaAttribute metaAttribute)
public static long idNullValue()
public static long idMinValue()
public static long idMaxValue()
public long id()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)