public enum LatencyType extends Enum<LatencyType>
| Modifier and Type | Method and Description |
|---|---|
static int |
getMax() |
static String |
getString(int i) |
static LatencyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LatencyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LatencyType CONN
public static final LatencyType WRITE
public static final LatencyType READ
public static final LatencyType BATCH
public static final LatencyType QUERY
public static final LatencyType NONE
public static LatencyType[] values()
for (LatencyType c : LatencyType.values()) System.out.println(c);
public static LatencyType 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 static int getMax()
public static String getString(int i)
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.