public final class OperatorProxies extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OperatorProxies.CompositeOperatorProxy
Public only as a matter of implementation; not intended for external use
|
static class |
OperatorProxies.DeferredCompositeOperatorProxy
Public only as a matter of implementation; not intended for external use
|
static class |
OperatorProxies.ExecutableOperatorProxy
Public only as a matter of implementation; not intended for external use
|
static class |
OperatorProxies.IterativeOperatorProxy
Public only as a matter of implementation; not intended for external use
|
static class |
OperatorProxies.OperatorProxy
Public only as a matter of implementation; not intended for external use
|
static class |
OperatorProxies.StreamingOperatorProxy
Public only as a matter of implementation; not intended for external use
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
static OperatorProxies.DeferredCompositeOperatorProxy |
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.
|
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.
|
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.
|
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.
|
public static OperatorProxies.OperatorProxy proxy(AbstractLogicalOperator op)
op
- the operatorpublic static OperatorProxies.CompositeOperatorProxy proxy(CompositeOperator op)
op
- the operatorpublic static OperatorProxies.StreamingOperatorProxy proxy(StreamingOperator op)
op
- the operatorpublic static OperatorProxies.DeferredCompositeOperatorProxy proxy(DeferredCompositeOperator op)
op
- the operatorpublic static OperatorProxies.IterativeOperatorProxy proxy(IterativeOperator op)
op
- the operatorpublic static OperatorProxies.ExecutableOperatorProxy proxy(ExecutableOperator op)
op
- the operatorCopyright © 2016 Actian Corporation. All rights reserved.