public static enum RubixConfig.ReadMode extends Enum<RubixConfig.ReadMode>
| Enum Constant and Description |
|---|
ASYNC |
READ_THROUGH |
| Modifier and Type | Method and Description |
|---|---|
static RubixConfig.ReadMode |
fromString(String value) |
boolean |
isParallelWarmupEnabled() |
static RubixConfig.ReadMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RubixConfig.ReadMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RubixConfig.ReadMode READ_THROUGH
public static final RubixConfig.ReadMode ASYNC
public static RubixConfig.ReadMode[] values()
for (RubixConfig.ReadMode c : RubixConfig.ReadMode.values()) System.out.println(c);
public static RubixConfig.ReadMode 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 boolean isParallelWarmupEnabled()
public static RubixConfig.ReadMode fromString(String value)
Copyright © 2012–2020. All rights reserved.