类 ZUnionStoreCommand

    • 构造器详细资料

      • ZUnionStoreCommand

        public ZUnionStoreCommand()
      • ZUnionStoreCommand

        public ZUnionStoreCommand​(byte[] destination,
                                  int numkeys,
                                  byte[][] keys,
                                  double[] weights,
                                  AggregateType aggregateType)
    • 方法详细资料

      • getDestination

        public byte[] getDestination()
      • setDestination

        public void setDestination​(byte[] destination)
      • getNumkeys

        public int getNumkeys()
      • setNumkeys

        public void setNumkeys​(int numkeys)
      • getKeys

        public byte[][] getKeys()
      • setKeys

        public void setKeys​(byte[][] keys)
      • getWeights

        public double[] getWeights()
      • setWeights

        public void setWeights​(double[] weights)
      • setAggregateType

        public void setAggregateType​(AggregateType aggregateType)