Uses of Class
com.pervasive.datarush.operators.OperatorProxies.DeferredCompositeOperatorProxy
-
Packages that use OperatorProxies.DeferredCompositeOperatorProxy Package Description com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators. -
-
Uses of OperatorProxies.DeferredCompositeOperatorProxy in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return OperatorProxies.DeferredCompositeOperatorProxy Modifier and Type Method Description static OperatorProxies.DeferredCompositeOperatorProxy
OperatorProxies. proxy(DeferredCompositeOperator 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.
-