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 voidcomputeMetadata(StreamingMetadataContext ctx)Public only as a matter of implementation; not intended for external useStreamingOperatorgetTarget()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.OperatorProxyPublic only as a matter of implementation; not intended for external use- Overrides:
getTargetin 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
-
-