Uses of Class
graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters
-
-
Uses of InstrumentationFieldFetchParameters in graphql.execution.instrumentation
Methods in graphql.execution.instrumentation with parameters of type InstrumentationFieldFetchParameters Modifier and Type Method Description @NotNull InstrumentationContext<java.lang.Object>
ChainedInstrumentation. beginFieldFetch(InstrumentationFieldFetchParameters parameters)
InstrumentationContext<java.lang.Object>
ChainedInstrumentation. beginFieldFetch(InstrumentationFieldFetchParameters parameters, InstrumentationState state)
default @NotNull InstrumentationContext<java.lang.Object>
Instrumentation. beginFieldFetch(InstrumentationFieldFetchParameters parameters)
Deprecated.default @Nullable InstrumentationContext<java.lang.Object>
Instrumentation. beginFieldFetch(InstrumentationFieldFetchParameters parameters, InstrumentationState state)
This is called just before a fieldDataFetcher
is invoked.InstrumentationContext<java.lang.Object>
NoContextChainedInstrumentation. beginFieldFetch(InstrumentationFieldFetchParameters parameters, InstrumentationState state)
@NotNull InstrumentationContext<java.lang.Object>
SimplePerformantInstrumentation. beginFieldFetch(InstrumentationFieldFetchParameters parameters)
@Nullable InstrumentationContext<java.lang.Object>
SimplePerformantInstrumentation. beginFieldFetch(InstrumentationFieldFetchParameters parameters, InstrumentationState state)
@NotNull DataFetcher<?>
ChainedInstrumentation. instrumentDataFetcher(DataFetcher<?> dataFetcher, InstrumentationFieldFetchParameters parameters)
@NotNull DataFetcher<?>
ChainedInstrumentation. instrumentDataFetcher(DataFetcher<?> dataFetcher, InstrumentationFieldFetchParameters parameters, InstrumentationState state)
default @NotNull DataFetcher<?>
Instrumentation. instrumentDataFetcher(DataFetcher<?> dataFetcher, InstrumentationFieldFetchParameters parameters)
default @NotNull DataFetcher<?>
Instrumentation. instrumentDataFetcher(DataFetcher<?> dataFetcher, InstrumentationFieldFetchParameters parameters, InstrumentationState state)
This is called to instrument aDataFetcher
just before it is used to fetch a field, allowing you to adjust what information is passed back or record information about specific data fetches.@NotNull DataFetcher<?>
SimplePerformantInstrumentation. instrumentDataFetcher(DataFetcher<?> dataFetcher, InstrumentationFieldFetchParameters parameters)
@NotNull DataFetcher<?>
SimplePerformantInstrumentation. instrumentDataFetcher(DataFetcher<?> dataFetcher, InstrumentationFieldFetchParameters parameters, InstrumentationState state)
-
Uses of InstrumentationFieldFetchParameters in graphql.execution.instrumentation.dataloader
Methods in graphql.execution.instrumentation.dataloader with parameters of type InstrumentationFieldFetchParameters Modifier and Type Method Description @Nullable InstrumentationContext<java.lang.Object>
DataLoaderDispatcherInstrumentation. beginFieldFetch(InstrumentationFieldFetchParameters parameters, InstrumentationState rawState)
InstrumentationContext<java.lang.Object>
FieldLevelTrackingApproach. beginFieldFetch(InstrumentationFieldFetchParameters parameters, InstrumentationState rawState)
@NotNull DataFetcher<?>
DataLoaderDispatcherInstrumentation. instrumentDataFetcher(DataFetcher<?> dataFetcher, InstrumentationFieldFetchParameters parameters, InstrumentationState rawState)
-
Uses of InstrumentationFieldFetchParameters in graphql.execution.instrumentation.parameters
Methods in graphql.execution.instrumentation.parameters that return InstrumentationFieldFetchParameters Modifier and Type Method Description InstrumentationFieldFetchParameters
InstrumentationFieldFetchParameters. withNewState(InstrumentationState instrumentationState)
Deprecated.state is now passed in direct to instrumentation methods -
Uses of InstrumentationFieldFetchParameters in graphql.execution.instrumentation.threadpools
Methods in graphql.execution.instrumentation.threadpools with parameters of type InstrumentationFieldFetchParameters Modifier and Type Method Description @NotNull DataFetcher<?>
ExecutorInstrumentation. instrumentDataFetcher(DataFetcher<?> originalDataFetcher, InstrumentationFieldFetchParameters parameters, InstrumentationState state)
-
Uses of InstrumentationFieldFetchParameters in graphql.execution.instrumentation.tracing
Methods in graphql.execution.instrumentation.tracing with parameters of type InstrumentationFieldFetchParameters Modifier and Type Method Description InstrumentationContext<java.lang.Object>
TracingInstrumentation. beginFieldFetch(InstrumentationFieldFetchParameters parameters, InstrumentationState rawState)
-