Interface IReadOnlyJITDataModel

  • All Known Implementing Classes:
    JITDataModel

    public interface IReadOnlyJITDataModel
    • Method Detail

      • getEventListCopy

        java.util.List<JITEvent> getEventListCopy()
      • getCodeCacheEvents

        java.util.List<CodeCacheEvent> getCodeCacheEvents()
      • getCompilerThreads

        java.util.List<CompilerThread> getCompilerThreads()
      • getCompilerThread

        CompilerThread getCompilerThread​(java.lang.String threadId)
      • createCompilerThread

        CompilerThread createCompilerThread​(java.lang.String threadId,
                                            java.lang.String threadName)
      • getEndOfLogTag

        Tag getEndOfLogTag()
      • getJDKMajorVersion

        int getJDKMajorVersion()
      • buildAndGetMetaClass

        MetaClass buildAndGetMetaClass​(java.lang.Class<?> clazz)
      • getBaseTimestamp

        long getBaseTimestamp()