Package

pl.touk.nussknacker.engine.api

namespaces

Permalink

package namespaces

Visibility
  1. Public
  2. All

Type Members

  1. case class CustomUsageKey(name: String) extends UsageKey with Product with Serializable

    Permalink
  2. class NamingContext extends AnyRef

    Permalink
  3. trait ObjectNaming extends Serializable

    Permalink
  4. trait ObjectNamingParameters extends AnyRef

    Permalink
  5. sealed trait UsageKey extends AnyRef

    Permalink

Value Members

  1. object FlinkUsageKey extends UsageKey with Product with Serializable

    Permalink

    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

    Permalink

Ungrouped