private static enum DefaultHeapMemoryTuner.StepDirection extends Enum<DefaultHeapMemoryTuner.StepDirection>
Enum Constant and Description |
---|
INCREASE_BLOCK_CACHE_SIZE |
INCREASE_MEMSTORE_SIZE |
NEUTRAL |
Modifier and Type | Method and Description |
---|---|
static DefaultHeapMemoryTuner.StepDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultHeapMemoryTuner.StepDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultHeapMemoryTuner.StepDirection INCREASE_BLOCK_CACHE_SIZE
public static final DefaultHeapMemoryTuner.StepDirection INCREASE_MEMSTORE_SIZE
public static final DefaultHeapMemoryTuner.StepDirection NEUTRAL
public static DefaultHeapMemoryTuner.StepDirection[] values()
for (DefaultHeapMemoryTuner.StepDirection c : DefaultHeapMemoryTuner.StepDirection.values()) System.out.println(c);
public static DefaultHeapMemoryTuner.StepDirection 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 nullCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.