public class PerImageIndicator extends Object
AtomicCounter indicating a per PublicationImage indication of presence for
CongestionControl.| Modifier and Type | Field and Description |
|---|---|
static int |
PER_IMAGE_TYPE_ID
Type id of a per Image indicator.
|
| Constructor and Description |
|---|
PerImageIndicator() |
| Modifier and Type | Method and Description |
|---|---|
static AtomicCounter |
allocate(MutableDirectBuffer tempBuffer,
String name,
CountersManager countersManager,
long registrationId,
int sessionId,
int streamId,
String channel)
Allocate a per
PublicationImage indicator. |
public static final int PER_IMAGE_TYPE_ID
public static AtomicCounter allocate(MutableDirectBuffer tempBuffer, String name, CountersManager countersManager, long registrationId, int sessionId, int streamId, String channel)
PublicationImage indicator.tempBuffer - to be used for labels and key.name - of the counter for the label.countersManager - from which to allocated the underlying storage.registrationId - associated with the counter.sessionId - for the stream of messages.streamId - for the stream of messages.channel - for the stream of messages.AtomicCounter for tracking the indicator.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.