public class PartitionStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PartitionStats.Builder
Deprecated.
|
| Constructor and Description |
|---|
PartitionStats(tech.ydb.proto.topic.YdbTopic.PartitionStats stats) |
| Modifier and Type | Method and Description |
|---|---|
MultipleWindowsStat |
getBytesWritten() |
Instant |
getLastWriteTime() |
Duration |
getMaxWriteTimeLag() |
int |
getPartitionNodeId()
Deprecated.
|
OffsetsRange |
getPartitionOffsets() |
long |
getStoreSizeBytes() |
static PartitionStats.Builder |
newBuilder()
Deprecated.
|
public PartitionStats(tech.ydb.proto.topic.YdbTopic.PartitionStats stats)
public OffsetsRange getPartitionOffsets()
public long getStoreSizeBytes()
public Instant getLastWriteTime()
public MultipleWindowsStat getBytesWritten()
@Deprecated public int getPartitionNodeId()
@Deprecated public static PartitionStats.Builder newBuilder()
Copyright © 2025. All rights reserved.