Package com.linkedin.davinci.validation
Class PartitionTracker.TopicType
java.lang.Object
com.linkedin.davinci.validation.PartitionTracker.TopicType
- Enclosing class:
- PartitionTracker
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The topic is a realtime topic.static final int
The topic is a version topic. -
Method Summary
Modifier and TypeMethodDescriptionint
getValue()
static boolean
static boolean
static PartitionTracker.TopicType
of
(int val) static PartitionTracker.TopicType
-
Field Details
-
VERSION_TOPIC_TYPE
public static final int VERSION_TOPIC_TYPEThe topic is a version topic.- See Also:
-
REALTIME_TOPIC_TYPE
public static final int REALTIME_TOPIC_TYPEThe topic is a realtime topic.- See Also:
-
-
Method Details
-
of
-
of
-
getValue
public int getValue() -
getKafkaUrl
-
isRealtimeTopic
-
isVersionTopic
-