Package com.linkedin.venice.pubsub.api
Interface PubSubTopicPartition
- All Known Implementing Classes:
PubSubTopicPartitionImpl
public interface PubSubTopicPartition
-
Method Summary
-
Method Details
-
getPubSubTopic
PubSubTopic getPubSubTopic()- Returns:
- the topic associated with this topic-partition
-
getPartitionNumber
int getPartitionNumber()- Returns:
- the partition number of this topic-partition
-
getTopicName
-