| Modifier and Type | Method and Description |
|---|---|
<R extends ProposalResults,P extends QueryOptimizationProposal<R>> |
IntermediateQuery.applyProposal(P proposal)
Central method for submitting a proposal.
|
<R extends ProposalResults,P extends QueryOptimizationProposal<R>> |
IntermediateQuery.applyProposal(P propagationProposal,
boolean disableValidation)
May disable the (possible) validation tests
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProposalExecutor<P extends QueryOptimizationProposal<R>,R extends ProposalResults>
TODO: explain
ProposalExecutor are expected to manipulate directly a QueryTreeComponent
|
| Modifier and Type | Method and Description |
|---|---|
<R extends ProposalResults,P extends QueryOptimizationProposal<R>> |
IntermediateQueryImpl.applyProposal(P propagationProposal) |
<R extends ProposalResults,P extends QueryOptimizationProposal<R>> |
IntermediateQueryImpl.applyProposal(P proposal,
boolean disableValidationTests) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryOptimizationProposal<R extends ProposalResults>
TODO: explain
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProposalResultsImpl |
| Modifier and Type | Method and Description |
|---|---|
<R extends ProposalResults,P extends QueryOptimizationProposal<R>> |
ExecutorRegistry.getExecutor(P proposal) |
| Modifier and Type | Method and Description |
|---|---|
<R extends ProposalResults,P extends QueryOptimizationProposal<R>> |
StandardExecutorRegistry.getExecutor(P proposal) |
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.