Class ScriptStats

    • Constructor Detail

      • ScriptStats

        public ScriptStats​(long compilations,
                           long cacheEvictions,
                           long compilationLimitTriggered)
      • ScriptStats

        public ScriptStats​(StreamInput in)
                    throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getCompilations

        public long getCompilations()
      • getCacheEvictions

        public long getCacheEvictions()
      • getCompilationLimitTriggered

        public long getCompilationLimitTriggered()