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