class ProcessCompiler extends ProcessCompilerBase with ProcessValidator
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProcessCompiler
- ProcessValidator
- LazyLogging
- ProcessCompilerBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProcessCompiler(classLoader: ClassLoader, sub: PartSubGraphCompiler, globalVariablesPreparer: GlobalVariablesPreparer, nodeCompiler: NodeCompiler, customProcessValidator: CustomProcessValidator)
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
-
val
classLoader: ClassLoader
- Attributes
- protected
- Definition Classes
- ProcessCompiler → ProcessCompilerBase
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
compile(process: CanonicalProcess)(implicit jobData: JobData): CompilationResult[CompiledProcessParts]
- Definition Classes
- ProcessCompiler → ProcessValidator → ProcessCompilerBase
-
def
compileCustomNodePart(part: ProcessPart, node: OneOutputNode[CustomNodeData], data: CustomNodeData, ctx: Either[ValidationContext, BranchEndContexts])(implicit jobData: JobData, nodeId: NodeId): CompilationResult[CustomNodePart]
- Definition Classes
- ProcessCompilerBase
-
def
compileEndingCustomNodePart(node: EndingNode[CustomNode], data: CustomNodeData, ctx: ValidationContext)(implicit jobData: JobData, nodeId: NodeId): CompilationResult[CustomNodePart]
- Definition Classes
- ProcessCompilerBase
-
def
compileSinkPart(node: EndingNode[Sink], ctx: ValidationContext)(implicit jobData: JobData, nodeId: NodeId): CompilationResult[SinkPart]
- Definition Classes
- ProcessCompilerBase
-
def
compileSourcePart(part: SourcePart, sourceData: SourceNodeData)(implicit nodeId: NodeId, jobData: JobData): CompilationResult[SourcePart]
- Definition Classes
- ProcessCompilerBase
-
val
customProcessValidator: CustomProcessValidator
- Attributes
- protected
- Definition Classes
- ProcessCompiler → ProcessValidator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
globalVariablesPreparer: GlobalVariablesPreparer
- Attributes
- protected
- Definition Classes
- ProcessCompiler → ProcessCompilerBase
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
-
val
nodeCompiler: NodeCompiler
- Attributes
- protected
- Definition Classes
- ProcessCompiler → ProcessCompilerBase
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
sub: PartSubGraphCompiler
- Attributes
- protected
- Definition Classes
- ProcessCompiler → ProcessCompilerBase
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validate(process: CanonicalProcess, isFragment: Boolean)(implicit jobData: JobData): CompilationResult[Unit]
- Definition Classes
- ProcessValidator
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withLabelsDictTyper: ProcessCompiler
- Definition Classes
- ProcessCompiler → ProcessValidator
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.