Class KeyListOutput<K,​V>

  • Type Parameters:
    K - Key type.
    V - Value type.
    All Implemented Interfaces:
    StreamingOutput<K>

    public class KeyListOutput<K,​V>
    extends CommandOutput<K,​V,​List<K>>
    implements StreamingOutput<K>
    List of keys output.
    Author:
    Will Glozer, Mark Paluch