Package com.linkedin.venice.pubsub
Class PubSubTopicImpl
- java.lang.Object
-
- com.linkedin.venice.pubsub.PubSubTopicImpl
-
- All Implemented Interfaces:
PubSubTopic
public class PubSubTopicImpl extends java.lang.Object implements PubSubTopic
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getName()
PubSubTopicType
getPubSubTopicType()
java.lang.String
getStoreName()
int
hashCode()
java.lang.String
toString()
-
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, isStreamReprocessingTopic, isVersionTopic, isVersionTopicOrStreamReprocessingTopic, isViewTopic
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfacePubSubTopic
- Returns:
- the name of the topic
-
getPubSubTopicType
public PubSubTopicType getPubSubTopicType()
- Specified by:
getPubSubTopicType
in interfacePubSubTopic
- Returns:
- the
PubSubTopicType
of the topic
-
getStoreName
public java.lang.String getStoreName()
- Specified by:
getStoreName
in interfacePubSubTopic
- Returns:
- the store name that this topic is associated with.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-