Class Mode


  • public class Mode
    extends java.lang.Object
    Encapsulates a publishing Mode. The different Modes handled by Lightstreamer Kernel can be uniquely identified by the static constants defined in this class. See the technical documents for a detailed description of Modes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Mode COMMAND
      The COMMAND Mode.
      static Mode DISTINCT
      The DISTINCT Mode.
      static Mode MERGE
      The MERGE Mode.
      static Mode RAW
      The RAW Mode.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)
      Method Equals.
      java.lang.String toString()
      Method ToString.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • RAW

        @Nonnull
        public static final Mode RAW
        The RAW Mode.
      • MERGE

        @Nonnull
        public static final Mode MERGE
        The MERGE Mode.
      • DISTINCT

        @Nonnull
        public static final Mode DISTINCT
        The DISTINCT Mode.
      • COMMAND

        @Nonnull
        public static final Mode COMMAND
        The COMMAND Mode.
    • Method Detail

      • toString

        @Nonnull
        public java.lang.String toString()
        Method ToString.
        Overrides:
        toString in class java.lang.Object
        Returns:
        ...
      • equals

        public boolean equals​(@Nonnull
                              java.lang.Object other)
        Method Equals.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        other - ...
        Returns:
        ...