Module datarush.library
Package com.pervasive.datarush.operators
Class OperatorProxies.OperatorProxy
java.lang.Object
com.pervasive.datarush.operators.OperatorProxies.OperatorProxy
- Direct Known Subclasses:
OperatorProxies.CompositeOperatorProxy,OperatorProxies.IterativeOperatorProxy,OperatorProxies.StreamingOperatorProxy
- Enclosing class:
- OperatorProxies
Public only as a matter of implementation; not intended for external use
-
Method Summary
Modifier and TypeMethodDescriptionPublic only as a matter of implementation; not intended for external usebooleanPublic only as a matter of implementation; not intended for external usefinal voidPublic only as a matter of implementation; not intended for external usevoidsetParallelismDisabled(boolean disabled) Public only as a matter of implementation; not intended for external use
-
Method Details
-
getTarget
Public only as a matter of implementation; not intended for external use- Returns:
- the target operator
-
isParallelismDisabled
public boolean isParallelismDisabled()Public only as a matter of implementation; not intended for external use- Returns:
- whether parallelism is disabled
-
setParallelismDisabled
public void setParallelismDisabled(boolean disabled) Public only as a matter of implementation; not intended for external use- Parameters:
disabled- whether parallelism is disabled
-
notifyError
Public only as a matter of implementation; not intended for external use- Parameters:
e- the error that occurred
-