Uses of Class
com.pervasive.datarush.operators.CompilationLevel
-
Packages that use CompilationLevel Package Description com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators. -
-
Uses of CompilationLevel in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return CompilationLevel Modifier and Type Method Description CompilationLevel
CompositionContext. getCompilationLevel()
Returns the compilation level with which the graph is being compiledCompilationLevel
MetadataCalculationContext. getCompilationLevel()
Returns the compilation level with which the graph is being compiledstatic CompilationLevel
CompilationLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompilationLevel[]
CompilationLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-