Class ScoredValueStreamingOutput<K,​V>

  • Type Parameters:
    K - Key type.
    V - Value type.

    public class ScoredValueStreamingOutput<K,​V>
    extends CommandOutput<K,​V,​Long>
    Streaming-Output of of values and their associated scores. Returns the count of all values (including null).
    Author:
    Mark Paluch
    • Method Detail

      • set

        public void set​(ByteBuffer bytes)
        Description copied from class: CommandOutput
        Update the command output with a sequence of bytes, or null. Concrete CommandOutput implementations must override this method to decode bulk/bytes response values.
        Overrides:
        set in class CommandOutput<K,​V,​Long>
        Parameters:
        bytes - The command output, or null.
      • set

        public void set​(double number)
        Description copied from class: CommandOutput
        Update the command output with a floating-point number. Concrete CommandOutput implementations must override this method to decode double response values.
        Overrides:
        set in class CommandOutput<K,​V,​Long>
        Parameters:
        number - The command output.