Class StreamingConstants


  • public class StreamingConstants
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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