Module datarush.library
Package com.pervasive.datarush.operators
Class OperatorProxies.StreamingOperatorProxy
java.lang.Object
com.pervasive.datarush.operators.OperatorProxies.OperatorProxy
com.pervasive.datarush.operators.OperatorProxies.StreamingOperatorProxy
- Direct Known Subclasses:
OperatorProxies.DeferredCompositeOperatorProxy,OperatorProxies.ExecutableOperatorProxy
- Enclosing class:
- OperatorProxies
Public only as a matter of implementation; not intended for external use
-
Method Summary
Modifier and TypeMethodDescriptionfinal voidPublic 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.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.OperatorProxy- Returns:
- the target operator
-
computeMetadata
Public only as a matter of implementation; not intended for external use- Parameters:
ctx- the metadata context
-