类 HSetCommand

    • 构造器详细资料

      • HSetCommand

        public HSetCommand()
      • HSetCommand

        public HSetCommand​(byte[] key,
                           byte[] field,
                           byte[] value)
      • HSetCommand

        public HSetCommand​(byte[] key,
                           Map<byte[],​byte[]> fields)
    • 方法详细资料

      • getField

        @Deprecated
        public byte[] getField()
        已过时。
        Use getFields() instead. will remove this method in 4.0.0
      • setField

        @Deprecated
        public void setField​(byte[] field)
        已过时。
        Use setFields(Map) instead. will remove this method in 4.0.0
      • getValue

        @Deprecated
        public byte[] getValue()
        已过时。
        Use getFields() instead. will remove this method in 4.0.0
      • setValue

        @Deprecated
        public void setValue​(byte[] value)
        已过时。
        Use setFields(Map) instead. will remove this method in 4.0.0
      • getFields

        public Map<byte[],​byte[]> getFields()
      • setFields

        public void setFields​(Map<byte[],​byte[]> fields)