类 ZAddCommand

    • 构造器详细资料

      • ZAddCommand

        public ZAddCommand()
      • ZAddCommand

        public ZAddCommand​(byte[] key,
                           ExistType existType,
                           boolean ch,
                           boolean incr,
                           ZSetEntry[] zSetEntries)
    • 方法详细资料

      • getExistType

        public ExistType getExistType()
      • setExistType

        public void setExistType​(ExistType existType)
      • isCh

        public boolean isCh()
      • setCh

        public void setCh​(boolean ch)
      • isIncr

        public boolean isIncr()
      • setIncr

        public void setIncr​(boolean incr)
      • getZSetEntries

        public ZSetEntry[] getZSetEntries()
      • getzSetEntries

        public ZSetEntry[] getzSetEntries()
      • setzSetEntries

        public void setzSetEntries​(ZSetEntry[] zSetEntries)