public static final class StreamStat.StreamPosition extends Object
| Constructor and Description |
|---|
StreamPosition(long id,
long value,
int typeId)
Stream position representation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
long |
id()
The identifier for the registered entity, such as publication or subscription, to which the counter relates.
|
String |
toString() |
int |
typeId()
The type category of the counter for the stream position.
|
long |
value()
The value of the counter.
|
public StreamPosition(long id,
long value,
int typeId)
id - of the registered entity.value - of the position.typeId - of the counter.public long id()
public long value()
public int typeId()
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.