Package graphql

Class ProfilerResult

java.lang.Object
graphql.ProfilerResult

@ExperimentalApi @NullMarked public class ProfilerResult extends Object
  • Field Details

  • Constructor Details

    • ProfilerResult

      public ProfilerResult()
  • Method Details

    • setInstrumentationClasses

      public void setInstrumentationClasses(List<String> instrumentationClasses)
    • getOperationName

      public @Nullable String getOperationName()
    • getOperationType

      public OperationDefinition.Operation getOperationType()
    • getFieldsFetched

      public Set<String> getFieldsFetched()
    • getCustomDataFetcherFields

      public Set<String> getCustomDataFetcherFields()
    • getTrivialDataFetcherFields

      public Set<String> 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

      public Map<String,ProfilerResult.DataFetcherResultType> getDataFetcherResultType()
    • getDataLoaderLoadInvocations

      public Map<String,Integer> getDataLoaderLoadInvocations()
    • getOldStrategyDispatchingAll

      public Set<Integer> getOldStrategyDispatchingAll()
    • isDataLoaderChainingEnabled

      public boolean isDataLoaderChainingEnabled()
    • getDispatchEvents

      public List<ProfilerResult.DispatchEvent> getDispatchEvents()
    • getInstrumentationClasses

      public List<String> getInstrumentationClasses()
    • shortSummaryMap

      public Map<String,Object> shortSummaryMap()
    • getDispatchEventsAsMap

      public List<Map<String,Object>> getDispatchEventsAsMap()
    • toString

      public String toString()
      Overrides:
      toString in class Object