-
- All Superinterfaces:
MetadataContext
,OperatorComposable
- All Known Subinterfaces:
DeferredCompositionContext
public interface CompositionContext extends OperatorComposable, MetadataContext
Composition context used byCompositeOperator
's.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompilationLevel
getCompilationLevel()
Returns the compilation level with which the graph is being compiled-
Methods inherited from interface com.pervasive.datarush.operators.MetadataContext
getCombinedMetadata, getEngineConfig, getFileClient, getMaxParallelism, getPath, getRequiredMetadata, getSourceMaxParallelism, getSourceMetadata, isParallel, isSourceConnected, isSourceParallel
-
Methods inherited from interface com.pervasive.datarush.operators.OperatorComposable
add, add, add, connect
-
-
-
-
Method Detail
-
getCompilationLevel
CompilationLevel getCompilationLevel()
Returns the compilation level with which the graph is being compiled- Returns:
- the compilation level
-
-