public class BroadcastBufferDescriptor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LATEST_COUNTER_OFFSET
Offset within the trailer for where the latest sequence value is stored.
|
static int |
TAIL_COUNTER_OFFSET
Offset within the trailer for where the tail value is stored.
|
static int |
TAIL_INTENT_COUNTER_OFFSET
Offset within the trailer for where the tail intended value is stored.
|
static int |
TRAILER_LENGTH
Total size of the trailer
|
| Constructor and Description |
|---|
BroadcastBufferDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkCapacity(int capacity)
Check the the buffer capacity is the correct size.
|
public static final int TAIL_INTENT_COUNTER_OFFSET
public static final int TAIL_COUNTER_OFFSET
public static final int LATEST_COUNTER_OFFSET
public static final int TRAILER_LENGTH
Copyright © 2014-2019 Real Logic Ltd. All Rights Reserved.