class DatabaseQueryEnricher extends EagerService with TimeMeasuringService with SingleInputDynamicComponent[ServiceInvoker] with LazyLogging
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DatabaseQueryEnricher
- LazyLogging
- SingleInputDynamicComponent
- DynamicComponent
- TimeMeasuringService
- EagerService
- Service
- AllProcessingModesComponent
- Component
- Serializable
- Lifecycle
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DatabaseQueryEnricher(dbPoolConfig: DBPoolConfig, dbMetaDataProvider: DbMetaDataProvider)
Type Members
- type ContextTransformationDefinition = PartialFunction[TransformationStep, TransformationStepResult]
- Definition Classes
- DynamicComponent
- type DefinedParameter = DefinedSingleParameter
- Definition Classes
- SingleInputDynamicComponent → DynamicComponent
- case class FinalResults extends TransformationStepResult with Product with Serializable
- Definition Classes
- DynamicComponent
- type InputContext = ValidationContext
- Definition Classes
- SingleInputDynamicComponent → DynamicComponent
- case class NextParameters extends TransformationStepResult with Product with Serializable
- Definition Classes
- DynamicComponent
- type State = TransformationState
- Definition Classes
- DatabaseQueryEnricher → DynamicComponent
- case class TransformationStep extends Product with Serializable
- Definition Classes
- DynamicComponent
- sealed trait TransformationStepResult extends AnyRef
- Definition Classes
- DynamicComponent
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allowedProcessingModes: AllowedProcessingModes
- Definition Classes
- AllProcessingModesComponent
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def close(): Unit
- Definition Classes
- DatabaseQueryEnricher → Lifecycle → AutoCloseable
- def contextTransformation(context: ValidationContext, dependencies: List[NodeDependencyValue])(implicit nodeId: NodeId): ContextTransformationDefinition
- Definition Classes
- DatabaseQueryEnricher → DynamicComponent
- var dataSource: HikariDataSource
- Attributes
- protected
- val dbMetaDataProvider: DbMetaDataProvider
- val dbPoolConfig: DBPoolConfig
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fallbackFinalResult(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String])(implicit nodeId: NodeId): FinalResults
- Attributes
- protected
- Definition Classes
- DynamicComponent
- def finalStep(context: ValidationContext, dependencies: List[NodeDependencyValue])(implicit nodeId: NodeId): ContextTransformationDefinition
- Attributes
- protected
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def handleExceptionDuringTransformation(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String], ex: Throwable)(implicit nodeId: NodeId): FinalResults
- Definition Classes
- DynamicComponent
- def handleUnmatchedTransformationStep(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String])(implicit nodeId: NodeId): FinalResults
- Definition Classes
- DynamicComponent
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def implementation(params: Params, dependencies: List[NodeDependencyValue], finalState: Option[TransformationState]): ServiceInvoker
- Definition Classes
- DatabaseQueryEnricher → DynamicComponent
- def initialStep(context: ValidationContext, dependencies: List[NodeDependencyValue])(implicit nodeId: NodeId): ContextTransformationDefinition
- Attributes
- protected
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- def measuring[T](actionFun: => Future[T])(implicit ec: ExecutionContext): Future[T]
- Definition Classes
- TimeMeasuringService
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeDependencies: List[NodeDependency]
- Definition Classes
- DatabaseQueryEnricher → DynamicComponent
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def open(engineRuntimeContext: EngineRuntimeContext): Unit
- Definition Classes
- DatabaseQueryEnricher → TimeMeasuringService → Lifecycle
- final def prepareFinalResultWithOptionalVariable(inputContext: InputContext, outputVariable: Option[(String, TypingResult)], state: Option[State])(implicit nodeId: NodeId): FinalResults
- Attributes
- protected
- Definition Classes
- DynamicComponent
- val queryArgumentsExtractor: (Int, Params, Context) => QueryArguments
- Attributes
- protected
- def queryParamStep(context: ValidationContext, dependencies: List[NodeDependencyValue])(implicit nodeId: NodeId): ContextTransformationDefinition
- Attributes
- protected
- def serviceName: String
- Attributes
- protected
- Definition Classes
- DatabaseQueryEnricher → TimeMeasuringService
- lazy val sqlDialect: SqlDialect
- Attributes
- protected
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tags: Map[String, String]
- Attributes
- protected
- Definition Classes
- TimeMeasuringService
- val timeMeasurement: AsyncExecutionTimeMeasurement
- Attributes
- protected
- Definition Classes
- TimeMeasuringService
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object FinalResults extends Serializable
- Definition Classes
- DynamicComponent
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)