Packages

package namespaces

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CustomUsageKey(name: String) extends UsageKey with Product with Serializable
  2. class NamingContext extends AnyRef
  3. trait ObjectNaming extends Serializable
  4. trait ObjectNamingParameters extends AnyRef
  5. sealed trait UsageKey extends AnyRef

Value Members

  1. object FlinkUsageKey extends UsageKey with Product with Serializable

    By using this usage key in ObjectNaming it is possible to alter the Flink process names.

    By using this usage key in ObjectNaming it is possible to alter the Flink process names. Please do note that they are coupled with the metrics configuration and, in the current implementation, some of the metrics-related functionality will break - namely links to metrics and counters. This issue will be addressed in the future.

  2. object KafkaUsageKey extends UsageKey with Product with Serializable

Ungrouped