public class ExecutionStrategyUtil extends Object
Constructor and Description |
---|
ExecutionStrategyUtil() |
Modifier and Type | Method and Description |
---|---|
FieldSubSelection |
createFieldSubSelection(ExecutionContext executionContext,
FetchedValueAnalysis analysis) |
List<ExecutionResultNode> |
fetchedValueAnalysisToNodes(List<FetchedValueAnalysis> fetchedValueAnalysisList) |
List<CompletableFuture<ExecutionResultNode>> |
fetchSubSelection(ExecutionContext executionContext,
FieldSubSelection fieldSubSelection) |
public List<CompletableFuture<ExecutionResultNode>> fetchSubSelection(ExecutionContext executionContext, FieldSubSelection fieldSubSelection)
public List<ExecutionResultNode> fetchedValueAnalysisToNodes(List<FetchedValueAnalysis> fetchedValueAnalysisList)
public FieldSubSelection createFieldSubSelection(ExecutionContext executionContext, FetchedValueAnalysis analysis)
Copyright © 2019. All rights reserved.