Class ZInterStoreCommand

    • Constructor Detail

      • ZInterStoreCommand

        public ZInterStoreCommand()
      • ZInterStoreCommand

        public ZInterStoreCommand​(byte[] destination,
                                  int numkeys,
                                  byte[][] keys,
                                  double[] weights,
                                  AggregateType aggregateType)
    • Method Detail

      • 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)