Interface TopicPartitionsOrBuilder (1.13.3)

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
Type Description
long

The partitionCount.