Class ArrpopOptions<K>

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

    public class ArrpopOptions<K>
    extends java.lang.Object
    implements io.lettuce.core.CompositeArgument
    • Method Detail

      • getPath

        public K getPath()
      • getIndex

        public java.util.OptionalLong getIndex()
      • setIndex

        public void setIndex​(java.util.OptionalLong index)
      • build

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