Package

com.alpine.plugin

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class JavaMemoryUsage extends AnyRef

    Permalink

Value Members

  1. object JavaConversionUtils

    Permalink

    These conversions are difficult to do in java, due to use of implicit parameters.

    These conversions are difficult to do in java, due to use of implicit parameters. So we provide them here.

  2. object JavaMemoryUsage

    Permalink

    * Utils to analyze Java memory usage when running a job on the Alpine Server (locally).

    * Utils to analyze Java memory usage when running a job on the Alpine Server (locally). This should be leveraged in the Runtime class of the operator to avoid memory issues. Note: The java_max_memory_usage parameter value can be configured by an admin in the "custom_operator" section of the alpine.conf. If not specified or not in ]0,100[, a default value of 90 is used.

Ungrouped