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 static class OperatorProxies.StreamingOperatorProxy extends OperatorProxies.OperatorProxy
Public only as a matter of implementation; not intended for external use
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
computeMetadata(StreamingMetadataContext ctx)
Public only as a matter of implementation; not intended for external useStreamingOperator
getTarget()
Public only as a matter of implementation; not intended for external use-
Methods inherited from class com.pervasive.datarush.operators.OperatorProxies.OperatorProxy
isParallelismDisabled, notifyError, setParallelismDisabled
-
-
-
-
Method Detail
-
getTarget
public StreamingOperator getTarget()
Description copied from class:OperatorProxies.OperatorProxy
Public only as a matter of implementation; not intended for external use- Overrides:
getTarget
in classOperatorProxies.OperatorProxy
- Returns:
- the target operator
-
computeMetadata
public final void computeMetadata(StreamingMetadataContext ctx)
Public only as a matter of implementation; not intended for external use- Parameters:
ctx
- the metadata context
-
-