Class OperatorProxies


  • public final class OperatorProxies
    extends Object
    Public only as a matter of implementation; not intended for external use
    • Method Detail

      • proxy

        public static OperatorProxies.OperatorProxy 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.
        Parameters:
        op - the operator
        Returns:
        a proxy
      • proxy

        public static OperatorProxies.CompositeOperatorProxy proxy​(CompositeOperator 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.
        Parameters:
        op - the operator
        Returns:
        a proxy
      • proxy

        public static OperatorProxies.StreamingOperatorProxy 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.
        Parameters:
        op - the operator
        Returns:
        a proxy
      • proxy

        public static OperatorProxies.IterativeOperatorProxy proxy​(IterativeOperator 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.
        Parameters:
        op - the operator
        Returns:
        a proxy
      • proxy

        public static OperatorProxies.ExecutableOperatorProxy proxy​(ExecutableOperator 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.
        Parameters:
        op - the operator
        Returns:
        a proxy