Enum Class OGlobalMetrics

java.lang.Object
java.lang.Enum<OGlobalMetrics>
com.orientechnologies.agent.services.metrics.OGlobalMetrics
All Implemented Interfaces:
Serializable, Comparable<OGlobalMetrics>, Constable

public enum OGlobalMetrics extends Enum<OGlobalMetrics>
Created by Enrico Risa on 16/07/2018.
  • Enum Constant Details

    • SERVER_INFO

      public static final OGlobalMetrics SERVER_INFO
    • SERVER_NETWORK_REQUESTS

      public static final OGlobalMetrics SERVER_NETWORK_REQUESTS
    • SERVER_NETWORK_SESSIONS

      public static final OGlobalMetrics SERVER_NETWORK_SESSIONS
    • SERVER_NETWORK_SOCKETS

      public static final OGlobalMetrics SERVER_NETWORK_SOCKETS
    • SERVER_RUNTIME_GC

      public static final OGlobalMetrics SERVER_RUNTIME_GC
    • SERVER_RUNTIME_MEMORY

      public static final OGlobalMetrics SERVER_RUNTIME_MEMORY
    • SERVER_RUNTIME_THREADS

      public static final OGlobalMetrics SERVER_RUNTIME_THREADS
    • SERVER_RUNTIME_CPU

      public static final OGlobalMetrics SERVER_RUNTIME_CPU
    • SERVER_RUNTIME_DISK_CACHE

      public static final OGlobalMetrics SERVER_RUNTIME_DISK_CACHE
    • SERVER_DISK_SPACE

      public static final OGlobalMetrics SERVER_DISK_SPACE
    • DATABASE_READ_OPS

      public static final OGlobalMetrics DATABASE_READ_OPS
    • DATABASE_CREATE_OPS

      public static final OGlobalMetrics DATABASE_CREATE_OPS
    • DATABASE_UPDATE_OPS

      public static final OGlobalMetrics DATABASE_UPDATE_OPS
    • DATABASE_QUERY_STATS

      public static final OGlobalMetrics DATABASE_QUERY_STATS
    • DATABASE_DELETE_OPS

      public static final OGlobalMetrics DATABASE_DELETE_OPS
    • DATABASE_COMMIT_OPS

      public static final OGlobalMetrics DATABASE_COMMIT_OPS
    • DATABASE_ROLLBACK_OPS

      public static final OGlobalMetrics DATABASE_ROLLBACK_OPS
  • Field Details

    • name

      public final String name
    • description

      public final String description
  • Method Details

    • values

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