Package com.linkedin.venice.pubsub.api
Interface PubSubTopicPartition
-
- All Known Implementing Classes:
PubSubTopicPartitionImpl
public interface PubSubTopicPartition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
getPartitionNumber()
PubSubTopic
getPubSubTopic()
default java.lang.String
getTopicName()
-
-
-
Method Detail
-
getPubSubTopic
PubSubTopic getPubSubTopic()
- Returns:
- the topic associated with this topic-partition
-
getPartitionNumber
int getPartitionNumber()
- Returns:
- the partition number of this topic-partition
-
getTopicName
default java.lang.String getTopicName()
-
-