Enum AWSMetricTransformerFactory

java.lang.Object
java.lang.Enum<AWSMetricTransformerFactory>
com.amazonaws.metrics.internal.cloudwatch.spi.AWSMetricTransformerFactory
All Implemented Interfaces:
Serializable, Comparable<AWSMetricTransformerFactory>, java.lang.constant.Constable

public enum AWSMetricTransformerFactory extends Enum<AWSMetricTransformerFactory>
Service specific metric transformer factory.
  • Enum Constant Details

  • Field Details

    • DEFAULT_METRIC_TRANSFORM_PROVIDER_PACKAGE

      public static final String DEFAULT_METRIC_TRANSFORM_PROVIDER_PACKAGE
      See Also:
    • transformerPackage

      public static volatile String transformerPackage
  • Method Details

    • values

      public static AWSMetricTransformerFactory[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static AWSMetricTransformerFactory valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getTransformerPackage

      public static String getTransformerPackage()
    • setTransformerPackage

      public static void setTransformerPackage(String transformPackage)
    • buildRequestMetricTransformerFQCN

      public static String buildRequestMetricTransformerFQCN(String awsPrefix, String packageName)
      Returns the fully qualified class name of the request metric transformer, given the specific AWS prefix.
    • getRequestMetricTransformer

      public RequestMetricTransformer getRequestMetricTransformer()