Class DropOptions

  • All Implemented Interfaces:
    io.lettuce.core.CompositeArgument

    public class DropOptions
    extends java.lang.Object
    implements io.lettuce.core.CompositeArgument
    • Constructor Summary

      Constructors 
      Constructor Description
      DropOptions()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <K,​V>
      void
      build​(io.lettuce.core.protocol.CommandArgs<K,​V> args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DropOptions

        public DropOptions()
    • Method Detail

      • build

        public <K,​V> void build​(io.lettuce.core.protocol.CommandArgs<K,​V> args)
        Specified by:
        build in interface io.lettuce.core.CompositeArgument