public class ClientTimeoutFlyweight
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.agrona.MutableDirectBuffer |
buffer |
static int |
LENGTH |
protected int |
offset |
Constructor and Description |
---|
ClientTimeoutFlyweight() |
Modifier and Type | Method and Description |
---|---|
long |
clientId()
return client id field
|
ClientTimeoutFlyweight |
clientId(long clientId)
set client id field
|
ClientTimeoutFlyweight |
wrap(org.agrona.MutableDirectBuffer buffer,
int offset)
Wrap the buffer at a given offset for updates.
|
public static final int LENGTH
protected org.agrona.MutableDirectBuffer buffer
protected int offset
public final ClientTimeoutFlyweight wrap(org.agrona.MutableDirectBuffer buffer, int offset)
buffer
- to wrapoffset
- at which the message begins.public long clientId()
public ClientTimeoutFlyweight clientId(long clientId)
clientId
- field valueCopyright © 2014-2018 Real Logic Ltd. All Rights Reserved.