public static enum Config.MemtableAllocationType extends Enum<Config.MemtableAllocationType>
| Enum Constant and Description |
|---|
heap_buffers |
offheap_buffers |
offheap_objects |
unslabbed_heap_buffers |
| Modifier and Type | Method and Description |
|---|---|
static Config.MemtableAllocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.MemtableAllocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config.MemtableAllocationType unslabbed_heap_buffers
public static final Config.MemtableAllocationType heap_buffers
public static final Config.MemtableAllocationType offheap_buffers
public static final Config.MemtableAllocationType offheap_objects
public static Config.MemtableAllocationType[] values()
for (Config.MemtableAllocationType c : Config.MemtableAllocationType.values()) System.out.println(c);
public static Config.MemtableAllocationType 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 © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.