Uses of Class
com.moilioncircle.redis.replicator.cmd.impl.AggregateType
-
Packages that use AggregateType Package Description com.moilioncircle.redis.replicator.cmd.impl -
-
Uses of AggregateType in com.moilioncircle.redis.replicator.cmd.impl
Methods in com.moilioncircle.redis.replicator.cmd.impl that return AggregateType Modifier and Type Method Description AggregateTypeZInterStoreCommand. getAggregateType()AggregateTypeZUnionStoreCommand. getAggregateType()static AggregateTypeAggregateType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregateType[]AggregateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.moilioncircle.redis.replicator.cmd.impl with parameters of type AggregateType Modifier and Type Method Description voidZInterStoreCommand. setAggregateType(AggregateType aggregateType)voidZUnionStoreCommand. setAggregateType(AggregateType aggregateType)Constructors in com.moilioncircle.redis.replicator.cmd.impl with parameters of type AggregateType Constructor Description ZInterStoreCommand(byte[] destination, int numkeys, byte[][] keys, double[] weights, AggregateType aggregateType)ZUnionStoreCommand(byte[] destination, int numkeys, byte[][] keys, double[] weights, AggregateType aggregateType)
-