Module datarush.library
Package com.pervasive.datarush.operators
Class OperatorProxies.DeferredCompositeOperatorProxy
java.lang.Object
com.pervasive.datarush.operators.OperatorProxies.OperatorProxy
com.pervasive.datarush.operators.OperatorProxies.StreamingOperatorProxy
com.pervasive.datarush.operators.OperatorProxies.DeferredCompositeOperatorProxy
- Enclosing class:
- OperatorProxies
public static final class OperatorProxies.DeferredCompositeOperatorProxy
extends OperatorProxies.StreamingOperatorProxy
Public only as a matter of implementation; not intended for external use
-
Method Summary
Modifier and TypeMethodDescriptionvoidPublic only as a matter of implementation; not intended for external usePublic only as a matter of implementation; not intended for external useMethods inherited from class com.pervasive.datarush.operators.OperatorProxies.StreamingOperatorProxy
computeMetadataMethods inherited from class com.pervasive.datarush.operators.OperatorProxies.OperatorProxy
isParallelismDisabled, notifyError, setParallelismDisabled
-
Method Details
-
getTarget
Description copied from class:OperatorProxies.OperatorProxyPublic only as a matter of implementation; not intended for external use- Overrides:
getTargetin classOperatorProxies.StreamingOperatorProxy- Returns:
- the target operator
-
compose
Public only as a matter of implementation; not intended for external use- Parameters:
ctx- the composition context
-