类 ZInterStoreCommand
- java.lang.Object
-
- com.moilioncircle.redis.replicator.event.AbstractEvent
-
- com.moilioncircle.redis.replicator.cmd.impl.AbstractCommand
-
- com.moilioncircle.redis.replicator.cmd.impl.ZInterStoreCommand
-
- 所有已实现的接口:
Command,Event,Serializable
public class ZInterStoreCommand extends AbstractCommand
- 从以下版本开始:
- 2.1.0
- 作者:
- Leon Chen
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 com.moilioncircle.redis.replicator.event.Event
Event.Context
-
-
字段概要
-
从类继承的字段 com.moilioncircle.redis.replicator.event.AbstractEvent
context
-
-
构造器概要
构造器 构造器 说明 ZInterStoreCommand()ZInterStoreCommand(byte[] destination, int numkeys, byte[][] keys, double[] weights, AggregateType aggregateType)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AggregateTypegetAggregateType()byte[]getDestination()byte[][]getKeys()intgetNumkeys()double[]getWeights()voidsetAggregateType(AggregateType aggregateType)voidsetDestination(byte[] destination)voidsetKeys(byte[][] keys)voidsetNumkeys(int numkeys)voidsetWeights(double[] weights)-
从类继承的方法 com.moilioncircle.redis.replicator.event.AbstractEvent
getContext, setContext
-
-
-
-
构造器详细资料
-
ZInterStoreCommand
public ZInterStoreCommand()
-
ZInterStoreCommand
public ZInterStoreCommand(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)
-
getAggregateType
public AggregateType getAggregateType()
-
setAggregateType
public void setAggregateType(AggregateType aggregateType)
-
-