public class ExecutionStrategyUtil
extends java.lang.Object
Constructor and Description |
---|
ExecutionStrategyUtil() |
Modifier and Type | Method and Description |
---|---|
FieldSubSelection |
createFieldSubSelection(ExecutionContext executionContext,
ExecutionStepInfo executionInfo,
ResolvedValue resolvedValue) |
java.util.List<ExecutionResultNode> |
fetchedValueAnalysisToNodes(java.util.List<FetchedValueAnalysis> fetchedValueAnalysisList) |
java.util.List<java.util.concurrent.CompletableFuture<ExecutionResultNode>> |
fetchSubSelection(ExecutionContext executionContext,
FieldSubSelection fieldSubSelection) |
public java.util.List<java.util.concurrent.CompletableFuture<ExecutionResultNode>> fetchSubSelection(ExecutionContext executionContext, FieldSubSelection fieldSubSelection)
public java.util.List<ExecutionResultNode> fetchedValueAnalysisToNodes(java.util.List<FetchedValueAnalysis> fetchedValueAnalysisList)
public FieldSubSelection createFieldSubSelection(ExecutionContext executionContext, ExecutionStepInfo executionInfo, ResolvedValue resolvedValue)