Uses of Class
com.pervasive.datarush.operators.OperatorProxies.OperatorProxy
-
Packages that use OperatorProxies.OperatorProxy Package Description com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators. -
-
Uses of OperatorProxies.OperatorProxy in com.pervasive.datarush.operators
Subclasses of OperatorProxies.OperatorProxy in com.pervasive.datarush.operators Modifier and Type Class Description static class
OperatorProxies.CompositeOperatorProxy
Public only as a matter of implementation; not intended for external usestatic 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 usestatic class
OperatorProxies.IterativeOperatorProxy
Public only as a matter of implementation; not intended for external usestatic class
OperatorProxies.StreamingOperatorProxy
Public only as a matter of implementation; not intended for external useMethods in com.pervasive.datarush.operators that return OperatorProxies.OperatorProxy Modifier and Type Method Description static OperatorProxies.OperatorProxy
OperatorProxies. proxy(AbstractLogicalOperator 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.
-