Enum Class OceanBaseCEContainer.Mode

java.lang.Object
java.lang.Enum<OceanBaseCEContainer.Mode>
org.testcontainers.oceanbase.OceanBaseCEContainer.Mode
All Implemented Interfaces:
Serializable, Comparable<OceanBaseCEContainer.Mode>, Constable
Enclosing class:
OceanBaseCEContainer

public static enum OceanBaseCEContainer.Mode extends Enum<OceanBaseCEContainer.Mode>
  • Enum Constant Details

    • NORMAL

      public static final OceanBaseCEContainer.Mode NORMAL
      Use as much hardware resources as possible for deployment by default, and all environment variables are available.
    • MINI

      public static final OceanBaseCEContainer.Mode MINI
      Use the minimum hardware resources for deployment by default, and all environment variables are available.
    • SLIM

      public static final OceanBaseCEContainer.Mode SLIM
      Use minimal hardware resources and pre-built deployment files for quick startup, and password of user tenant is the only available environment variable.
  • Method Details

    • values

      public static OceanBaseCEContainer.Mode[] 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 OceanBaseCEContainer.Mode 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