Interface TopicPartitionsOrBuilder (1.6.0)

public interface TopicPartitionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPartitionCount()

public abstract long getPartitionCount()

The number of partitions in the topic.

int64 partition_count = 1;

Returns
TypeDescription
long

The partitionCount.