Package com.linkedin.venice.streaming
Class StreamingConstants
- java.lang.Object
-
- com.linkedin.venice.streaming.StreamingConstants
-
public class StreamingConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
KEY_ID_FOR_STREAMING_FOOTER
Here will use a special key id to differentiate the footer record from the regular record.static int
NON_EXISTING_KEY_SCHEMA_ID
static int
STREAMING_FOOTER_SCHEMA_ID
-
-
-
Field Detail
-
NON_EXISTING_KEY_SCHEMA_ID
public static final int NON_EXISTING_KEY_SCHEMA_ID
- See Also:
- Constant Field Values
-
STREAMING_FOOTER_SCHEMA_ID
public static final int STREAMING_FOOTER_SCHEMA_ID
- See Also:
- Constant Field Values
-
KEY_ID_FOR_STREAMING_FOOTER
public static final int KEY_ID_FOR_STREAMING_FOOTER
Here will use a special key id to differentiate the footer record from the regular record. key id is the only suitable field shared by both batch get response and compute response.- See Also:
- Constant Field Values
-
-