Class ChainedInstrumentation.ChainedInstrumentationState
java.lang.Object
graphql.execution.instrumentation.ChainedInstrumentation.ChainedInstrumentationState
- All Implemented Interfaces:
InstrumentationState
- Enclosing class:
ChainedInstrumentation
static class ChainedInstrumentation.ChainedInstrumentationState
extends Object
implements InstrumentationState
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ChainedInstrumentationState
(List<Instrumentation> instrumentations, List<InstrumentationState> instrumentationStates) -
Method Summary
Modifier and TypeMethodDescriptionprivate static CompletableFuture
<InstrumentationState> combineAll
(List<Instrumentation> instrumentations, InstrumentationCreateStateParameters parameters) private InstrumentationState
getState
(Instrumentation instrumentation)
-
Field Details
-
instrumentationToStates
-
-
Constructor Details
-
ChainedInstrumentationState
private ChainedInstrumentationState(List<Instrumentation> instrumentations, List<InstrumentationState> instrumentationStates)
-
-
Method Details
-
getState
-
combineAll
private static CompletableFuture<InstrumentationState> combineAll(List<Instrumentation> instrumentations, InstrumentationCreateStateParameters parameters)
-