public class ReceiveChannelEndpointThreadLocals
extends java.lang.Object
| Constructor and Description |
|---|
ReceiveChannelEndpointThreadLocals(MediaDriver.Context context) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
nakBuffer() |
io.aeron.protocol.NakFlyweight |
nakFlyweight() |
long |
receiverId() |
java.nio.ByteBuffer |
rttMeasurementBuffer() |
io.aeron.protocol.RttMeasurementFlyweight |
rttMeasurementFlyweight() |
java.nio.ByteBuffer |
smBuffer() |
io.aeron.protocol.StatusMessageFlyweight |
statusMessageFlyweight() |
public ReceiveChannelEndpointThreadLocals(MediaDriver.Context context)
public java.nio.ByteBuffer smBuffer()
public io.aeron.protocol.StatusMessageFlyweight statusMessageFlyweight()
public java.nio.ByteBuffer nakBuffer()
public io.aeron.protocol.NakFlyweight nakFlyweight()
public java.nio.ByteBuffer rttMeasurementBuffer()
public io.aeron.protocol.RttMeasurementFlyweight rttMeasurementFlyweight()
public long receiverId()
Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.