Class ThreadPoolRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • threadPoolPatterns

        public final ThreadPoolRequest.Builder threadPoolPatterns​(java.util.List<java.lang.String> list)
        A comma-separated list of regular-expressions to filter the thread pools in the output

        API name: thread_pool_patterns

        Adds all elements of list to threadPoolPatterns.

      • threadPoolPatterns

        public final ThreadPoolRequest.Builder threadPoolPatterns​(java.lang.String value,
                                                                  java.lang.String... values)
        A comma-separated list of regular-expressions to filter the thread pools in the output

        API name: thread_pool_patterns

        Adds one or more values to threadPoolPatterns.