Uses of Interface
io.strimzi.api.kafka.model.tracing.JaegerTracingFluent
-
Packages that use JaegerTracingFluent Package Description io.strimzi.api.kafka.model io.strimzi.api.kafka.model.tracing -
-
Uses of JaegerTracingFluent in io.strimzi.api.kafka.model
Subinterfaces of JaegerTracingFluent in io.strimzi.api.kafka.model Modifier and Type Interface Description static interfaceAbstractKafkaConnectSpecFluent.JaegerTracingNested<N>Configures the tracing using the Jaeger OpenTracing implementationstatic interfaceKafkaBridgeSpecFluent.JaegerTracingNested<N>Configures the tracing using the Jaeger OpenTracing implementationstatic interfaceKafkaMirrorMakerSpecFluent.JaegerTracingNested<N>Configures the tracing using the Jaeger OpenTracing implementationClasses in io.strimzi.api.kafka.model that implement JaegerTracingFluent Modifier and Type Class Description classAbstractKafkaConnectSpecFluentImpl.JaegerTracingNestedImpl<N>Configures the tracing using the Jaeger OpenTracing implementationclassKafkaBridgeSpecFluentImpl.JaegerTracingNestedImpl<N>Configures the tracing using the Jaeger OpenTracing implementationclassKafkaMirrorMakerSpecFluentImpl.JaegerTracingNestedImpl<N>Configures the tracing using the Jaeger OpenTracing implementation -
Uses of JaegerTracingFluent in io.strimzi.api.kafka.model.tracing
Classes in io.strimzi.api.kafka.model.tracing with type parameters of type JaegerTracingFluent Modifier and Type Interface Description interfaceJaegerTracingFluent<A extends JaegerTracingFluent<A>>Configures the tracing using the Jaeger OpenTracing implementationclassJaegerTracingFluentImpl<A extends JaegerTracingFluent<A>>Configures the tracing using the Jaeger OpenTracing implementationClasses in io.strimzi.api.kafka.model.tracing that implement JaegerTracingFluent Modifier and Type Class Description classJaegerTracingBuilderConfigures the tracing using the Jaeger OpenTracing implementationclassJaegerTracingFluentImpl<A extends JaegerTracingFluent<A>>Configures the tracing using the Jaeger OpenTracing implementationConstructors in io.strimzi.api.kafka.model.tracing with parameters of type JaegerTracingFluent Constructor Description JaegerTracingBuilder(JaegerTracingFluent<?> fluent)JaegerTracingBuilder(JaegerTracingFluent<?> fluent, JaegerTracing instance)JaegerTracingBuilder(JaegerTracingFluent<?> fluent, JaegerTracing instance, Boolean validationEnabled)JaegerTracingBuilder(JaegerTracingFluent<?> fluent, Boolean validationEnabled)
-