Class FetchProfiler

java.lang.Object
org.elasticsearch.search.fetch.FetchProfiler

public class FetchProfiler extends Object
  • Field Details

    • NOOP

      static final org.elasticsearch.search.fetch.FetchPhase.Profiler NOOP
  • Constructor Details

    • FetchProfiler

      public FetchProfiler()
      Start profiling at the current time.
    • FetchProfiler

      public FetchProfiler(long nanoTime)
      Build the profiler starting at a fixed time.
  • Method Details