public class ZStoreArgs extends Object
ZStoreArgs.Builder
and
chain the method calls: weights(1, 2).max()
.Modifier and Type | Class and Description |
---|---|
static class |
ZStoreArgs.Builder
Static builder methods.
|
Constructor and Description |
---|
ZStoreArgs() |
Modifier and Type | Method and Description |
---|---|
ZStoreArgs |
max() |
ZStoreArgs |
min() |
ZStoreArgs |
sum() |
ZStoreArgs |
weights(double... weights) |
static ZStoreArgs |
weights(long[] weights)
Deprecated.
|
@Deprecated public static ZStoreArgs weights(long[] weights)
public ZStoreArgs weights(double... weights)
public ZStoreArgs sum()
public ZStoreArgs min()
public ZStoreArgs max()
Copyright © 2017 lettuce.io. All rights reserved.