public static class ConsumerPartitionInfo.ConsumerStats extends Object
| Constructor and Description |
|---|
ConsumerStats(tech.ydb.proto.topic.YdbTopic.DescribeConsumerResult.PartitionConsumerStats stats) |
| Modifier and Type | Method and Description |
|---|---|
MultipleWindowsStat |
getBytesRead() |
long |
getCommittedOffset() |
int |
getConnectionNodeId() |
long |
getLastReadOffset() |
Instant |
getLastReadTime() |
Duration |
getMaxReadTimeLag() |
Duration |
getMaxWriteTimeLag() |
Instant |
getPartitionReadSessionCreateTime() |
String |
getReaderName() |
String |
getReadSessionId() |
public ConsumerStats(tech.ydb.proto.topic.YdbTopic.DescribeConsumerResult.PartitionConsumerStats stats)
public long getLastReadOffset()
public long getCommittedOffset()
public String getReadSessionId()
public Instant getPartitionReadSessionCreateTime()
public Instant getLastReadTime()
public Duration getMaxReadTimeLag()
public Duration getMaxWriteTimeLag()
public MultipleWindowsStat getBytesRead()
public String getReaderName()
public int getConnectionNodeId()
Copyright © 2025. All rights reserved.