Package com.linkedin.venice.pubsub
Class PubSubTopicImpl
java.lang.Object
com.linkedin.venice.pubsub.PubSubTopicImpl
- All Implemented Interfaces:
PubSubTopic
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.linkedin.venice.pubsub.api.PubSubTopic
isRealTime, isSeparateRealTimeTopic, isStreamReprocessingTopic, isVersionTopic, isVersionTopicOrStreamReprocessingTopic, isViewTopic
-
Method Details
-
getName
- Specified by:
getName
in interfacePubSubTopic
- Returns:
- the name of the topic
-
getPubSubTopicType
- Specified by:
getPubSubTopicType
in interfacePubSubTopic
- Returns:
- the
PubSubTopicType
of the topic
-
getStoreName
- Specified by:
getStoreName
in interfacePubSubTopic
- Returns:
- the store name that this topic is associated with.
-
equals
-
hashCode
public int hashCode() -
toString
-