Skip to main content

Class CreateResourceGroupRequest.Options

java.lang.Object
com.gpudb.protocol.CreateResourceGroupRequest.Options

public static final class CreateResourceGroupRequest.Options extends Object
A set of string constants for the CreateResourceGroupRequest parameter options.

Optional parameters.

  • Field Details

    • MAX_CPU_CONCURRENCY

      public static final String MAX_CPU_CONCURRENCY
      Maximum number of simultaneous threads that will be used to execute a request, per rank, for this group. The minimum allowed value is ‘4’.
    • MAX_DATA

      public static final String MAX_DATA
      Maximum amount of data, per rank, in bytes, that can be used by all database objects within this group. Set to -1 to indicate no upper limit. The minimum allowed value is ‘-1’.
    • MAX_SCHEDULING_PRIORITY

      public static final String MAX_SCHEDULING_PRIORITY
      Maximum priority of a scheduled task for this group. The minimum allowed value is ‘1’. The maximum allowed value is ‘100’.
    • MAX_TIER_PRIORITY

      public static final String MAX_TIER_PRIORITY
      Maximum priority of a tiered object for this group. The minimum allowed value is ‘1’. The maximum allowed value is ‘10’.