Class ClientFlag


  • public class ClientFlag
    extends Object
    Client response flag.
    • Field Detail

      • AFFINITY_TOPOLOGY_CHANGED

        public static final short AFFINITY_TOPOLOGY_CHANGED
        Affinity topology change flag.
        See Also:
        Constant Field Values
      • NOTIFICATION

        public static final short NOTIFICATION
        Server to client notification flag.
        See Also:
        Constant Field Values
    • Method Detail

      • makeFlags

        public static short makeFlags​(boolean error,
                                      boolean topologyChanged)
        Parameters:
        error - Error flag.
        topologyChanged - Affinity topology changed flag.
        Returns:
        Flags for response message.