Redis
@Deprecated public enum AggregateOptions extends Enum<AggregateOptions>
Enum Constant and Description |
---|
MAX
Deprecated.
|
MIN
Deprecated.
|
NONE
Deprecated.
|
SUM
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JsonArray |
toJsonArray()
Deprecated.
|
static AggregateOptions |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AggregateOptions[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregateOptions NONE
public static final AggregateOptions SUM
public static final AggregateOptions MIN
public static final AggregateOptions MAX
public static AggregateOptions[] values()
for (AggregateOptions c : AggregateOptions.values()) System.out.println(c);
public static AggregateOptions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic JsonArray toJsonArray()
Copyright © 2023 Eclipse. All rights reserved.