public static enum QueryEngine.Meta extends Enum<QueryEngine.Meta>
| Enum Constant and Description |
|---|
EXPIRATION |
GENERATION |
KEY |
TTL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static QueryEngine.Meta |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryEngine.Meta[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryEngine.Meta KEY
public static final QueryEngine.Meta TTL
public static final QueryEngine.Meta EXPIRATION
public static final QueryEngine.Meta GENERATION
public static QueryEngine.Meta[] values()
for (QueryEngine.Meta c : QueryEngine.Meta.values()) System.out.println(c);
public static QueryEngine.Meta 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 String toString()
toString in class Enum<QueryEngine.Meta>Copyright © 2020–2021 Aerospike, Inc. All rights reserved.