Package com.linkedin.venice.streaming
Class StreamingConstants
java.lang.Object
com.linkedin.venice.streaming.StreamingConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Here will use a special key id to differentiate the footer record from the regular record.static final int
static final int
-
Method Summary
-
Field Details
-
NON_EXISTING_KEY_SCHEMA_ID
public static final int NON_EXISTING_KEY_SCHEMA_ID- See Also:
-
STREAMING_FOOTER_SCHEMA_ID
public static final int STREAMING_FOOTER_SCHEMA_ID- See Also:
-
KEY_ID_FOR_STREAMING_FOOTER
public static final int KEY_ID_FOR_STREAMING_FOOTERHere 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:
-