public class TopicDescription extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TopicDescription.Builder
BUILDER
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
List<Consumer> |
getConsumers() |
MeteringMode |
getMeteringMode() |
PartitioningSettings |
getPartitioningSettings() |
List<PartitionInfo> |
getPartitions() |
long |
getPartitionWriteBurstBytes() |
long |
getPartitionWriteSpeedBytesPerSecond() |
Duration |
getRetentionPeriod() |
long |
getRetentionStorageMb() |
SupportedCodecs |
getSupportedCodecs() |
TopicStats |
getTopicStats() |
static TopicDescription.Builder |
newBuilder() |
public PartitioningSettings getPartitioningSettings()
public List<PartitionInfo> getPartitions()
public long getRetentionStorageMb()
public SupportedCodecs getSupportedCodecs()
public long getPartitionWriteSpeedBytesPerSecond()
public long getPartitionWriteBurstBytes()
public MeteringMode getMeteringMode()
public TopicStats getTopicStats()
public static TopicDescription.Builder newBuilder()
Copyright © 2024. All rights reserved.