Enum Class MemTrace

java.lang.Object
java.lang.Enum<MemTrace>
com.orientechnologies.common.directmemory.MemTrace
All Implemented Interfaces:
Serializable, Comparable<MemTrace>, Constable

public enum MemTrace extends Enum<MemTrace>
  • Enum Constant Details

    • TEST

      public static final MemTrace TEST
    • 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
    • FILE_FLUSH

      public static final MemTrace FILE_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

      public static MemTrace[] 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

      public static MemTrace valueOf(String name)
      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