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 CompilationLevelCompositionContext. getCompilationLevel()Returns the compilation level with which the graph is being compiledCompilationLevelMetadataCalculationContext. getCompilationLevel()Returns the compilation level with which the graph is being compiledstatic CompilationLevelCompilationLevel. 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.
-