public class ClientHeartbeatTimestamp extends HeartbeatTimestamp
HeartbeatTimestamp| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Human readable name for the counter.
|
HEARTBEAT_TYPE_ID, REGISTRATION_ID_OFFSET| Constructor and Description |
|---|
ClientHeartbeatTimestamp() |
| Modifier and Type | Method and Description |
|---|---|
static AtomicCounter |
allocate(MutableDirectBuffer tempBuffer,
CountersManager countersManager,
long registrationId)
Allocate a new counter by delegating to
HeartbeatTimestamp.allocate(MutableDirectBuffer, String, int, CountersManager, long). |
allocate, allocateCounterId, findCounterIdByRegistrationId, isActivepublic static final String NAME
public static AtomicCounter allocate(MutableDirectBuffer tempBuffer, CountersManager countersManager, long registrationId)
HeartbeatTimestamp.allocate(MutableDirectBuffer, String, int, CountersManager, long).tempBuffer - for writing the metadata.countersManager - for the counter.registrationId - for the client.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.