public static final class ControlNotificationDecoder.DisconnectedSessionsDecoder extends java.lang.Object implements java.lang.Iterable<ControlNotificationDecoder.DisconnectedSessionsDecoder>, java.util.Iterator<ControlNotificationDecoder.DisconnectedSessionsDecoder>
| 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<ControlNotificationDecoder.DisconnectedSessionsDecoder> |
iterator() |
ControlNotificationDecoder.DisconnectedSessionsDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
ControlNotificationDecoder.DisconnectedSessionsDecoder |
sbeSkip() |
long |
sessionId() |
static int |
sessionIdEncodingLength() |
static int |
sessionIdEncodingOffset() |
static int |
sessionIdId() |
static long |
sessionIdMaxValue() |
static java.lang.String |
sessionIdMetaAttribute(MetaAttribute metaAttribute) |
static long |
sessionIdMinValue() |
static long |
sessionIdNullValue() |
static int |
sessionIdSinceVersion() |
void |
wrap(org.agrona.DirectBuffer buffer) |
public static final int HEADER_SIZE
public void wrap(org.agrona.DirectBuffer buffer)
public ControlNotificationDecoder.DisconnectedSessionsDecoder next()
next in interface java.util.Iterator<ControlNotificationDecoder.DisconnectedSessionsDecoder>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<ControlNotificationDecoder.DisconnectedSessionsDecoder> iterator()
iterator in interface java.lang.Iterable<ControlNotificationDecoder.DisconnectedSessionsDecoder>public void remove()
remove in interface java.util.Iterator<ControlNotificationDecoder.DisconnectedSessionsDecoder>public boolean hasNext()
hasNext in interface java.util.Iterator<ControlNotificationDecoder.DisconnectedSessionsDecoder>public static int sessionIdId()
public static int sessionIdSinceVersion()
public static int sessionIdEncodingOffset()
public static int sessionIdEncodingLength()
public static java.lang.String sessionIdMetaAttribute(MetaAttribute metaAttribute)
public static long sessionIdNullValue()
public static long sessionIdMinValue()
public static long sessionIdMaxValue()
public long sessionId()
public java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)
public ControlNotificationDecoder.DisconnectedSessionsDecoder sbeSkip()
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.