public class ReceiveLocalSocketAddress extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
The human readable name for the beginning of a label.
|
| Constructor and Description |
|---|
ReceiveLocalSocketAddress() |
| Modifier and Type | Method and Description |
|---|---|
static AtomicCounter |
allocate(MutableDirectBuffer tempBuffer,
CountersManager countersManager,
long registrationId,
int channelStatusId)
Allocate a counter to represent a local socket address associated with a receive channel.
|
public static final String NAME
public static AtomicCounter allocate(MutableDirectBuffer tempBuffer, CountersManager countersManager, long registrationId, int channelStatusId)
tempBuffer - for building up the key and label.countersManager - which will allocate the counter.registrationId - of the action the counter is associated with.channelStatusId - with which the new counter is associated.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.