Package graphql
Class ProfilerResult
java.lang.Object
graphql.ProfilerResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
static class
static enum
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
@Nullable String
long
int
int
long
int
boolean
void
setInstrumentationClasses
(List<String> instrumentationClasses) toString()
-
Field Details
-
PROFILER_CONTEXT_KEY
- See Also:
-
-
Constructor Details
-
ProfilerResult
public ProfilerResult()
-
-
Method Details
-
setInstrumentationClasses
-
getOperationName
-
getOperationType
-
getFieldsFetched
-
getCustomDataFetcherFields
-
getTrivialDataFetcherFields
-
getTotalDataFetcherInvocations
public int getTotalDataFetcherInvocations() -
getTotalTrivialDataFetcherInvocations
public int getTotalTrivialDataFetcherInvocations() -
getTotalCustomDataFetcherInvocations
public int getTotalCustomDataFetcherInvocations() -
getStartTime
public long getStartTime() -
getEndTime
public long getEndTime() -
getEngineTotalRunningTime
public long getEngineTotalRunningTime() -
getTotalExecutionTime
public long getTotalExecutionTime() -
getDataFetcherResultType
-
getDataLoaderLoadInvocations
-
getOldStrategyDispatchingAll
-
isDataLoaderChainingEnabled
public boolean isDataLoaderChainingEnabled() -
getDispatchEvents
-
getInstrumentationClasses
-
shortSummaryMap
-
getDispatchEventsAsMap
-
toString
-