Package com.linkedin.venice.pubsub
Class PubSubPositionType
- java.lang.Object
-
- com.linkedin.venice.pubsub.PubSubPositionType
-
public class PubSubPositionType extends java.lang.Object
Constants for the different types of positions Do not change the values of these constants. They are used to serialize and deserialize the position object.- See Also:
PubSubPositionWireFormat
-
-
Field Summary
Fields Modifier and Type Field Description static int
APACHE_KAFKA_OFFSET
-
Constructor Summary
Constructors Constructor Description PubSubPositionType()
-
-
-
Field Detail
-
APACHE_KAFKA_OFFSET
public static final int APACHE_KAFKA_OFFSET
- See Also:
- Constant Field Values
-
-