Uses of Class
com.pervasive.datarush.operators.OperatorProxies.StreamingOperatorProxy
-
Packages that use OperatorProxies.StreamingOperatorProxy Package Description com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators. -
-
Uses of OperatorProxies.StreamingOperatorProxy in com.pervasive.datarush.operators
Subclasses of OperatorProxies.StreamingOperatorProxy in com.pervasive.datarush.operators Modifier and Type Class Description static class
OperatorProxies.DeferredCompositeOperatorProxy
Public only as a matter of implementation; not intended for external usestatic class
OperatorProxies.ExecutableOperatorProxy
Public only as a matter of implementation; not intended for external useMethods in com.pervasive.datarush.operators that return OperatorProxies.StreamingOperatorProxy Modifier and Type Method Description static OperatorProxies.StreamingOperatorProxy
OperatorProxies. proxy(StreamingOperator op)
Public only as a matter of implementation; not intended for external use Creates a proxy to the given operator that allows the framework to access its protected methods.
-