Class JvmOptions

java.lang.Object
io.strimzi.api.kafka.model.common.JvmOptions
All Implemented Interfaces:
UnknownPropertyPreserving

public class JvmOptions extends Object implements UnknownPropertyPreserving
Representation for options to be passed to a JVM.
  • Field Details

    • DEFAULT_GC_LOGGING_ENABLED

      public static final boolean DEFAULT_GC_LOGGING_ENABLED
      Configures the default value for the GC logging configuration. This is used in the model classes when the jvmOptions section is not set at all. Storing it here ensures that the default value is the same when jvmOptions is null as well as when jvmOptions are set but without specific gcLoggingEnabled value being set.
      See Also:
  • Constructor Details

    • JvmOptions

      public JvmOptions()
  • Method Details