class AsyncInterpretationFunction extends RichAsyncFunction[Context, InterpretationResult] with LazyLogging with WithCompiledProcessDeps
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncInterpretationFunction
- WithCompiledProcessDeps
- LazyLogging
- RichAsyncFunction
- AsyncFunction
- AbstractRichFunction
- RichFunction
- Function
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AsyncInterpretationFunction(compiledProcessWithDepsProvider: (ClassLoader) ⇒ CompiledProcessWithDeps, node: SplittedNode[_], validationContext: ValidationContext, asyncExecutionContextPreparer: AsyncExecutionContextPreparer)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asyncInvoke(input: Context, collector: ResultFuture[InterpretationResult]): Unit
- Definition Classes
- AsyncInterpretationFunction → RichAsyncFunction → AsyncFunction
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- AsyncInterpretationFunction → WithCompiledProcessDeps → AbstractRichFunction → RichFunction
-
lazy val
compiledProcessWithDeps: CompiledProcessWithDeps
- Attributes
- protected
- Definition Classes
- WithCompiledProcessDeps
-
val
compiledProcessWithDepsProvider: (ClassLoader) ⇒ CompiledProcessWithDeps
- Definition Classes
- AsyncInterpretationFunction → WithCompiledProcessDeps
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getIterationRuntimeContext(): IterationRuntimeContext
- Definition Classes
- AbstractRichFunction → RichFunction
-
def
getRuntimeContext(): RuntimeContext
- Definition Classes
- AbstractRichFunction → RichFunction
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
open(parameters: Configuration): Unit
- Definition Classes
- AsyncInterpretationFunction → WithCompiledProcessDeps → AbstractRichFunction → RichFunction
-
def
setRuntimeContext(arg0: RuntimeContext): Unit
- Definition Classes
- RichAsyncFunction → AbstractRichFunction → RichFunction
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
timeout(arg0: Context, arg1: ResultFuture[InterpretationResult]): Unit
- Definition Classes
- AsyncFunction
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()