Module datarush.library
Package com.pervasive.datarush.operators
Class OperatorProxies.ExecutableOperatorProxy
java.lang.Object
com.pervasive.datarush.operators.OperatorProxies.OperatorProxy
com.pervasive.datarush.operators.OperatorProxies.StreamingOperatorProxy
com.pervasive.datarush.operators.OperatorProxies.ExecutableOperatorProxy
- Enclosing class:
- OperatorProxies
public static final class OperatorProxies.ExecutableOperatorProxy
extends OperatorProxies.StreamingOperatorProxy
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 usevoidexecute(ExecutionContext ctx) Public only as a matter of implementation; not intended for external useintgetNumInputCopies(LogicalPort inputPort) Public only as a matter of implementation; not intended for external usegetPortSettings(LogicalPort outputPort) Public only as a matter of implementation; not intended for external usePublic only as a matter of implementation; not intended for external usebooleanhandleInactiveOutput(LogicalPort output) Public 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
-
getPortSettings
Public only as a matter of implementation; not intended for external use- Parameters:
outputPort- the output port- Returns:
- the port settings
-
getNumInputCopies
Public only as a matter of implementation; not intended for external use- Parameters:
inputPort- the output port- Returns:
- the number of copies
-
handleInactiveOutput
Public only as a matter of implementation; not intended for external use- Parameters:
output- the output port- Returns:
- if the operator should terminate
-
execute
Public only as a matter of implementation; not intended for external use- Parameters:
ctx- the execution context
-
cloneForExecution
Public only as a matter of implementation; not intended for external use- Returns:
- a clone of this operator
-
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
-