public static class OperatorProxies.OperatorProxy extends Object
| Modifier and Type | Method and Description |
|---|---|
AbstractLogicalOperator |
getTarget()
Public only as a matter of implementation; not intended for external use
|
boolean |
isParallelismDisabled()
Public only as a matter of implementation; not intended for external use
|
void |
notifyError(Throwable e)
Public only as a matter of implementation; not intended for external use
|
void |
setParallelismDisabled(boolean disabled)
Public only as a matter of implementation; not intended for external use
|
public AbstractLogicalOperator getTarget()
public boolean isParallelismDisabled()
public void setParallelismDisabled(boolean disabled)
disabled - whether parallelism is disabledpublic final void notifyError(Throwable e)
e - the error that occurredCopyright © 2024 Actian Corporation. All rights reserved.