Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
PAGE_PRE_ALLOCATION
public static final MemTrace PAGE_PRE_ALLOCATION
ADD_NEW_PAGE_IN_DISK_CACHE
public static final MemTrace ADD_NEW_PAGE_IN_DISK_CACHE
CHECK_FILE_STORAGE
public static final MemTrace CHECK_FILE_STORAGE
LOAD_PAGE_FROM_DISK
public static final MemTrace LOAD_PAGE_FROM_DISK
COPY_PAGE_DURING_FLUSH
public static final MemTrace COPY_PAGE_DURING_FLUSH
COPY_PAGE_DURING_EXCLUSIVE_PAGE_FLUSH
public static final MemTrace COPY_PAGE_DURING_EXCLUSIVE_PAGE_FLUSH
LOAD_WAL_PAGE
public static final MemTrace LOAD_WAL_PAGE
ADD_NEW_PAGE_IN_MEMORY_STORAGE
public static final MemTrace ADD_NEW_PAGE_IN_MEMORY_STORAGE
ALLOCATE_CHUNK_TO_WRITE_DATA_IN_BATCH
public static final MemTrace ALLOCATE_CHUNK_TO_WRITE_DATA_IN_BATCH
DWL_ALLOCATE_CHUNK
public static final MemTrace DWL_ALLOCATE_CHUNK
DWL_ALLOCATE_COMPRESSED_CHUNK
public static final MemTrace DWL_ALLOCATE_COMPRESSED_CHUNK
ALLOCATE_FIRST_WAL_BUFFER
public static final MemTrace ALLOCATE_FIRST_WAL_BUFFER
ALLOCATE_SECOND_WAL_BUFFER
public static final MemTrace ALLOCATE_SECOND_WAL_BUFFER
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null