public static enum Config.MemtableAllocationType extends java.lang.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(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 The Apache Software Foundation