Modifier and Type | Method and Description |
---|---|
InstrumentationContext<Object> |
SimpleInstrumentation.beginFieldFetch(InstrumentationFieldFetchParameters parameters) |
InstrumentationContext<Object> |
Instrumentation.beginFieldFetch(InstrumentationFieldFetchParameters parameters)
This is called just before a field
DataFetcher is invoked. |
InstrumentationContext<Object> |
ChainedInstrumentation.beginFieldFetch(InstrumentationFieldFetchParameters parameters) |
DataFetcher<?> |
SimpleInstrumentation.instrumentDataFetcher(DataFetcher<?> dataFetcher,
InstrumentationFieldFetchParameters parameters) |
default DataFetcher<?> |
Instrumentation.instrumentDataFetcher(DataFetcher<?> dataFetcher,
InstrumentationFieldFetchParameters parameters)
This is called to instrument a
DataFetcher 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. |
DataFetcher<?> |
ChainedInstrumentation.instrumentDataFetcher(DataFetcher<?> dataFetcher,
InstrumentationFieldFetchParameters parameters) |
Modifier and Type | Method and Description |
---|---|
InstrumentationContext<Object> |
FieldLevelTrackingApproach.beginFieldFetch(InstrumentationFieldFetchParameters parameters) |
InstrumentationContext<Object> |
DataLoaderDispatcherInstrumentation.beginFieldFetch(InstrumentationFieldFetchParameters parameters) |
DataFetcher<?> |
DataLoaderDispatcherInstrumentation.instrumentDataFetcher(DataFetcher<?> dataFetcher,
InstrumentationFieldFetchParameters parameters) |
Modifier and Type | Method and Description |
---|---|
InstrumentationFieldFetchParameters |
InstrumentationFieldFetchParameters.withNewState(InstrumentationState instrumentationState)
Returns a cloned parameters object with the new state
|
Modifier and Type | Method and Description |
---|---|
InstrumentationContext<Object> |
TracingInstrumentation.beginFieldFetch(InstrumentationFieldFetchParameters parameters) |
Copyright © 2019. All rights reserved.