package namespaces
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CustomUsageKey(name: String) extends UsageKey with Product with Serializable
- class NamingContext extends AnyRef
- trait ObjectNaming extends Serializable
- trait ObjectNamingParameters extends AnyRef
- sealed trait UsageKey extends AnyRef
Value Members
-
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.
- object KafkaUsageKey extends UsageKey with Product with Serializable