类的使用
com.moilioncircle.redis.replicator.cmd.impl.AggregateType
-
使用AggregateType的程序包 程序包 说明 com.moilioncircle.redis.replicator.cmd.impl -
-
com.moilioncircle.redis.replicator.cmd.impl中AggregateType的使用
返回AggregateType的com.moilioncircle.redis.replicator.cmd.impl中的方法 修饰符和类型 方法 说明 AggregateTypeZInterStoreCommand. getAggregateType()AggregateTypeZUnionStoreCommand. getAggregateType()static AggregateTypeAggregateType. valueOf(String name)返回带有指定名称的该类型的枚举常量。static AggregateType[]AggregateType. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为AggregateType的com.moilioncircle.redis.replicator.cmd.impl中的方法 修饰符和类型 方法 说明 voidZInterStoreCommand. setAggregateType(AggregateType aggregateType)voidZUnionStoreCommand. setAggregateType(AggregateType aggregateType)参数类型为AggregateType的com.moilioncircle.redis.replicator.cmd.impl中的构造器 构造器 说明 ZInterStoreCommand(byte[] destination, int numkeys, byte[][] keys, double[] weights, AggregateType aggregateType)ZUnionStoreCommand(byte[] destination, int numkeys, byte[][] keys, double[] weights, AggregateType aggregateType)
-